Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v3.2.0
v3.1.8
v3.1.7
3.1.6
v3.1.5
What's Changed
- DataTableComponent Cleanup by @lrljoe in #1570
- Add Full Page Component Approach by @lrljoe and @amshehzad in #1580
- Add DateColumn by @lrljoe in #1589
- Update Anonymous Column documents to reference ability to use strings by @lrljoe in #1588
- Update Upgrade Guide by @lrljoe in #1584
- Add ColorColumn by @lrljoe in #1590
v3.1.4
What's Changed
- Add New Exceptions by @lrljoe in #1569
- Fix for footer rendering bug by @lrljoe in #1568
- Removed space from livewire-tables.php by @viliusvsx in #1577
- Changed table default vertical overflow to auto by @dmyers in #1573
- Add rowsRetrieved Lifecycle Hook by @lrljoe in #1578
- Add Custom Attributes for Bulk Actions by @lrljoe in #1564
New Contributors
- @viliusvsx made their first contribution in #1577
- @dmyers made their first contribution in #1573
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Add Contributing Guide by @lrljoe in #1540
- Added missing tailwind background colour class for when hovering over the clear button in dark mode. by @slakbal in #1553
- V3 Custom Script Path - V2 by @lrljoe in #1557
- Add Anonymous Columns to the docs by @CyberPunkCodes in #1556
- v3 - Add option to hide Column Header by @lrljoe in #1512
- v3 Splitting of JS Files by @lrljoe in #1558
- V3 rollback js split by @lrljoe in #1560
- Removed a UI bug where the table header + column selector has slight white pixels on top by @CorwinDev in #1545
New Contributors
- @slakbal made their first contribution in #1553
- @CyberPunkCodes made their first contribution in #1556
- @CorwinDev made their first contribution in #1545
Full Changelog: v3.1.2...v3.1.3
v3.1.2
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