Remirror: v1.0.0-next.22 Release

Release date:
August 17, 2020
Previous version:
v1.0.0-next.21 (released August 15, 2020)
Magnitude:
1,012 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.0.0-next.22

ifiokjr

Directory Browser for v1.0.0-next.22

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

  • 45d82746: πŸ’₯ Remove AttributesWithClass.
  • πŸ’₯ Add selectTextOnClick and default to false. Previously the whole link would be selected when clicking on a link. Now it's configurable.
  • 113560bb: Required temporary fix to resolve issue with unlinked packages in prerelease mode. See the issue for more details.
  • 9ab1d0f3: Remove ExtensionType enum which is no longer used.

Minor Changes

  • Export emptyCoords object from @remirror/extension-positioner.
  • Add second parameter to usePositioner hook which can override when a positioner should be set to active.
  • πŸš€ Add NodeAttributes and MarkAttributes exports which can be extended in the Remirror.ExtraNodeAttributes and Remirror.ExtraMarkAttributes.
  • πŸš€ Add isAllSelection which checks if the user has selected everything in the active editor.

Patch Changes