Remirror: v1.0.0-next.28 Release

Release date:
August 27, 2020
Previous version:
v1.0.0-next.27 (released August 25, 2020)
Magnitude:
2,503 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.0.0-next.28

ifiokjr

Directory Browser for v1.0.0-next.28

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • 0400fbc8 #591 Thanks @ifiokjr! - Add support for nested content within ReactComponent node views. Also support adding multiple components to the manager via the nodeViewComponents setting. Currently ReactNodeView components must be defined at initialization, and marks are not supported.

    • Also enforce minimum required extensions for the manager passed to the RemirrorProvider.
    • Some general cleanup and refactoring.
    • Add support for composing refs when using getRootProps. Now you can add your own ref to the getRootProps({ ref }) function call which will be populated at the same time.
    • Test the names of Extension's and Preset's in with extensionValidityTest.
    • BREAKING CHANGES πŸ’₯
    • Rename: ReactSSRExtension => ReactSsrExtension
    • Rename: ReactComponentExtension.name from reactNodeView => reactComponent.
    • Rename: NodeViewsExtension => NodeViewExtension
    • Rename: NodeViewsExtension => NodeViewExtension
    • Rename: SuggestExtension.name from suggestions => suggest

Patch Changes