Releases: neolution-ch/react-data-table
Releases · neolution-ch/react-data-table
Release 3.1.0
Changed
- Updated react-pattern-ui to 2.3.0
Release 3.0.0
Changed
- 💥
viewdefault Action does not nest an<a>tag anymore.
Release 2.7.3
Changed
orderByproperty ofQueryFunctiontype can be string or undefined.
Release 2.7.2
Fixed
- Excluded test code from the package and made sure the paths are pointing to the correct
.d.tsfiles
Release 2.7.1
Fixed
- update types file location in package.json
Release 2.7.0
Fixed
- update
@neolution-ch/react-pattern-uito the latest version (2.2.1)
Release 2.6.1
Fixed
- Moved
@neolution-ch/react-pattern-uito the dependencies, so it gets correctly detected by rollup as an external dependency
Release 2.6.0
Changed
- Changed from
microbundletorollupfor building the package - Updated all the dependencies to the latest possible version
Fixed
- Display predefined filter in filter row
Release 2.5.0
dependabot: #33 Bump loader-utils from 1.4.0 to 1.4.2
Release 2.4.0
Added
- the prop
rowHighlightto all tables. CheckRowHighlightInterfacefor prop definition. Set condition for which a row should be highlighted. Possibility to set custom style for highlights