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

Merged
merged 1 commit into from
Dec 20, 2024
Merged

[Release] Version packages #3879

merged 1 commit into from
Dec 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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]

Patch Changes

  • #3878 by @zbeyens
    • Add useNodePath(node: TNode): memoized findPath (useMemo)
    • Add usePath(pluginKey?: string): memoized findPath (context)
    • PlateElementProps now includes path prop, also accessible using usePath

@udecode/[email protected]

Patch Changes

  • #3878 by @zbeyens – Additional breaking changes to v41:

    • Remove useDraggableState. Use const { isDragging, previewRef, handleRef } = useDraggable
    • Remove useDraggableGutter. Set contentEditable={false} to your gutter element
    • Remove props from useDropLine. Set contentEditable={false} to your drop line element
    • Remove withDraggable, useWithDraggable. Use DraggableAboveNodes instead

@udecode/[email protected]

Patch Changes

  • #3878 by @zbeyens

    • Add setColumns: set any number of columns of any size to a column group. Decreasing the number of columns will move the removed columns' content to the last remaining column.
    • toggleColumnGroup: now uses setColumns if we're already in a column group.
    • Remove layout prop from column_group nodes. We're now only relying on column width prop. You can unset layout prop or just leave it as it is since it's not read anymore.
    • ColumnPlugin: Added width normalization ensuring column widths always sum to 100% by automatically adjusting widths when columns are added or removed. If the sum of widths is not 100%, the difference is distributed evenly across all columns.
  • #3878 by @zbeyens – Additional breaking changes to v41:

    • insertColumnGroup: rename layout to columns
    • Remove setColumnWidth, useColumnState. Use setColumns instead

@udecode/[email protected]

@udecode/[email protected]

@udecode/[email protected]

Copy link

vercel bot commented Dec 20, 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 Dec 20, 2024 3:36am

Copy link

codesandbox bot commented Dec 20, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@felixfeng33 felixfeng33 merged commit 1015a36 into main Dec 20, 2024
3 of 4 checks passed
@felixfeng33 felixfeng33 deleted the changeset-release/main branch December 20, 2024 03:36
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