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: BREAKING_CHANGES.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# 34.0.0
2
2
3
3
## @udecode/plate-selection@34.0.0
4
+
4
5
- Breaking Change: The `selectedColor` option for `BlockSelectable` has been deprecated. Please use `useBlockSelected` to customize the style of each node component.
5
6
6
7
-[#3241](https://github.com/udecode/plate/pull/3241) by [@felixfeng33](https://github.com/felixfeng33) – Add logic for the `block-context-menu` and improved the user experience for `block-selection`, such as interactions related to keyboard shortcuts, bug fixes.
@@ -193,10 +194,10 @@ None (CI release issue)
193
194
- Caption is now a separate plugin. Install `@udecode/plate-caption` and add it to your plugins:
Copy file name to clipboardexpand all lines: apps/www/content/docs/combobox.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Utilities for adding comboboxes to your editor.
7
7
8
8
The TriggerComboboxPluginOptions mixin configures your plugin to insert a combobox input element when the user types a specified trigger character is typed.
9
9
10
-
For example, the [Mention](/docs/mention) plugin uses TriggerComboboxPluginOptions to insert an `ELEMENT_MENTION_INPUT` whenever the user types `@`.
10
+
For example, the [Mention](/docs/mention) plugin uses TriggerComboboxPluginOptions to insert an `MentionInputPlugin.key` whenever the user types `@`.
0 commit comments