Skip to content

Releases: rappasoft/laravel-livewire-tables

v3.4.15

25 Aug 06:42
d140f39
Compare
Choose a tag to compare

[v3.4.15] - 2024-08-25

New Features

Tweaks

v3.4.14

25 Aug 04:47
ecf1fee
Compare
Choose a tag to compare

[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

25 Aug 01:15
ed00338
Compare
Choose a tag to compare

[v3.4.13] - 2024-08-25

Bug Fixes

Docs

v3.4.12

23 Aug 19:24
041cee4
Compare
Choose a tag to compare

[v3.4.12] - 2024-08-23

Tweaks

v3.4.11

23 Aug 19:10
38eedc1
Compare
Choose a tag to compare

[v3.4.11] - 2024-08-23

New Features

  • Add setIconLeft/setIconRight for Actions by @lrljoe in #1877

v3.4.10

23 Aug 18:04
0c0047b
Compare
Choose a tag to compare

[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

21 Aug 22:09
1fd8bb2
Compare
Choose a tag to compare

[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

18 Aug 02:23
6fe1c57
Compare
Choose a tag to compare

[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

17 Aug 22:30
9cb98cc
Compare
Choose a tag to compare

[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

16 Aug 03:17
1e20fb0
Compare
Choose a tag to compare

[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