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

Publish a new pre-release version #5451

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 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 develop, this PR will be updated.

Releases

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

  • 174aefe: This updates y-prosemirror to a version that no longer has syncing problems and extension collaboration now respects the onFirstRender option
  • Updated dependencies [84ebd51]
  • Updated dependencies [0ec0af6]
  • Updated dependencies [ae0254d]
  • Updated dependencies [efb27fa]

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

  • 7c8889a: Optimize useEditor and useEditorState to reduce number of instances created while still being performant [Bug]: useEditor always creates at least 2 editors on mount #5432

    The core of this change is two-fold:

    • have the effect run on every render (i.e. without a dep array)
    • schedule destruction of instances, but bail on the actual destruction if the instance was still mounted and a new instance had not been created yet

    It should plug a memory leak, where editor instances could be created but not cleaned up in strict mode.
    As well as fixing a bug where a re-render, with deps, was not applying new options that were set on useEditor.

  • Updated dependencies [84ebd51]

  • Updated dependencies [0ec0af6]

  • Updated dependencies [ae0254d]

  • Updated dependencies [efb27fa]

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

Patch Changes

@tiptap/[email protected]

[email protected]

Patch Changes

  • d6e56c4: declare lowlight to be a peer dep of extension-code-block-lowlight, update usage to v3

Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit b949df0
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/66b2392ee6c0ab000841e4e3
😎 Deploy Preview https://deploy-preview-5451--tiptap-embed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/develop branch from a88b7ff to ccd42c2 Compare August 6, 2024 14:38
@github-actions github-actions bot force-pushed the changeset-release/develop branch from ccd42c2 to b949df0 Compare August 6, 2024 14:54
@nperez0111 nperez0111 merged commit 535dccc into develop Aug 6, 2024
4 checks passed
@nperez0111 nperez0111 deleted the changeset-release/develop branch August 6, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Bug]: why change isNodeEmpty behavior on a patch version?
1 participant