What's Changed
Rename row-contents blades to collapsed-columns blades
Add Custom Filter Views
Search - Default to Live
Default search to "Live" behaviour rather than "Defer" to match V2
by @lrljoe in #1517
Filter DTOs
by @lrljoe in #1503
To improve both performance, and maintainability, DTOs are now used in place of passing a series of attributes to the Filter Render methods.
This will help consolidate the data being passed back and forth, and centralise the available data for a filter.
Split ConfigurableAreas, CollapsingColumns and TableAttributes
by @lrljoe in #1503
Split ConfigurableAreas, CollapsingColumns and TableAttributes into own Traits/Config/Helper Files for Maintainability by @lrljoe in #1514
Full Changelog: v3.1.0...v3.1.1