Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh authored and github-actions[bot] committed Feb 9, 2024
1 parent f14edcf commit 60a38cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -78,6 +83,7 @@ class UserDashboard extends KanbanBoard
}
}


```
Now you can have just this:

Expand All @@ -92,6 +98,7 @@ class UserDashboard extends KanbanBoard
protected static ?string $statusEnum = UserStatus::class;
}


```
## Version 2.0.0 🎉 - 2024-02-07

Expand Down Expand Up @@ -170,6 +177,7 @@ class UserDashboard extends KanbanBoard
}



```
Now you can have just this:

Expand All @@ -185,6 +193,7 @@ class UserDashboard extends KanbanBoard
}



```
## v1.11.0 - 2024-01-30

Expand Down

0 comments on commit 60a38cb

Please sign in to comment.