Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kreyu Kreyu released this 10 Sep 19:35
· 195 commits to main since this release
0f1dfa8

What's Changed

  • [Feature] Data table events
  • [Feature] Column priority option to allow setting order of columns (#25)
  • [Feature] Column visible option to allow setting visibility of columns (#26)
  • [Feature] Column personalizable option to allow excluding the column from personalization
  • [Feature] More verbose filter type form-related options such as form_type, operator_form_type
  • [Feature] Ability to set hydration mode of the Doctrine ORM proxy query
  • [Feature] Data table builder's setSearchHandler method for easier search definition
  • [Feature] The CollectionColumnType default separator changed ', ' (with space after comma) instead of ','
  • [Feature] Ability to create ExportData with exporter name string
  • [Feature] Ability to provide property path in the SortingColumnData. The data table ensures valid property path is given (backwards compatible)
  • [Feature] The Doctrine ORM EntityFilterType no longer requires form_options.choice_value option as the identifier field name will be retrieved from Doctrine class metadata by default (#23)
  • [Feature] The DateColumnType that works exactly like DateTimeColumnType, but with date-only format by default
  • [Breaking change] The data table type persistence subject options are removed in favor of subject provider options (see more)
  • [Breaking change] Optimized exporting process - introduces breaking changes (see more)
  • [Breaking change] The DataTableBuilder methods to add columns, filters, actions and exporters has changed definition - the type argument is now nullable to prepare for future implementation of type guessers
  • [Bugfix] Fixed a bug in personalization form where changing the column visibility resulted in an exception
  • [Bugfix] The CollectionColumnType now renders without spaces around separator
  • [Bugfix] Default export data is now properly used within the export form

Internally, the columns, filters and exporters are now utilizing the builder pattern similar to data tables.
Please note that this is a breaking change for applications using internal bundle classes!

For a list of all breaking changes and deprecations, see the upgrade guide.

Full Changelog: v0.13.1...v0.14.0