-
-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3526 from udecode/refactor/base-plugin
Base plugin
- Loading branch information
Showing
977 changed files
with
7,865 additions
and
7,821 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@udecode/plate-utils': patch | ||
--- | ||
|
||
Upgrade `clsx` |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@udecode/plate-juice': patch | ||
--- | ||
|
||
Upgrade `juice` |
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
'@udecode/plate-horizontal-rule': patch | ||
'@udecode/plate-basic-elements': patch | ||
'@udecode/plate-trailing-block': patch | ||
'@udecode/plate-slash-command': patch | ||
'@udecode/plate-basic-marks': patch | ||
'@udecode/plate-block-quote': patch | ||
'@udecode/plate-indent-list': patch | ||
'@udecode/plate-line-height': patch | ||
'@udecode/plate-normalizers': patch | ||
'@udecode/plate-autoformat': patch | ||
'@udecode/plate-code-block': patch | ||
'@udecode/plate-excalidraw': patch | ||
'@udecode/plate-reset-node': patch | ||
'@udecode/plate-suggestion': patch | ||
'@udecode/plate-alignment': patch | ||
'@udecode/plate-highlight': patch | ||
'@udecode/plate-combobox': patch | ||
'@udecode/plate-comments': patch | ||
'@udecode/plate-tabbable': patch | ||
'@udecode/plate-callout': patch | ||
'@udecode/plate-caption': patch | ||
'@udecode/plate-heading': patch | ||
'@udecode/plate-mention': patch | ||
'@udecode/plate-node-id': patch | ||
'@udecode/plate-indent': patch | ||
'@udecode/plate-layout': patch | ||
'@udecode/plate-select': patch | ||
'@udecode/plate-toggle': patch | ||
'@udecode/plate-break': patch | ||
'@udecode/plate-cloud': patch | ||
'@udecode/plate-emoji': patch | ||
'@udecode/plate-media': patch | ||
'@udecode/plate-table': patch | ||
'@udecode/plate-date': patch | ||
'@udecode/plate-docx': patch | ||
'@udecode/plate-font': patch | ||
'@udecode/plate-html': patch | ||
'@udecode/plate-link': patch | ||
'@udecode/plate-list': patch | ||
'@udecode/plate-math': patch | ||
'@udecode/plate-csv': patch | ||
'@udecode/plate-kbd': patch | ||
'@udecode/plate-yjs': patch | ||
--- | ||
|
||
Prefix base plugin with `Base` |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@udecode/react-utils': patch | ||
--- | ||
|
||
- `withRef` support `[email protected]` | ||
- Upgrade dependencies |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@udecode/plate-markdown': patch | ||
--- | ||
|
||
Upgrade `unified` |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@udecode/plate-floating': patch | ||
--- | ||
|
||
Upgrade `@floating-ui/core` and` @floating-ui/react` |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@udecode/plate-yjs': patch | ||
--- | ||
|
||
Upgrade `yjs`, `@hocuspocus/provider` |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@udecode/plate-core': patch | ||
--- | ||
|
||
- Rename all base plugins that have a React plugin counterpart to be prefixed with `Base`. This change improves clarity and distinguishes base implementations from potential React extensions. Use base plugins only for server-side environments or to extend your own DOM layer. | ||
- Import the following plugins from `/react` entry: `AlignPlugin`, `CalloutPlugin`, `EquationPlugin`, `FontBackgroundColorPlugin`, `FontColorPlugin`, `FontFamilyPlugin`, `FontSizePlugin`, `FontWeightPlugin`, `InlineEquationPlugin`, `LineHeightPlugin`, `TextIndentPlugin`, `TocPlugin` | ||
- Upgrade dependencies |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
For older changelogs, see https://github.com/udecode/plate/blob/main/docs | ||
|
||
# 38.0.0 | ||
# 38.0.1 | ||
|
||
## @udecode/plate-core@38.0.0 | ||
## @udecode/plate-core@38.0.1 | ||
|
||
### Major Changes | ||
|
||
|
@@ -46,10 +46,15 @@ For older changelogs, see https://github.com/udecode/plate/blob/main/docs | |
- If you're using nested options and want to preserve the previous behavior, you need to manually spread both the top-level options and the nested objects. | ||
- If you're not using nested options, no changes are required. | ||
|
||
- Rename all base plugins that have a React plugin counterpart to be prefixed with `Base`. This change improves clarity and distinguishes base implementations from potential React extensions. Use base plugins only for server-side environments or to extend your own DOM layer. | ||
- Import the following plugins from `/react` entry: `AlignPlugin`, `CalloutPlugin`, `EquationPlugin`, `FontBackgroundColorPlugin`, `FontColorPlugin`, `FontFamilyPlugin`, `FontSizePlugin`, `FontWeightPlugin`, `InlineEquationPlugin`, `LineHeightPlugin`, `TextIndentPlugin`, `TocPlugin` | ||
|
||
# 37.0.0 | ||
|
||
Migration example: https://github.com/udecode/plate/pull/3480 | ||
|
||
We recommend to upgrade to `@udecode/[email protected]` in one-go. | ||
|
||
## @udecode/plate-alignment@37.0.0 | ||
|
||
### Major Changes | ||
|
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
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
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
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
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
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
Oops, something went wrong.