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

Version Packages #4594

Merged
merged 1 commit into from
Oct 18, 2021
Merged

Version Packages #4594

merged 1 commit into from
Oct 18, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 12, 2021

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

[email protected]

Minor Changes

  • #4540 11ef83b4 Thanks @bryanph! - The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.

Patch Changes

[email protected]

Patch Changes

  • #4555 c29eea02 Thanks @bryanph! - createEditor is now exported from slate-hyperscript, making it easier to set up custom editor tests

    For example:

    const jsx = createHyperscript({
      creators: {
        editor: createEditor(aFunctionThatReturnsAnEditorObject)
      },
      elements: {
        block: { type: 'block' },
        inline: { type: 'inline' }
      }
    })
    

@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 4268a6c to 01e96ad Compare October 17, 2021 13:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 01e96ad to 712bc4d Compare October 18, 2021 20:08
@dylans dylans merged commit 3678590 into main Oct 18, 2021
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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