v0.18.0
Pre-release
Pre-release
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