Remirror: v1.0.0-next.43 Release

Release date:
September 28, 2020
Previous version:
v1.0.0-next.42 (released September 26, 2020)
Magnitude:
1,132 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v1.0.0-next.43

github-actions[bot]
ifiokjr
ronnyroeller

Directory Browser for v1.0.0-next.43

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

Release Notes Published

Minor Changes

  • b030cb6e #728 Thanks @ifiokjr! - Add text property to the return value from getMarkRange. It's a common use case when getting the range of the mark to also extract the text content.

Minor Changes

Annotations can be styled with a custom getStyle function. Yet, changes to outcome of the function (e.g. when the color schema is dynamically updated) won't automatically reflect in the editor.

commands.redrawAnnotations can now be called to force an update.

Patch Changes

Annotations auto-adjust as users enter content, e.g. an annotation grows if the user types in the middle of the annotation. Incorrectly, the annotation also grew when the user added content directly after the annotation. Now, this leads to new, non-annotated content. - b674f906 #729 Thanks @ifiokjr! - Make formatCodeBlock command chainable. - Updated dependencies [b674f906, a02dd7d1, b674f906, b674f906, bdea98bf, b030cb6e]