Skip to content

Commit ab61d76

Browse files
committed
Changelog
1 parent 488db9a commit ab61d76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 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+
## [1.5.0] - 2021-05-02
8+
79
### Added
810

911
- Added hideIf for columns to hide a column with a conditional, works out of the box for cells not using rowView, if using rowView you must wrap the cells you want to hide in the same conditional. [See documentation](https://github.com/rappasoft/laravel-livewire-tables/wiki/Conditionally-hiding-columns).
@@ -284,7 +286,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
284286

285287
- Initial release
286288

287-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.4.0...development
289+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.5.0...development
290+
[1.5.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.4.0...v1.5.0
288291
[1.4.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.1...v1.4.0
289292
[1.3.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.0...v1.3.1
290293
[1.3.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.2.2...v1.3.0

0 commit comments

Comments
 (0)