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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #39

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

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

slate-react@0.67.0

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

slate-hyperscript@0.67.0

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 2 times, most recently from 6596a7c to 93cb027 Compare April 16, 2021 16:54
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from da574d2 to 6557218 Compare April 23, 2021 22:54
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 3e56af6 to 1bf3c02 Compare August 9, 2021 17:24
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 9694470 to f76e580 Compare August 12, 2021 05:06
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.

None yet

0 participants