Skip to content

Commit e5952de

Browse files
committed
Changelog
1 parent afb6f5f commit e5952de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.10.3] - 2021-06-22
8+
9+
### Added
10+
11+
- When reordering, the last known state of the table is now saved in the session so when you're done reordering you are back where you left off and no filters/sorts/search is lost.
12+
13+
### Changed
14+
15+
- Fixed query string getting wiped out on reload
16+
717
## [1.10.2] - 2021-06-21
818

919
### Changed
@@ -398,7 +408,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
398408

399409
- Initial release
400410

401-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.10.2...development
411+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.10.3...development
412+
[1.10.3]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.10.2...v1.10.3
402413
[1.10.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.10.1...v1.10.2
403414
[1.10.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.10.0...v1.10.1
404415
[1.10.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.9.0...v1.10.0

0 commit comments

Comments
 (0)