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 #3746

Merged
merged 1 commit into from
Nov 11, 2024
Merged

[Release] Version packages #3746

merged 1 commit into from
Nov 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 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/[email protected]

Major Changes

  • #3744 by @zbeyens
    • Remove scrollContainerSelector option in favor of useEditorContainerRef

Patch Changes

  • #3744 by @zbeyens
    • CopilotPlugin: reset on mouse down
    • CopilotPlugin: auto trigger only on selection change

@udecode/[email protected]

Major Changes

  • #3744 by @zbeyens
    • Remove scrollContainerSelector option in favor of useEditorContainerRef

@udecode/[email protected]

Major Changes

  • #3744 by @zbeyens
    • Remove toggleColumns in favor of toggleColumnGroup
    • Remove insertEmptyColumn in favor of insertColumn

Minor Changes

  • #3744 by @zbeyens
    • ColumnPlugin:
      • unwrap columns when there is only one column
      • remove column group when it has no column children
      • remove column when it has no children
    • Add insertColumnGroup
    • Add toggleColumnGroup

@udecode/[email protected]

Major Changes

  • #3744 by @zbeyens
    • Add slate-dom as a peer dependency
    • Update slate-react peer dependency to >=0.111.0

@udecode/[email protected]

Minor Changes

  • 195163e6e3d612c1d016112b982e9d49213efb3d by @zbeyens
    • Plate store: add containerRef. This is used by some plugins like CursorOverlay.
    • Add useEditorContainerRef selector hook. You can pass the returned ref to your editor scroll container.
    • usePlateEditor options: value can now be a callback function to get the value from the editor
    • editor.key is now using nanoid()
    • editor.uid: new property added by Plate to uniquely identify the editor. The difference with editor.key is that uid supports SSR hydration. This can be passed to the editor container as id prop.
    • render.aboveNodes and render.belowNodes now support useElement
    • PlatePlugin.inject new properties:
      • excludePlugins?: string[]
      • excludeBelowPlugins?: string[]
      • maxLevel?: number
      • isLeaf?: boolean
      • isBlock?: boolean
      • isElement?: boolean
    • Add getInjectMatch(editor, plugin) to get a plugin inject match function.

Patch Changes

  • #3744 by @zbeyens
    • Plate now warns if multiple instances of @udecode/plate-core are detected. Use suppressInstanceWarning to suppress the warning.

@udecode/[email protected]

Minor Changes

  • #3744 by @zbeyens
    • Dragging dropEffect is now move instead of copy
    • Fix drag bug when dragging an element without id

Patch Changes

  • #3745 by @12joan – Fix: useDndNode calls a state setter during its render function

@udecode/[email protected]

Minor Changes

  • #3744 by @zbeyens
    • api.markdown.deserialize: add second argument option: processor?: (processor: Processor) => Processor. You could use this to add other remark plugins like remark-gfm.
    • Add delete text rule. This does not add support for strikethrough yet.

@udecode/[email protected]

Minor Changes

  • #3744 by @zbeyens
    • idCreator default is now nanoid(10)
    • New option filterInline to filter inline elements. Default is true.
    • NodeIdPlugin:
      • add normalizeInitialValue that set node ids when missing, called before mount
      • default behavior will normalize only the first and last node are missing id to avoid traversing the entire document
      • you can disable it with NodeIdPlugin.configure({ normalizeInitialValue: null })
      • you can force check all nodes with NodeIdPlugin.configure({ options: { normalizeInitialValue: true } })

@udecode/[email protected]

Minor Changes

  • #3744 by @zbeyens
    • PlateElement add data-block-id if element.id is defined, after editor mount to support SSR hydration.

@udecode/[email protected]

Minor Changes

  • #3744 by @zbeyens
    • New plugin CursorOverlayPlugin
    • useCursorOverlay now supports collapsed selection using minSelectionWidth = 1
    • selectable depends now on data-block-id instead of data-key
    • Fix a bug when deleting selected blocks without id
    • Fix useBlockSelected: use id parameter if defined

@udecode/[email protected]

Patch Changes

@udecode/[email protected]

Patch Changes

  • #3744 by @zbeyens – Deprecated, use @udecode/plate-selection instead.

@udecode/[email protected]

Patch Changes

@udecode/[email protected]

Patch Changes

@udecode/[email protected]

Patch Changes

@udecode/[email protected]

Patch Changes

@udecode/[email protected]

Patch Changes

  • #3744 by @zbeyens
    • Strip (potentially injected by the compiler) attributes starting with __.
    • Remove internal functions from exports.

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

Copy link

vercel bot commented Nov 8, 2024

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

Name Status Preview Comments Updated (UTC)
plate 🛑 Canceled (Inspect) Nov 11, 2024 3:33pm

Copy link

codesandbox bot commented Nov 8, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions github-actions bot force-pushed the changeset-release/main branch from 292e6b5 to f8fa0e7 Compare November 11, 2024 15:06
@zbeyens zbeyens merged commit 6d2cf66 into main Nov 11, 2024
3 of 4 checks passed
@zbeyens zbeyens deleted the changeset-release/main branch November 11, 2024 15:20
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