Releases: Kreyu/data-table-bundle
Releases · Kreyu/data-table-bundle
v0.8.0
[Feature] New Doctrine ORM date range filter (DateRangeFilterType)
[Feature] Bootstrap 5 theme related improvements
Full Changelog: v0.7.2...v0.8.0
v0.7.2
SearchFilterType default placeholder "Search..." and label hidden by default.
v0.7.1...v0.7.2
v0.7.1
- BooleanFilterType is now rendered as "select" by default
- added missing "timezone" to date period column type template
v0.6.0
Added persistence clearer interface and default cache persistence clearer class.
Now, by default, the "kreyu_data_table.persistence.cache.default" cache pool is tag-aware.
v0.5.3
Improved definition of PersonalizationData & FiltrationData.
Fixed an error when persisted data does not contain a newly added column.
Contains changes applied by PHP CS Fixer.
v0.5.2
Fixed errors with EntityFilterType
v0.5.1
EntityFilterType introduce "choice_label" option
v0.5.0
Introduce search with SearchFilterType (#14)
v0.4.0
Refactored data table view hierarchy, columns and filters.
Added an option to enable action confirmation modal.
Added an option to define header and value rows html attributes.