Remirror: v1.0.0-next.47 Release

Release date:
October 8, 2020
Previous version:
v1.0.0-next.46 (released October 6, 2020)
Magnitude:
1,316 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v1.0.0-next.47

github-actions[bot]
ifiokjr

Directory Browser for v1.0.0-next.47

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

  • 56349ca5 #744 Thanks @ifiokjr! - Add new options to the YjsExtension to support full configuration of the y-prosemirror plugins.

    BREAKING: πŸ’₯ Remove WebrtcProvider. It was always required via TypeScript but now the default implementation throws an error if you don't install and provide the provider you want to use. The readme has been updated to reflect this change.

    BREAKING: πŸ’₯ yjs is now a peerDependency and you will need to install it in your codebase to consume the YjsExtension. This change follows from the above breaking change. For example, to configure any provider will need to provide your desired Doc from the yjs package.

Minor Changes

Patch Changes