Skip to content

Releases: tiknil/wire-table

v1.1.1

15 Jan 08:49

Choose a tag to compare

  • Fix: JS error when changing sorting due to overlap between sortBy method and property

v1.1.0

11 Jan 16:58

Choose a tag to compare

  • BREAKING: ResetPageOnUpdate is not included by default, but it's automatically added when using the artisan make:wiretable command
  • Fix: updated the stub namespace to the new Livewire v3 default namespace
  • Fix: updated PHP and Laravel dependencies according to new livewire requirements

v1.0.0

03 Jan 08:41

Choose a tag to compare

  • BREAKING: wire-table now requires livewire 3.0
  • BREAKING: ResetPageOnUpdate trait is now included by default

v0.3.2

17 Jul 10:16

Choose a tag to compare

  • Fix: updated import syntax for Str helper

v0.3.0

17 Jul 10:01

Choose a tag to compare

  • Feature: Added support for table data persistence in the laravel session

v0.2.0

12 Jul 07:40

Choose a tag to compare

Added support for rendering a custom layout around the table

Removed renderBefore and renderAfter methods

v0.1.1

05 May 15:40

Choose a tag to compare

  • Feature: Added dateFormat parameter to the column definition to override the default config
  • Improved documentation

v0.1.0

21 Apr 13:06

Choose a tag to compare

Almost ready for the first stable version 1.0.0

  • Added documentation
  • Support for bootstrap 4
  • Minor improvements
  • Bugfixes

v0.0.1 - First Beta

03 Apr 15:27

Choose a tag to compare

First beta release