Skip to content

Commit

Permalink
Consolidate changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Dec 22, 2023
1 parent eef0c33 commit 822f6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-ligers-jam.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/spicy-bobcats-taste.md → .changeset/core.md
Expand Up @@ -6,3 +6,5 @@
- 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`

0 comments on commit 822f6f5

Please sign in to comment.