Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@udecode/plate-caption@34.0.0
Major Changes
@udecode/plate-combobox@34.0.0
Major Changes
withTriggerCombobox
: Insert a combobox input when a trigger character is typedTriggerComboboxPlugin
: Plugin options type forwithTriggerCombobox
useComboboxInput
: Manages the behavior of an inline combobox input elementuseHTMLInputCursorState
: Tracks whether the cursor is at the start or end of a HTML<input type="text">
elementComboboxInputCursorState
: Return type foruseHTMLInputCursorState
CancelComboboxInputCause
: A unison type of possible reasons why a combobox input may be cancelled (used byuseComboboxInput
)comboboxStore
createComboboxPlugin
useComboboxContent
useComboboxControls
useComboboxItem
onChangeCombobox
onKeyDownCombobox
ComboboxOnSelectItem
ComboboxProps
getNextNonDisabledIndex
getNextWrappingIndex
getTextFromTrigger
@udecode/plate-emoji@34.0.0
Major Changes
ELEMENT_EMOJI_INPUT
; combobox functionality must now be handled in the componentTriggerComboboxPlugin
createEmojiNode
to support custom emoji nodesemojiTriggeringController
id
(no longer needed)createEmoji
@udecode/plate-mention@34.0.0
Major Changes
ELEMENT_MENTION_INPUT
is now an inline void element, and combobox functionality must now be handled in the componentTriggerComboboxPlugin
query
totriggerQuery
(provided byTriggerComboboxPlugin
)id
(no longer needed)inputCreation
(seeTriggerComboboxPlugin['createComboboxInput']
)findMentionInput
isNodeMentionInput
isSelectionInMentionInput
removeMentionInput
withMention
(no longer needed)mentionOnKeyDownHandler
(no longer needed)@udecode/plate-slash-command@34.0.0
Major Changes
ELEMENT_SLASH_INPUT
is now an inline void element, and combobox functionality must now be handled in the componentTriggerComboboxPlugin
createSlashNode
id
(no longer needed)inputCreation
(seecreateComboboxInput
)query
totriggerQuery
(provided byTriggerComboboxPlugin
)rules
: Slash command rules must now be provided in the componentfindSlashInput
isNodeSlashInput
isSelectionInSlashInput
removeSlashInput
withSlashCommand
(no longer needed)slashOnKeyDownHandler
(no longer needed)getSlashOnSelectItem
: This should now be handled in the component@udecode/plate-callout@34.0.0
Minor Changes
callout
@udecode/plate-dnd@34.0.0
Minor Changes
@udecode/plate-font@34.0.0
Minor Changes
setBlockBackgroundColor
.@udecode/plate-heading@34.0.0
Minor Changes
@udecode/plate-layout@34.0.0
Minor Changes
toggleColumns
and fix select all.@udecode/plate-math@34.0.0
Minor Changes
equation
andinlineEquation
plugins.@udecode/plate-media@34.0.0
Minor Changes
mediaPlaceholder
,video
,audio
andfile
@udecode/plate-utils@34.0.0
Minor Changes
addSelectedRow
which depends onblockSelection
plugin@udecode/plate-selection@34.0.0
Minor Changes
block-context-menu
and improved the user experience forblock-selection
, such as interactions related to keyboard shortcuts, bug fixes.@udecode/slate-utils@34.0.0
Minor Changes
getAncestorNode
andgetNodesRange
@udecode/plate-code-block@34.0.0
Patch Changes
@udecode/plate-core@34.0.0
Patch Changes
toggleNodeType
not working usingat
.@udecode/plate-floating@34.0.0
Patch Changes
floating-toolbar
after the selection is complete.@udecode/plate-indent-list@34.0.0
Patch Changes
toggleIndentListByPath
, addindentList
options@udecode/plate-link@34.0.0
Patch Changes
@udecode/plate-alignment@34.0.0
@udecode/plate-autoformat@34.0.0
@udecode/plate-basic-elements@34.0.0
@udecode/plate-basic-marks@34.0.0
@udecode/plate-block-quote@34.0.0
@udecode/plate-break@34.0.0
@udecode/plate-cloud@34.0.0
@udecode/plate-comments@34.0.0
@udecode/plate-common@34.0.0
@udecode/plate-cursor@34.0.0
@udecode/plate-diff@34.0.0
@udecode/plate-excalidraw@34.0.0
@udecode/plate-find-replace@34.0.0
@udecode/plate-highlight@34.0.0
@udecode/plate-horizontal-rule@34.0.0
@udecode/plate-indent@34.0.0
@udecode/plate-juice@34.0.0
@udecode/plate-kbd@34.0.0
@udecode/plate-line-height@34.0.0
@udecode/plate-list@34.0.0
@udecode/plate-node-id@34.0.0
@udecode/plate-normalizers@34.0.0
@udecode/plate-paragraph@34.0.0
@udecode/plate@34.0.0
@udecode/plate-reset-node@34.0.0
@udecode/plate-resizable@34.0.0
@udecode/plate-select@34.0.0
@udecode/plate-serializer-csv@34.0.0
@udecode/plate-serializer-docx@34.0.0
@udecode/plate-serializer-html@34.0.0
@udecode/plate-serializer-md@34.0.0
@udecode/plate-suggestion@34.0.0
@udecode/plate-tabbable@34.0.0
@udecode/plate-table@34.0.0
@udecode/plate-toggle@34.0.0
@udecode/plate-trailing-block@34.0.0
@udecode/plate-yjs@34.0.0