Skip to content

Releases: rappasoft/laravel-livewire-tables

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

v3.4.20

10 Sep 00:20
9ddb9ae
Compare
Choose a tag to compare

[v3.4.20] - 2024-09-10

Bug Fixes

v3.4.19

08 Sep 22:05
e4c05a8
Compare
Choose a tag to compare

[v3.4.19] - 2024-09-08

Bug Fixes

  • Adjustment for Laravel 10 GH Workflows by @lrljoe in #1933
  • Fixes for ButtonGroupColumn, ImageColumn, LinkColumn - to not default as label if has a "from" property. by @lrljoe in #1932
  • Add button type to tailwind pagination blade template by @matzeschmitt in #1928

v3.4.18

08 Sep 21:12
d7c29cb
Compare
Choose a tag to compare

[v3.4.18] - 2024-09-04

New Features

Docs

  • Added example for Vertical Scrolling table by @lrljoe in #1926

v3.4.17

01 Sep 22:50
abce65a
Compare
Choose a tag to compare

What's Changed

[v3.4.17] - 2024-09-01

New Features

Tweaks

Full Changelog: v3.4.16...v3.4.17

v3.4.16

27 Aug 08:06
c576c28
Compare
Choose a tag to compare

[v3.4.16] - 2024-08-27

New Features

Bug Fixes

Tweaks

  • PHPStan - Config File Update and Baseline by @lrljoe in #1903

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