diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fe7f73d..abfd018ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file -## UNRELEASED +## [3.0.0-beta.4] - 2023-10-25 - Fix Return Type hinting for Column Rendering to allow Enum columns - Add Bulk Action Confirmations, using wire:confirm - setBulkActionConfirms @@ -10,9 +10,6 @@ All notable changes to `laravel-livewire-tables` will be documented in this file - setBulkActionConfirmMessages - setBulkActionDefaultConfirmationMessage - Localisation for confirmation message - - -## [3.0.0-beta.4] - 2023-10-17 - Introduction of Loading Placeholder - Docs livewire namespace fix [Here](https://github.com/rappasoft/laravel-livewire-tables/pull/1420) - Add CollapseAlways capability for Columns