Major Changes
-
56349ca5
#744 Thanks @ifiokjr! - Add new options to theYjsExtension
to support full configuration of they-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. Thereadme
has been updated to reflect this change.BREAKING: 💥
yjs
is now apeerDependency
and you will need to install it in your codebase to consume theYjsExtension
. This change follows from the above breaking change. For example, to configure any provider will need to provide your desiredDoc
from theyjs
package.