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

Merged
merged 1 commit into from
Oct 1, 2024
Merged

[Release] Version packages #3598

merged 1 commit into from
Oct 1, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 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

  • #3597 by @zbeyens – The following changes were made to improve performance:

    • Refactored useDraggable hook to focus on core dragging functionality:
      • Removed dropLine. Use useDropLine().dropLine instead.
      • Removed groupProps from the returned object – isHovered, and setIsHovered from the returned state. Use CSS instead.
      • Removed droplineProps, and gutterLeftProps from the returned object. Use useDropLine().props, useDraggableGutter().props instead.

Minor Changes

  • #3597 by @zbeyens
    • New hooks:
      • useDraggableGutter: Returns props for the draggable gutter.
      • useDropLine: Returns the current drop line state and props.
    • Added DraggableProvider and useDraggableStore for managing draggable state:
      • dropLine: The direction of the drop line.

@udecode/[email protected]

Major Changes

  • #3597 by @zbeyens – The following changes were made to improve performance:

    • Removed useHooksBlockSelection in favor of BlockSelectionAfterEditable
    • Removed slate-selected class from BlockSelectable. You can do it on your components using useBlockSelected() instead, or by using our new block-selection.tsx component.
    • Introduced useBlockSelectableStore for managing selectable state.

Minor Changes

  • #3597 by @zbeyens
    • BlockSelectableProvider, useBlockSelectableStore to store selectable state.
    • Introduced isSelectionAreaVisible option in BlockSelectionPlugin config. Useful to hide some UI when true.
    • New useBlockSelected hook for checking if a block is selected.

@udecode/[email protected]

Patch Changes

  • #3597 by @zbeyensuseOptions, useOption missing plugins now warn instead of erroring.

@udecode/[email protected]

Patch Changes

@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]

@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

codesandbox bot commented Oct 1, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Oct 1, 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 Oct 1, 2024 2:21am

@felixfeng33 felixfeng33 merged commit 515cebb into main Oct 1, 2024
3 of 4 checks passed
@felixfeng33 felixfeng33 deleted the changeset-release/main branch October 1, 2024 02:15
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