remirror

ProseMirror toolkit for React 🎉

MIT License

Downloads
14.7M
Stars
2.6K
Committers
81

Bot releases are visible (Hide)

remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-09-08

Major Changes

Patch Changes

  • Update ProseMirror packages.
  • Update prosemirror packages.
  • Expose the return type of the throttle and debounce helpers
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Support both ESM and CJS.
  • Update ProseMirror dependencies.
  • Update ProseMirror packages to latest versions.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - [email protected]

Published by github-actions[bot] about 2 years ago

2022-09-05

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-09-05

Major Changes

Patch Changes

  • Update ProseMirror packages to latest versions.
  • Update ProseMirror packages.
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update ProseMirror dependencies.
  • Update prosemirror packages.
  • Expose the return type of the throttle and debounce helpers
  • Support both ESM and CJS.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

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.

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

  • SSR features are removed.

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

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

  • Try to require JSDOM implicitly in node environment.

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

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

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

    Remove the deprecated useEvents hook

  • Update jsx-dom to v7.

  • Expose the return type of the throttle and debounce helpers

  • Support both ESM and CJS.

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

  • 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 - [email protected]

Published by github-actions[bot] about 2 years ago

2022-08-04

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-08-04

Major Changes

Patch Changes

  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update prosemirror packages.
  • Expose the return type of the throttle and debounce helpers
  • Update ProseMirror packages.
  • Update ProseMirror dependencies.
  • Update ProseMirror packages to latest versions.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-08-04

Major Changes

Patch Changes

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

  • Expose the return type of the throttle and debounce helpers

  • SSR features are removed.

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

    Remove the deprecated useEvents hook

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

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

  • Try to require JSDOM implicitly in node environment.

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

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

  • Update jsx-dom to v7.

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

  • 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 - [email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

  • Update ProseMirror dependencies.
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update ProseMirror packages.
  • Update ProseMirror packages to latest versions.
  • Expose the return type of the throttle and debounce helpers
  • Update prosemirror packages.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

  • Update jsx-dom to v7.

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

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

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

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

  • SSR features are removed.

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

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

  • Expose the return type of the throttle and debounce helpers

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

    Remove the deprecated useEvents hook

  • 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

remirror - [email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

  • Update prosemirror packages.
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update ProseMirror packages to latest versions.
  • Expose the return type of the throttle and debounce helpers
  • Update ProseMirror packages.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - @remirror/[email protected]

Published by github-actions[bot] about 2 years ago

2022-07-20

Major Changes

Patch Changes

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

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

  • Try to require JSDOM implicitly in node environment.

  • Expose the return type of the throttle and debounce helpers

  • Update jsx-dom to v7.

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

  • SSR features are removed.

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

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

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

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

    Remove the deprecated useEvents hook

  • 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 - [email protected]

Published by github-actions[bot] over 2 years ago

2022-07-19

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] over 2 years ago

2022-07-19

Major Changes

Patch Changes

  • Update prosemirror packages.
  • Expose the return type of the throttle and debounce helpers
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update ProseMirror packages.
  • Update ProseMirror packages to latest versions.
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - @remirror/[email protected]

Published by github-actions[bot] over 2 years ago

2022-07-19

Major Changes

Patch Changes

  • Expose the return type of the throttle and debounce helpers

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

    Remove the deprecated useEvents hook

  • Update jsx-dom to v7.

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

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

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

  • SSR features are removed.

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

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

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

  • 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

remirror - [email protected]

Published by github-actions[bot] over 2 years ago

2022-07-18

Major Changes

Patch Changes

remirror - @remirror/[email protected]

Published by github-actions[bot] over 2 years ago

2022-07-18

Major Changes

Patch Changes

  • Update jsx-dom to v7.

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

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

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

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

  • Expose the return type of the throttle and debounce helpers

  • Try to require JSDOM implicitly in node environment.

  • SSR features are removed.

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

    Remove the deprecated useEvents hook

  • 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 - @remirror/[email protected]

Published by github-actions[bot] over 2 years ago

2022-07-18

Major Changes

Patch Changes

  • Update ProseMirror packages to latest versions.
  • Update prosemirror packages.
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Update ProseMirror packages.
  • Expose the return type of the throttle and debounce helpers
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
  • Updated dependencies
remirror - [email protected]

Published by github-actions[bot] over 2 years ago

2022-07-13

Major Changes

Patch Changes

Package Rankings
Top 1.07% on Npmjs.org
Related Projects