Releases: Kreyu/data-table-bundle
Releases · Kreyu/data-table-bundle
v0.19.0
What's Changed
- #30 Integration with Symfony Profiler by @alexandre-castelain in #90
- Fix using undefined targets in the batch script by @alexandre-castelain in #109
Full Changelog: v0.18.1...v0.19.0
v0.18.1
v0.18.0
What's Changed
There are no breaking changes in this release, unless your application is using a custom implementation of DataTableBuilderInterface
, because it now contains six new methods (due to #101).
Features
- add
EnumColumnType
by @bdecarne in #97 - add create methods to data table builder by @Kreyu in #101
- add
data_table_theme
Twig node by @Kreyu in #102
Documentation
- update usage section to include passing the query builder by @Kreyu in #83
- remove reference to old
TextFilterType
andNumberFilterType
classes by @alexandre-castelain in #84 - the attribute name for
FormActionType
was not correct by @alexandre-castelain in #87 - add reference page for
EnumColumnType
by @Kreyu in #99
Others
- chore(deps-dev): bump vite from 5.1.3 to 5.2.10 in /docs by @dependabot in #81
New Contributors
- @alexandre-castelain made their first contribution in #84
Full Changelog: v0.17.12...v0.18.0
v0.17.12
What's Changed
- Added Dutch translations by @mwansinck in #79
- Corrected translation string when no results are found by @mwansinck in #80
New Contributors
- @mwansinck made their first contribution in #79
Full Changelog: v0.17.11...v0.17.12
v0.17.11
v0.17.10
v0.17.9
What's Changed
- fix: prevent intl formatter from displaying NULL values as "0" in number and money column types
Full Changelog: v0.17.8...v0.17.9
v0.17.8
v0.17.7
v0.17.6
What's changed
- Fixed Doctrine ORM filter handler to not apply parameter type if it wasn't specified explicitly. This fixed EntityFilterType filter as the query was trying to cast the entity to string
Full Changelog: v0.17.5...v0.17.6