Skip to content

Commit 797463b

Browse files
committed
Changelog
1 parent d7e7187 commit 797463b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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+
## [2.3.0] - 2022-04-28
8+
79
### Added
810

911
- Added ability to define additional select statements outside the scope of a column using the `setAdditionalSelects(array $selects)` configuration method.
@@ -616,7 +618,8 @@ Ground Up Rebuild
616618

617619
- Initial release
618620

619-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.1...development
621+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.3.0...development
622+
[2.3.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.1...v2.3.0
620623
[2.2.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.0...v2.2.1
621624
[2.2.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.1.0...v2.2.0
622625
[2.1.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.0.0...v2.1.0

docs/datatable/configurable-areas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configurable Areas
33
weight: 3
44
---
55

6-
There are certain areas of the datatable as of `v2.2` where you can include your own view files. This is good for adding additional functionality to the toolbar, for example.
6+
There are certain areas of the datatable as of `v2.3` where you can include your own view files. This is good for adding additional functionality to the toolbar, for example.
77

88
## Available Methods
99

0 commit comments

Comments
 (0)