Skip to content

Releases: rappasoft/laravel-livewire-tables

v3.5.7

01 Dec 03:56
a28d2d8
Compare
Choose a tag to compare

[v3.5.7] - 2024-12-01

New Features

Tweaks

  • Remove View TypeHinting in blades due to reported errors by @lrljoe in #2097

Blades

  • Remove $component from blades to improve performance by @lrljoe in #2098

Testing

v3.5.6

28 Nov 00:43
72db36d
Compare
Choose a tag to compare

[v3.5.6] - 2024-11-28

New Features

Tweaks

Testing

v3.5.5

22 Nov 02:05
59eaa7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.4...v3.5.5

v3.5.4

21 Nov 21:17
9bc0401
Compare
Choose a tag to compare

[v3.5.4] - 2024-11-21

Bug Fixes

Testing

  • RemoveConfigFileFromCoverage by @lrljoe in #2080
  • Test for ViewComponentColumn - Cannot return non-array attributes by @lrljoe in #2078
  • BooleanFilter - Add Tests for Null in IsEmpty and Validate by @lrljoe in #2077
  • Add Attributes Check For ViewComponentColumn by @lrljoe in #2076
  • Add ViewComponentColumn label test by @lrljoe in #2075
  • Add ColorColumnTests by @lrljoe in #2074

v3.5.3

18 Nov 03:33
5cb0c87
Compare
Choose a tag to compare

[v3.5.3] - 2024-11-18

Bug Fixes

Testing

  • Adjust SessionStorageHelpersTest by @lrljoe in #2065
  • Add updatedSelectedColumns test for Event by @lrljoe in #2060
  • Add test for FilterApplied Event being dispatched by @lrljoe in #2059
  • Add Simple updatedSearch tests by @lrljoe in #2058
  • Add test for No Columns defined - throws correct Exception by @lrljoe in #2057

v3.5.2

10 Nov 06:41
d39923a
Compare
Choose a tag to compare

[v3.5.2] - 2024-11-09

Bug Fixes

  • Migrate Localisation back to PHP Files from JSON by @lrljoe in #2038

v3.5.1

10 Nov 00:15
29873a0
Compare
Choose a tag to compare

[v3.5.1] - 2024-11-09

Bug Fixes

  • Fix NumberFilter bug for string values by @lrljoe in #2034
  • Fixes for Filter Pills - Split blades, and ensure invalid filter alues are removed by @lrljoe in #2035

Full Changelog: v3.5.0...v3.5.1

v3.5.0

06 Nov 00:37
8c6d074
Compare
Choose a tag to compare

[v3.5.0] - 2024-11-06

Bug Fixes

  • Issue in multiple places where there is incorrect brackets in conjunction with coalescing operator (??) by @mrl22 in #2021
  • Add Value to BooleanColumn custom view by @lrjoe in #2010
  • Add config option to bypass setting User on Events. by @me-julian in #2006
  • Livewire column doesn't have title() method by @ChrisThompsonTLDR in #2002
  • Loading Placeholder Adjustments by @lrljoe in #1987

New Features

Localisation

v3.4.22

30 Sep 23:21
7d265a3
Compare
Choose a tag to compare

[v3.4.22] - 2024-09-29

Bug Fixes

  • Fix Loading Placeholder Bug - Breaking Table by @lrljoe in #1969

New Features

  • Add setPaginationWrapperAttributes by @lrljoe in #1978
  • Add configurable areas - before-wrapper and after-wrapper by @lrljoe in #1977
  • Add ToolsAttributes and ToolbarAttributes by @lrljoe in #1982

Docs

  • Add getTitle reference for setTdAttributes/setTrAttributes by @lrljoe in #1976
  • Add setToolsAttributes and setToolBarAttributes docs by @lrljoe in #1984
  • Add docs for the ColumnSelect lifecycle hooks by @lrljoe in #1983

v3.4.21

25 Sep 00:41
15e7f9b
Compare
Choose a tag to compare

[v3.4.21] - 2024-09-25

Bug Fixes

  • Remove persist from getFilterGenericData by @lrljoe in #1966
  • In LaravelLivewireTablesEvent, change the type to Illuminate\Contracts\Auth\Authenticatable by @khwadj in #1963
  • Fix for Search Field Attribute Defaults by @lrljoe in #1962
  • Fix Filter Pills Icon - Tailwind by @lrljoe in #1961
  • Add filterComponents into queryString to ensure they're maintained by @lrljoe in #1957
  • Reset Current Page on "Per Page" changing by @lrljoe in #1953

New Features

  • Add setLabelAttributes method to Action, and update Docs for Filter by @lrljoe in #1952

Tweaks

  • Migration to Core attribute management by @lrljoe in #1943
  • Localisation - Avoid Conflicts With Other Packages by @lrljoe in #1955
  • GitHub Workflow Tweak for Styling Fixes by @lrljoe in #1967
  • GitHub Workflow Tweak for Discord - Updates by @lrljoe in #1968

Docs

  • Fix syntax for DateColumn outputFormat in docs by @lrljoe in #1960