github remirror/remirror @remirror/react@2.0.0-beta.17

latest releases: remirror@3.0.1, @remirror/react@3.0.1, remirror@3.0.0...
2 years ago

2022-09-11

Major Changes

Patch Changes

  • option for supported characters in emoji suggester.

  • Rename useEvent to useEditorEvent to avoid confusion with the React hook of the same name

    Remove the deprecated useEvents hook

  • OnChangeHTML and OnChangeJSON won't listen to the first update.

  • Support both ESM and CJS.

  • Set style white-space as break-spaces to wrap end-of-lines spaces.

  • Rewrite React components using MUI.

  • SSR features are removed.

  • Standardize the contextmenu and hover events to return event as first parameter

  • 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.

  • Improve the calculation of changed ranges by utilising mapping

  • Update jsx-dom to v7.

  • 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.

  • Don't re-create initialEditorState when re-mounting the <Remirror/> component.

    Before this patch, for an uncontrolled editor, the <Remirror/> component would re-create the initialEditorState when it re-mounts. This will call EditorState.create() and call the init method for every ProseMirror plugins with initialEditorState. This is problematic because the editor state passed to plugins is not the same as the current state.

    This patch fixes the issue by only creating initialEditorState when the editor is mounted for the first time.

  • Fix the issue that PlaceholderExtension passed with the extension list doesn't work.

  • Expose the return type of the throttle and debounce helpers

  • Removes domino from the codebase.

  • Try to require JSDOM implicitly in node environment.

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

  • Updated dependencies

    • @remirror/extension-react-tables@2.0.0-beta.17
    • @remirror/react-components@2.0.0-beta.17
    • @remirror/react-hooks@2.0.0-beta.17
    • @remirror/react-core@2.0.0-beta.17
    • @remirror/extension-placeholder@2.0.0-beta.17
    • @remirror/extension-react-component@2.0.0-beta.17
    • @remirror/extension-positioner@2.0.0-beta.17
    • @remirror/preset-react@2.0.0-beta.17
    • @remirror/react-renderer@2.0.0-beta.17
    • @remirror/react-utils@2.0.0-beta.17

Don't miss a new remirror release

NewReleases is sending notifications on new releases.