-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,8 @@ | |
### Major Changes | ||
|
||
- [`822f6f56b`](https://github.com/udecode/plate/commit/822f6f56be526a6e26f904b9e767c0bc09f1e28b) by [@12joan](https://github.com/12joan) – | ||
- Upgrade to `[email protected]` | ||
- Add `useEditorSelector` hook to only re-render when a specific property of `editor` changes | ||
- Remove `{ fn: ... }` workaround for jotai stores that contain functions | ||
- Breaking change: `usePlateSelectors`, `usePlateActions` and `usePlateStates` no longer accept generic type arguments. If custom types are required, cast the resulting values at the point of use, or use hooks like `useEditorRef` that still provide generics. | ||
- Fix: `readOnly` on Plate store defaults to false and overrides `readOnly` on PlateContent | ||
- Fix: Plate ignores plugins passed via `editor` | ||
|
||
# 27.0.0 | ||
|
||
|