Skip to content

Releases: rappasoft/laravel-livewire-tables

v2.1.1

12 Apr 23:30
2788f4a
Compare
Choose a tag to compare

Added

  • Turkish Translation - #686
  • Added missing table row click functionality
  • Added ability to mark column as unclickable if you need a cell to have another clickable element with clickable rows turned on.

Changed

  • Update filter docs - #691
  • Update getTdAttributes to take 4th missing argument
  • Add filters in the config section - #709
  • Update some docs formatting

v2.0.0

30 Mar 17:22
139daac
Compare
Choose a tag to compare

Ground Up Rebuild

v1.25.1

30 Mar 01:55
2465eae
Compare
Choose a tag to compare

Changed

  • Fixed $wireclick issue

v1.25.0

29 Mar 03:33
57a18f8
Compare
Choose a tag to compare

Added

  • Added missing row wire:click to BS4/5 - #658
  • Added Turkmen Localization - #666
  • Added filters text color for dark mode in tailwind theme - #668
  • Added Catalan translation - #673

v1.24.0

13 Feb 17:12
3836d7f
Compare
Choose a tag to compare

Added

  • Russian Localization - #633
  • Portuguese Localization - #619

Changed

  • Fixed white border in dark mode - #621
  • Removed text-left to use default - #620
  • Fixed bulk select query - #632
  • Temp fix for dropdowns not working after sorting - #643

v1.23.0

12 Feb 04:06
0ed99ee
Compare
Choose a tag to compare

Laravel 9 Support

v1.22.0

21 Jan 05:01
6de8a14
Compare
Choose a tag to compare

Added

  • Added Datetime filter - #585
  • Added wire:click to rows - #591
  • Added button type to mobile paginate buttons - #595
  • Added column generation to make command - #611

Changed

  • Updated some ES translations - #577
  • Updated some AR translations - #580
  • Add page name when resetting page - #590

v1.21.0

21 Nov 03:44
5ec4a23
Compare
Choose a tag to compare

Added

  • Added Chinese translation - #540
  • Added 'select all' checkbox for multiselect filters - #551
  • Added attributes to filters - #558
  • Added 4th option for pills fallback value - #538

Changed

  • Removed excess left padding on Bootstrap 5 form check on multiselect filters.
  • Patch bulk actions random wire:key - #557

v1.20.1

02 Nov 03:21
e73ad11
Compare
Choose a tag to compare

Changed

  • Fix bulk actions breaking change - #535

v1.20.0

26 Oct 00:11
7f672d8
Compare
Choose a tag to compare

Added

  • Singular row translation - #526

Changed

  • Fixed bulk actions dropdown on Bootstrap - #519
  • Fixed bulk row/select with pagination off - #510
  • Conditionally show cursor-pointer class instead of inline style - #529