Remirror: v1.0.0-next.60 Release

Release date:
December 18, 2020
Previous version:
v1.0.0-next.59 (released December 14, 2020)
Magnitude:
467 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v1.0.0-next.60

ifiokjr
tommoor
benjie

Directory Browser for v1.0.0-next.60

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

Release Notes Published

Breaking πŸ’₯

  • 4504aadb #830 Thanks @ifiokjr! - Rename deprecated error constant from COMMANDS_CALLED_IN_OUTER_SCOPE to SCHEMA.

Features ✨

  • 4504aadb #830 Thanks @ifiokjr! - Add getActiveNode function which returns the information for an active node of the provided type.

  • 4504aadb #830 Thanks @ifiokjr! - Add getMarkRanges which supports retrieving all the mark ranges from within the provided selection.

Fixes πŸ”§

  • 4504aadb #830 Thanks @ifiokjr! - Preserve attributes when toggling a block node. This allows for better support when using extraAttributes and fixes #819.

  • 302bdf7e #829 Thanks @benjie! - Fix regexp for image filetype check.

  • 34a7981d #828 Thanks @tommoor! - YJS fixes for scrolling while remote clients are editing and incorrect remote selections.