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-20

Patch Changes

remirror - [email protected]

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

2022-09-19

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-19

Patch Changes

remirror - [email protected]

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

2022-09-13

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-13

Major Changes

Patch Changes

  • Update ProseMirror dependencies.
  • Update ProseMirror packages.
  • Update prosemirror packages.
  • Support both ESM and CJS.
  • When pasting some text that should be transformed into multiple adjacent inline nodes, avoid creating an empty text node.
  • Expose the return type of the throttle and debounce helpers
  • Update ProseMirror packages to latest versions.
  • 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-13

Major Changes

Patch Changes

  • Improve the calculation of changed ranges by utilising mapping

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

  • Rewrite React components using MUI.

  • Support both ESM and CJS.

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

  • Expose the return type of the throttle and debounce helpers

  • Try to require JSDOM implicitly in node environment.

  • Correct a bad import.

  • 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

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

  • SSR features are removed.

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

  • Removes domino from the codebase.

  • Update jsx-dom to v7.

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

  • option for supported characters in emoji suggester.

  • 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

  • Updated dependencies

remirror - [email protected]

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

2022-09-12

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-12

Major Changes

Patch Changes

  • Support both ESM and CJS.
  • Update ProseMirror packages.
  • 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.
  • Update ProseMirror dependencies.
  • Expose the return type of the throttle and debounce helpers
  • 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-12

Major Changes

Patch Changes

  • Removes domino from the codebase.

  • Support both ESM and CJS.

  • option for supported characters in emoji suggester.

  • Rewrite React components using MUI.

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

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

  • Correct a bad import.

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

    Remove the deprecated useEvents hook

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

  • 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

  • Update jsx-dom to v7.

  • Improve the calculation of changed ranges by utilising mapping

  • 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

  • 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

  • Updated dependencies

remirror - [email protected]

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

2022-09-12

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-12

Major Changes

Patch Changes

  • Support both ESM and CJS.
  • 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 to latest versions.
  • Update prosemirror packages.
  • Update ProseMirror dependencies.
  • 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-12

Major Changes

Patch Changes

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

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

  • SSR features are removed.

  • option for supported characters in emoji suggester.

  • Rewrite React components using MUI.

  • Support both ESM and CJS.

  • Correct a bad import.

  • Expose the return type of the throttle and debounce helpers

  • Update jsx-dom to v7.

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

    Remove the deprecated useEvents hook

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

  • Improve the calculation of changed ranges by utilising mapping

  • 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 domino from the codebase.

  • Try to require JSDOM implicitly in node environment.

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

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

  • 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

  • Updated dependencies

remirror - [email protected]

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

2022-09-11

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-11

Major Changes

Patch Changes

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

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

2022-09-08

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-08

Major Changes

Patch Changes

  • Update ProseMirror dependencies.
  • 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.
  • Support both ESM and CJS.
  • Update ProseMirror packages.
  • Expose the return type of the throttle and debounce helpers
  • 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-08

Major Changes

Patch Changes

  • Removes domino from the codebase.

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

    Remove the deprecated useEvents hook

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

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

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

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

  • 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

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

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

  • Support both ESM and CJS.

  • SSR features are removed.

  • Update jsx-dom to v7.

  • Expose the return type of the throttle and debounce helpers

  • 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

remirror - [email protected]

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

2022-09-08

Major Changes

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-08

Major Changes

Patch Changes

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

  • Removes domino from the codebase.

  • Expose the return type of the throttle and debounce helpers

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

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

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

  • Support both ESM and CJS.

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

  • Update jsx-dom to v7.

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

  • 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

Package Rankings
Top 1.07% on Npmjs.org
Related Projects