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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.1.0] - 2021-04-21
8
+
7
9
### Added
8
10
9
-
- Added callback to column's sortable() method to customize sorting functionality per column.
11
+
- Added callback to column's sortable() method to customize sorting functionality per column. (https://github.com/rappasoft/laravel-livewire-tables/pull/216)
10
12
- Support for polling `keep-alive` and `visible`.
13
+
- Start of a test suite (https://github.com/rappasoft/laravel-livewire-tables/pull/218)
11
14
12
15
### Changed
13
16
@@ -202,7 +205,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
0 commit comments