Remirror: v1.0.0-next.20 Release

Release date:
August 14, 2020
Previous version:
v1.0.0-next.19 (released August 4, 2020)
Magnitude:
1,442 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

24 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored August 13, 2020
Authored August 13, 2020
Authored August 11, 2020
Authored August 10, 2020
Authored August 12, 2020
Authored August 13, 2020
Authored August 12, 2020
Authored August 14, 2020
Authored August 13, 2020
Authored August 13, 2020
Authored August 12, 2020
Authored August 13, 2020
Authored August 11, 2020

Top Contributors in v1.0.0-next.20

ifiokjr
ronnyroeller

Directory Browser for v1.0.0-next.20

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

  • 6d7edc85: Rename areSchemaCompatible to areSchemasCompatible.

Minor Changes

  • Fix the controlled editor when used in StrictMode.

  • 8f9eb16c: Enable all selection when setting initial content and focusing on the editor.

  import { useRemirror } from 'remirror/react';

  const { focus } = useRemirror();
  focus('all');

Patch Changes