Remirror: [email protected] Release

Release date:
September 5, 2022
Previous version:
[email protected] (released August 4, 2022)
Magnitude:
33 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

ocavue
dgaletto

Directory Browser for [email protected]

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

Release Notes Published

2022-09-05

Major Changes

Patch Changes

  • Removes the following CSS variables:
  --rmr-color-selection-background: Highlight;
  --rmr-color-selection-shadow: inherit;
  --rmr-color-selection-text: HighlightText;
  --rmr-color-selection-caret: inherit;

This brings more natural selection colors to the editor.

  • SSR features are removed.
  • Delay trigger of onUpdateLink till the end of the execution queue to prevent updates on stale state.
  • Try to require JSDOM implicitly in node environment.
  • add helper to get shortest entity reference
  • Standardize the contextmenu and hover events to return event as first parameter
  • Update ProseMirror packages to latest versions.
  • When href equals text content, treat the link as an auto link (if enabled)
  • Add a customisible floating button to completely delete React tables.

Fix creating React tables from markdown initial state.

Fix copy and paste of React tables, which resulted in duplicated controlled cells.

  • Transform a hard break into \n in Node.textContent.
  • Fix onSendableReceived handler so it is actually debounced as intended.

Add two new commands cancelSendableSteps and flushSendableSteps which more control over the debounced functionality