Skip to content

Releases: rappasoft/laravel-livewire-tables

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

v3.4.5

10 Aug 02:56
da06686
Compare
Choose a tag to compare

[v3.4.5] - 2024-08-10

Bug Fixes

v3.4.4

10 Aug 02:24
fb1cca0
Compare
Choose a tag to compare

[v3.4.4] - 2024-08-10

New Features

Bug Fixes

  • Merge Column Attributes Back in if Sortable by @lrljoe in #1833

Tweaks

  • Moving JS to Simplified Method in datatable by @lrljoe in #1832

v3.4.3

08 Aug 02:56
540e526
Compare
Choose a tag to compare

[v3.4.3] - 2024-08-08

New Features

Bug Fixes

Docs

v3.4.2

04 Aug 07:55
d90aecb
Compare
Choose a tag to compare

[v3.4.2] - 2024-08-04

New Features

  • Additional Events & Customisable Behaviour by @lrljoe in #1820

Bug Fixes

  • Typehinting to allow events to be used to update Multi-Value Filters by @lrljoe in #1822

Tweaks

  • Add missing ReturnTypes by @lrljoe in #1823
  • Removing old $listeners approach, now using the Livewire v3 On attribute by @lrljoe in #1821

v3.4.1

04 Aug 04:09
8dc4bbd
Compare
Choose a tag to compare

[v3.4.1] - 2024-08-04

Bug Fixes

  • Fix ViewComponentColumn issue with not accepting parameters cleanly by @lrljoe in #1818

Full Changelog: v3.4.0...v3.4.1

v3.4.0

04 Aug 04:04
ea22d63
Compare
Choose a tag to compare

[v3.4.0] - 2024-08-04

New Features

  • Add Helpers for TextFilters by @lrljoe in #1812
  • Change method names for TextFilters handler by @lrljoe in #1814
  • Capability to set Reorder Column TH Attributes by @lrljoe in #1811
  • Bulk Actions - Customise Select All Behaviours by @lrljoe in #1810

Bug Fixes

  • Fix loading spinner for dark tailwind theme by @lrljoe in #1809

Tweaks

  • Blade Minimisation & ColumnSelect Cleanup by @lrljoe in #1806
  • Adjust DateColumn with Missing Tests and Coping with DateTime Casts by @lrljoe in #1813

Docs

  • Add reference to Bulk Actions TH styling in main styling by @lrljoe in #1808
  • Update docs for setPillsLocale by @lrljoe in #1800
  • Add note on label method for setAdditionalSelects by @lrljoe in #1816

Full Changelog: v3.3.4...v3.4.0

v3.3.4

27 Jul 18:21
8bcca7c
Compare
Choose a tag to compare

What's Changed

New Features

  • Added capability to setFilterDefaultValue for a DateRangeFilter by @lrljoe in #1796
  • Add localised pill values for DateFilter, DateTimeFilter, DateRangeFilter by @lrljoe in #1797

Tweaks

  • Migrating Carbon usage into Trait, Adding Filter/Search Lifecycle Hooks by @lrljoe in #1798

Full Changelog: v3.3.3...v3.3.4