diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f5b502f..f5def0fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-livewire-tables` will be documented in this file +## [v3.3.1] - 2024-07-16 +### Bug Fixes +- Fix NumberRangeFilter initial state when loaded by querystring by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1774 + +### New Features +- Set a Prefix for NumberRangeFilter by @RenoLooijmans in https://github.com/rappasoft/laravel-livewire-tables/pull/1773 +- Add Separator customisation for Array Filters for FilterPills by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1772 +- Add bulk actions button/dropdown customisations by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1771 + ## [v3.3.0] - 2024-07-11 ### New Features - Add new columns (ArrayColumn, AvgColumn, CountColumn, SumColumn) by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1761 diff --git a/docs/column-types/standard_column.md b/docs/column-types/standard_column.md index 6f7844982..2c3b767af 100644 --- a/docs/column-types/standard_column.md +++ b/docs/column-types/standard_column.md @@ -29,3 +29,4 @@ A standard Column has a multitude of different options, making it simple for you +