File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.5.0] - 2022-05-03
8
+
7
9
### Added
8
10
9
11
- Ability to pass mount parameters to configurable areas
@@ -14,6 +16,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
14
16
- Mount methods now available in ` configure() ` method.
15
17
- Non-field columns with a searchable callback are now included in the search query.
16
18
- Fixed debug query output duplicating select statements.
19
+ - Fixed header issue on column hide - https://github.com/rappasoft/laravel-livewire-tables/pull/754
17
20
18
21
### Removed
19
22
@@ -648,7 +651,8 @@ Ground Up Rebuild
648
651
649
652
- Initial release
650
653
651
- [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.4.0...development
654
+ [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.5.0...development
655
+ [ 2.5.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.4.0...v2.5.0
652
656
[ 2.4.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.3.0...v2.4.0
653
657
[ 2.3.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.1...v2.3.0
654
658
[ 2.2.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.0...v2.2.1
You can’t perform that action at this time.
0 commit comments