Releases: rappasoft/laravel-livewire-tables
v3.1.2
What's Changed
- v3-Move ConfigurableAreas to Own Section WithConfigurableAreas by @lrljoe in #1510
- v3 - Splitting Codebase - ConfigurableAreas, CollapsingColumns and TableAttributes by @lrljoe in #1514
- V3 - Filter DTOs by @lrljoe in #1503
- Update Search to Default Live by @lrljoe in #1517
- V3 Add Custom Filter View by @lrljoe in #1518
- V3 Rename row-contents blades by @lrljoe in #1519
- v3 - Initial Lifecycle Hooks - Configuring/Configured by @lrljoe in #1520
- Develop - Add Hooks And Missing Tests by @lrljoe in #1528
Full Changelog: v3.1.1...3.1.2
v3.1.1
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
v3.1.0
v3.0.0-beta.11
What's Changed
- Remove DateRangeFilter Calendar Icon by @lrljoe in #1492
- Add Placeholder Config Option for DateRangeFilter in #1492
- Restore Bulk Action Confirm in #1500
- Adds new FilterHelper method for generating wire:key for Filters by @lrljoe in #1490
- Adds new tests for FilterCustomPosition by @lrljoe in #1490
- For all Filters (Except MultiSelect currently), use the FilterHelper method to generate the wire:key rather than doing it in the blade. This centralises for future updates by @lrljoe in #1493
- Add placeholder config option to: DateRangeFilter, DateFilter, DateTimeFilter, NumberFilter and update docs to reflect the availability of the option by @lrljoe in #1493
Full Changelog: v3.0.0-beta.10...v3.0.0-beta.11
v3.0.0-beta.10
v3.0.0-beta.9
What's Changed
Full Changelog: v3.0.0-beta.8...v3.0.0-beta.9
v3.0.0-beta.8
What's Changed
Full Changelog: v3.0.0-beta.7...v3.0.0-beta.8
v3.0.0-beta.7
What's Changed
Full Changelog: v3.0.0-beta.6...v3.0.0-beta.7
v3.0.0-beta.6
What's Changed
Full Changelog: v3.0.0-beta.5...v3.0.0-beta.6
v3.0.0-beta.5
What's Changed
New Features
Fixes
- Allow Enum in ReturnType for Column #1436
Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5