Skip to content

Releases: Kreyu/data-table-bundle

v0.25.7

29 Nov 20:16
7e78e53
Compare
Choose a tag to compare
v0.25.7 Pre-release
Pre-release

What's Changed

  • Fix missing theme variable in block calls for proper theme inheritance by @Kreyu in #154
  • Fix pagination per-page form not working properly with Turbo by @Kreyu in #155
  • Remove default ActionsColumnType priority option value for better flexibility

Full Changelog: v0.25.6...v0.25.7

v0.25.6

22 Nov 18:34
102a326
Compare
Choose a tag to compare
v0.25.6 Pre-release
Pre-release

What's Changed

  • [Docs] Fixed modal action docs by @easis in #146
  • [Bugfix] Browser back button not working properly with state Stimulus controller enabled #125

Full Changelog: v0.25.5...v0.25.6

v0.25.5

19 Nov 13:38
Compare
Choose a tag to compare
v0.25.5 Pre-release
Pre-release

What's Changed

Fixed incorrect behavior of date and date time related filters due to wrong url query parameters #145

Full Changelog: v0.25.4...v0.25.5

v0.25.4

19 Nov 12:58
a9e479c
Compare
Choose a tag to compare
v0.25.4 Pre-release
Pre-release

What's changed

Fixed DateTimeColumnType and DateColumnType throwing exceptions during export due to incorrect formatter option arguments

Full Changelog: v0.25.3...v0.25.4

v0.25.3

18 Nov 09:17
6801883
Compare
Choose a tag to compare
v0.25.3 Pre-release
Pre-release

What's Changed

Reverts 7c83d96 change that made initial data getters return null, which created unexpected issues with personalization.

Full Changelog: v0.25.2...v0.25.3

v0.25.2

14 Nov 15:13
Compare
Choose a tag to compare
v0.25.2 Pre-release
Pre-release

What's Changed

Fixes missing initial pagination data, displaying all records at once when page parameter is not given

Full Changelog: v0.25.1...v0.25.2

v0.25.1

14 Nov 10:23
Compare
Choose a tag to compare
v0.25.1 Pre-release
Pre-release

What's Changed

  • Fixed request handler to manually submit forms regardless of request method
  • Fixed "include all" export strategy not working
  • Fixed sort direction visible on non-sortable column in profiler tab
  • Fixed missing "total_count" array key in profiler tab
  • Changed data table url query parameters getter logic to accept nullable sorting data and use DataTableInterface getters instead of views
  • Changed initial pagination/sorting/filtration/personalization data getters to return null if initial nor persistence data is set

Full Changelog: v0.25.0...v0.25.1

v0.25.0

06 Nov 16:04
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

What's Changed

  • Marked batch, personalization and state Stimulus controllers as lazy
  • Deprecated kreyu_data_table_form_aware block and data_table_form_aware function
  • Fixed state controller URL query parameters not updating dynamically on Turbo navigation visits, by moving it out of the frame
  • Fixed state controller replacing state with the same URL, breaking back button
  • Moved initialization logic out from the builder, fixing an issue with duplicate queries
  • Fixed "include all" export strategy not including all results

Full Changelog: v0.24.3...v0.25.0

v0.24.3

23 Oct 16:20
Compare
Choose a tag to compare
v0.24.3 Pre-release
Pre-release

What's Changed

Fixed action confirmation option throwing exception if callable is provided #139

Full Changelog: v0.24.2...v0.24.3

v0.24.2

22 Oct 13:20
1d9e15e
Compare
Choose a tag to compare
v0.24.2 Pre-release
Pre-release

What's Changed

Fixed base theme throwing error when used with Doctrine's EntityFilterType

Full Changelog: v0.24.1...v0.24.2