From 60a38cb8dbcdc9a6d4b7f9d6a1226b9717b961c3 Mon Sep 17 00:00:00 2001 From: mokhosh Date: Fri, 9 Feb 2024 16:33:42 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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