Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Remove yjs collab code #201

Closed johngodley closed 1 year ago

johngodley commented 1 year ago

As part of moving the collab code away from this repo and into a hooks-based extension we should deprecate and then remove all yjs code.

Deprecating the code will happen here: https://github.com/Automattic/isolated-block-editor/pull/200

This also disables the problematic unit tests which then allows us to upgrade the rest of the Gutenberg and Storybook modules.

Additional work will be needed to actually remove the code and close any remaining issues.