Skip to content

Commit

Permalink
Update BREAKING_CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens authored Jan 8, 2024
1 parent 6b1eb46 commit f44a35d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f44a35d

Please sign in to comment.