Skip to content

Commit cc10533

Browse files
authored
Merge pull request #241 from rappasoft/develop
v1.3.1
2 parents 1d9ce5c + 1e3e7cc commit cc10533

File tree

10 files changed

+60
-680
lines changed

10 files changed

+60
-680
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.3.1] - 2021-04-26
8+
9+
### Added
10+
11+
- Use the filter option name instead of the value on the filter pills. (https://github.com/rappasoft/laravel-livewire-tables/pull/238)
12+
13+
### Changed
14+
15+
- Added row count when pagination is disabled. (https://github.com/rappasoft/laravel-livewire-tables/pull/239**)
16+
- Fixed whitespace-nowrap in tailwind cell. (https://github.com/rappasoft/laravel-livewire-tables/issues/240)
17+
18+
### Removed
19+
20+
- Removed old readme for the documentation link.
21+
722
## [1.3.0] - 2021-04-25
823

924
### Added
@@ -248,7 +263,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
248263

249264
- Initial release
250265

251-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.0...development
266+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.1...development
267+
[1.3.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.0...v1.3.1
252268
[1.3.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.2.2...v1.3.0
253269
[1.2.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.2.1...v1.2.2
254270
[1.2.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.2.0...v1.2.1

0 commit comments

Comments
 (0)