Skip to content

v0.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kreyu Kreyu released this 30 Jul 16:06
· 75 commits to main since this release
7cadde7

What's Changed

This release introduces various URL-oriented improvements, described in #117.

  • base DataTableType now adds url_query_parameters variable to the DataTableView with an array of URL parameters for the specific data table, which includes pagination, sorting and filtration data
  • improved URL generators for filter clearing buttons, column sorting and (new) pagination controls
  • new state Stimulus controller in place of previous persistence to load the state of the data table - currently it adds url_query_parameters to URL in the browser

This fixes an issue described on #107 and improves overall experience by making the URLs more shareable when working with persistence.

Full Changelog: v0.20.1...v0.21.0