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

Merged
merged 1 commit into from
Apr 30, 2024
Merged

[Release] Version packages #3165

merged 1 commit into from
Apr 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 30, 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]

Minor Changes

  • #3162 by @emilienbidet – ### Changes

    • Modified createHeadingPlugin function to allow granular selection of heading levels.
    • Added support for retaining the old behavior of generating plugins for all heading levels up to a maximum level.
    • Type the heading levels props

    Details

    • The createHeadingPlugin function has been updated to accept an array of specific heading levels to enable, allowing for granular selection of heading levels. This provides more flexibility in choosing which heading levels to support within the editor.
    • The function now supports retaining the old behavior of generating plugins for all heading levels up to a maximum level if desired. This ensures backward compatibility with existing implementations that rely on the previous behavior.

    How to Use

    • To use the granular selection feature, pass an array of heading levels to the createHeadingPlugin function when initializing it. For example:
    const headingPlugin = createHeadingPlugin({
      levels: [1, 2, 3], // Enable heading levels 1, 2, and 3
    });

    And the previous behaviour is still working:

    const headingPlugin = createHeadingPlugin({
      levels: 6, // Enable heading levels 1, 2, 3, 4, 5 and 6
    });

@udecode/[email protected]

Minor Changes

  • #3155 by @felixfeng33 – Move moveSelectionByOffset from @udecode/plate-mention to @udecode/plate-utils

@udecode/[email protected]

Minor Changes

  • #3155 by @felixfeng33 – Move moveSelectionByOffset from @udecode/plate-mention to @udecode/plate-utils

@udecode/[email protected]

Minor Changes

@udecode/[email protected]

Patch Changes

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

Copy link

vercel bot commented Apr 30, 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 Apr 30, 2024 3:44pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from c1a2931 to f714377 Compare April 30, 2024 15:35
@zbeyens zbeyens merged commit ebb86f6 into main Apr 30, 2024
2 checks passed
@zbeyens zbeyens deleted the changeset-release/main branch April 30, 2024 15:59
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