You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [Unreleased]
6
6
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
+
7
17
## [1.10.2] - 2021-06-21
8
18
9
19
### Changed
@@ -398,7 +408,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
0 commit comments