You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/list-classic/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# @platejs/list-classic
2
2
3
+
## 49.1.0
4
+
5
+
### Minor Changes
6
+
7
+
-[`36211fa`](https://github.com/udecode/plate/commit/36211fa20dbcb7f7f9b075adff5c826de5c2da49) by [@zbeyens](https://github.com/zbeyens) – Added task list functionality to **@platejs/list-classic**.
8
+
9
+
- Added **BaseTaskListPlugin** with support for task lists (checklists)
10
+
- Added `checked` property to `TTodoListItemElement` type for tracking task completion state
11
+
- Added `useTodoListElement` and `useTodoListElementState` hooks for task list item management
12
+
- Added `getPropsIfTaskList` utility to check if an element is a task list
13
+
- Added normalization logic to ensure consistent `checked` property state
14
+
- Added `toggleTaskList` transform to convert between regular lists and task lists
0 commit comments