Remirror: v1.0.0-next.38 Release

Release date:
September 16, 2020
Previous version:
v1.0.0-next.37 (released September 14, 2020)
Magnitude:
808 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v1.0.0-next.38

ifiokjr
Bertg

Directory Browser for v1.0.0-next.38

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

  • 913e8e68 #689 Thanks @ifiokjr! - BREAKING: πŸ’₯ Rename Framework.frameworkHelpers to baseOutput and make it protected.

    • Add required abstract getter frameworkOutput.
    • Add third generic property Output which extends FrameworkOutput.
    • Remove manager property from FrameworkOutput.
  • 54ae06d4 #689 Thanks @ifiokjr! - Remove childAsRoot prop from RemirrorProvider.

    • Accept child-less rendering for RemirrorProvider.
    • Add autoRender prop to the RemirrorProvider which automatically adds an editable div to contain the ProseMirror editor. it can take values start and end to determine whether the div is insert before (start) all other children, or after (end).
  • 6855ee77 #689 Thanks @ifiokjr! - Remove logError method from the RemirrorError. Add disableLogging as a property instead.

  • 8cd47216 #689 Thanks @ifiokjr! - Remove isRemirrorContextProvider export.

Minor Changes

  • efd2e537 #689 Thanks @ifiokjr! - Add output property to the RemirrorManager. The property will throw an error if used before the framework is attached.

Add the frameworkAttached property to the RemirrorManager which is true when the manager.output is available.

Patch Changes