diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ac72b..ad917d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `filament-kanban` will be documented in this file. +## v2.1.0 - 2024-02-09 + +- $model and $statusEnum cannot be `null` +- add `HasRecentUpdateIndication` trait + ## Version 2.x 🎉 - 2024-02-08 ### Big update with breaking changes @@ -78,6 +83,7 @@ class UserDashboard extends KanbanBoard } } + ``` Now you can have just this: @@ -92,6 +98,7 @@ class UserDashboard extends KanbanBoard protected static ?string $statusEnum = UserStatus::class; } + ``` ## Version 2.0.0 🎉 - 2024-02-07 @@ -170,6 +177,7 @@ class UserDashboard extends KanbanBoard } + ``` Now you can have just this: @@ -185,6 +193,7 @@ class UserDashboard extends KanbanBoard } + ``` ## v1.11.0 - 2024-01-30