Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Version packages #3240

Merged
merged 1 commit into from
Jun 6, 2024
Merged

[Release] Version packages #3240

merged 1 commit into from
Jun 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 6, 2024

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

  • #3241 by @felixfeng33
    • Breaking change: the empty caption textarea is no longer showed on image focus. You can use the caption store to show the caption textarea.

@udecode/plate-combobox@34.0.0

Major Changes

  • #3168 by @12joan
    • Major rework. The combobox package is no longer a plugin. Instead, it is now a collection of utilities that can be used by other plugins and components.
    • Added the following exports:
      • withTriggerCombobox: Insert a combobox input when a trigger character is typed
      • TriggerComboboxPlugin: Plugin options type for withTriggerCombobox
      • useComboboxInput: Manages the behavior of an inline combobox input element
      • useHTMLInputCursorState: Tracks whether the cursor is at the start or end of a HTML <input type="text"> element
      • ComboboxInputCursorState: Return type for useHTMLInputCursorState
      • CancelComboboxInputCause: A unison type of possible reasons why a combobox input may be cancelled (used by useComboboxInput)
    • Removed the following exports:
      • comboboxStore
      • createComboboxPlugin
      • useComboboxContent
      • useComboboxControls
      • useComboboxItem
      • onChangeCombobox
      • onKeyDownCombobox
      • ComboboxOnSelectItem
      • ComboboxProps
      • getNextNonDisabledIndex
      • getNextWrappingIndex
      • getTextFromTrigger

@udecode/plate-emoji@34.0.0

Major Changes

  • #3168 by @12joan
    • Now uses the reworked combobox package
    • Added ELEMENT_EMOJI_INPUT; combobox functionality must now be handled in the component
    • Plugin options:
      • Now extends from TriggerComboboxPlugin
      • Added createEmojiNode to support custom emoji nodes
      • Removed emojiTriggeringController
      • Removed id (no longer needed)
      • Removed createEmoji

@udecode/plate-mention@34.0.0

Major Changes

  • #3168 by @12joan
    • Now uses the reworked combobox package
    • ELEMENT_MENTION_INPUT is now an inline void element, and combobox functionality must now be handled in the component
    • Plugin options:
      • Now extends from TriggerComboboxPlugin
      • Renamed query to triggerQuery (provided by TriggerComboboxPlugin)
      • Removed id (no longer needed)
      • Removed inputCreation (see TriggerComboboxPlugin['createComboboxInput'])
    • Removed queries and transforms relating to the mention input:
      • findMentionInput
      • isNodeMentionInput
      • isSelectionInMentionInput
      • removeMentionInput
    • Removed withMention (no longer needed)
    • Removed mentionOnKeyDownHandler (no longer needed)

@udecode/plate-slash-command@34.0.0

Major Changes

  • #3168 by @12joan
    • Now uses the reworked combobox package
    • ELEMENT_SLASH_INPUT is now an inline void element, and combobox functionality must now be handled in the component
    • Replaced all plugin options with those extended from TriggerComboboxPlugin
      • Removed createSlashNode
      • Removed id (no longer needed)
      • Removed inputCreation (see createComboboxInput)
      • Renamed query to triggerQuery (provided by TriggerComboboxPlugin)
      • Removed rules: Slash command rules must now be provided in the component
    • Removed queries and transforms relating to the slash input:
      • findSlashInput
      • isNodeSlashInput
      • isSelectionInSlashInput
      • removeSlashInput
    • Removed withSlashCommand (no longer needed)
    • Removed slashOnKeyDownHandler (no longer needed)
    • Removed getSlashOnSelectItem: This should now be handled in the component

@udecode/plate-callout@34.0.0

Minor Changes

@udecode/plate-dnd@34.0.0

Minor Changes

@udecode/plate-font@34.0.0

Minor Changes

@udecode/plate-heading@34.0.0

Minor Changes

@udecode/plate-layout@34.0.0

Minor Changes

@udecode/plate-math@34.0.0

Minor Changes

@udecode/plate-media@34.0.0

Minor Changes

@udecode/plate-utils@34.0.0

Minor Changes

  • #3241 by @felixfeng33 – Add addSelectedRow which depends on blockSelection plugin

@udecode/plate-selection@34.0.0

Minor Changes

  • #3241 by @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.

@udecode/slate-utils@34.0.0

Minor Changes

@udecode/plate-code-block@34.0.0

Patch Changes

@udecode/plate-core@34.0.0

Patch Changes

@udecode/plate-floating@34.0.0

Patch Changes

  • #3241 by @felixfeng33 – Fix: only pop up floating-toolbar after the selection is complete.

@udecode/plate-indent-list@34.0.0

Patch Changes

@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

Copy link

vercel bot commented Jun 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2024 2:34pm

@zbeyens zbeyens merged commit 17e9885 into main Jun 6, 2024
1 of 2 checks passed
@zbeyens zbeyens deleted the changeset-release/main branch June 6, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant