From 6486d66a77e02319b1f34afbd9aa21639d44c047 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:30:09 +0100 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 9 +++++++++ docs/column-types/standard_column.md | 1 + 2 files changed, 10 insertions(+) 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 +