v0.21.0
Pre-release
Pre-release
What's Changed
This release introduces various URL-oriented improvements, described in #117.
- base
DataTableType
now addsurl_query_parameters
variable to theDataTableView
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 previouspersistence
to load the state of the data table - currently it addsurl_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