Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 2.09 KB

File metadata and controls

86 lines (48 loc) · 2.09 KB

Changelog

All notable changes to wire-table will be documented in this file

2.0.0 - 2026-03-17

  • BREAKING: wire-table now requires livewire 4.0

1.6.0 - 2025-03-10

  • feat: Update support to Laravel 12

1.5.3 - 2025-02-28

  • fix: pagination for the bs4 theme did not support livewire 3

1.5.2 - 2024-06-07

  • fix: remove duplicated query when accessing paginatedData

1.5.1 - 2024-06-07

  • feat: make paginatedData an accessible computed property

1.5.0 - 2024-05-10

  • feat: support for pagination links on top of the table

1.4.0 - 2024-05-08

  • feat: Update support to Laravel 11

1.3.0 - 2024-02-26

  • Feat: Basic support for bulk selection
  • Renamed bootstrap theme references to bs (backward-compatible)

1.2.0 - 2024-01-31

  • Feat: Added global wiretable:reload event to reload tables data
  • Removed unused layout references

1.1.2 - 2024-01-29

  • Fix: use the proper view for simple pagination links

1.1.1 - 2024-01-11

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

1.1.0 - 2024-01-11

  • 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

1.0.0 - 2024-01-03

  • BREAKING: wire-table now requires livewire 3.0
  • BREAKING: ResetPageOnUpdate trait is now included by default (reversed in v1.1.0)

0.3.2 - 2023-07-17

  • Fix: updated import syntax for Srt helper

I made a mess while publishing the hotfix to version 0.3.1. I'm skipping directly to v0.3.2 to fix everythig

0.3.0 - 2023-07-17

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

0.2.0 - 2023-07-12

  • Feature: Added support for rendering a custom layout around the table
  • Removed renderBefore and renderAfter methods

0.1.1 - 2023-05-05

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

0.1.0 - 2023-04-21

  • Initial release