Skip to content

Commit 2e6367f

Browse files
committed
Update changelog
1 parent e8d77a4 commit 2e6367f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [1.1.0] - 2021-04-21
8+
79
### Added
810

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)
1012
- Support for polling `keep-alive` and `visible`.
13+
- Start of a test suite (https://github.com/rappasoft/laravel-livewire-tables/pull/218)
1114

1215
### Changed
1316

@@ -202,7 +205,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
202205

203206
- Initial release
204207

205-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.4...development
208+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.1.0...development
209+
[1.1.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.4...v1.1.0
206210
[1.0.4]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.3...v1.0.4
207211
[1.0.3]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.2...v1.0.3
208212
[1.0.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.1...v1.0.2

0 commit comments

Comments
 (0)