Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v3.4.15
[v3.4.15] - 2024-08-25
New Features
Tweaks
v3.4.14
[v3.4.14] - 2024-08-25
New Features
- Migrate Action to Helper/Configuration and Set Action Position (Left/Center/Right) and Set Actions in Toolbar by @lrljoe in #1889
v3.4.13
[v3.4.13] - 2024-08-25
Bug Fixes
Docs
v3.4.12
[v3.4.12] - 2024-08-23
Tweaks
v3.4.11
[v3.4.11] - 2024-08-23
New Features
- Add setIconLeft/setIconRight for Actions by @lrljoe in #1877
v3.4.10
[v3.4.10] - 2024-08-23
Bug Fixes
- Default UseComputedProperties to True to default to new views by @lrljoe in #1873
- Allow Single Date DateRangeFilter by @lrljoe in #1872
- Allow clearing of DateRangeFilter by Text Box by @lrljoe in #1875
Docs
v3.4.9
[v3.4.9] - 2024-08-21
Bug Fixes
- Default UseComputedProperties to False to allow previously published views to work by default by @lrljoe in #1869
- Fix superfluous bulk actions tr > by @lrljoe in #1868
v3.4.8
[v3.4.8] - 2024-08-18
New Features
- Add an event dispatch for Filter Was Set when filterComponents is updated by @lrljoe in #1861
v3.4.7
[v3.4.7] - 2024-08-18
Bug Fixes
- Correct a locked property that is entangled in js, and add comments around some key properties to prevent reoccurrence by @lrljoe in #1859
v3.4.6
[v3.4.6] - 2024-08-16
New Features
- Column Features - deselectedIf/selectedIf by @lrljoe in #1846
- Add setTrimSearchStringEnabled/setTrimSearchStringDisabled by @lrljoe in #1843
Bug Fixes
- Restore the original JS methods for users with published views by @lrljoe in #1848
Tweaks
- Remove Component from Column, move getRows into ComputedProperty by @lrljoe in #1838
- Clean up filter generic data by @lrljoe in #1837
- Clean up of Views, Properties by @lrljoe in #1850