Skip to content

Commit ab019a9

Browse files
committed
Changelog
1 parent 79995b7 commit ab019a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [2.5.0] - 2022-05-03
8+
79
### Added
810

911
- 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
1416
- Mount methods now available in `configure()` method.
1517
- Non-field columns with a searchable callback are now included in the search query.
1618
- Fixed debug query output duplicating select statements.
19+
- Fixed header issue on column hide - https://github.com/rappasoft/laravel-livewire-tables/pull/754
1720

1821
### Removed
1922

@@ -648,7 +651,8 @@ Ground Up Rebuild
648651

649652
- Initial release
650653

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
652656
[2.4.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.3.0...v2.4.0
653657
[2.3.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.1...v2.3.0
654658
[2.2.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.0...v2.2.1

0 commit comments

Comments
 (0)