remirror

ProseMirror toolkit for React 🎉

MIT License

Downloads
14.7M
Stars
2.6K
Committers
81

Bot releases are visible (Hide)

remirror - [email protected]

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

2022-10-14

Patch Changes

  • The ImageExtension now prefers text content, over images when pasting mixed text and image content.

    The behaviour when pasting only an image, or only text remains unchanged.

    This situation usually occurs when pasting content from Microsoft Office products, the content available via clipboard data is either:

    1. One large image:
      • Effectively a screenshot of the original content (an image with text in it).
    2. HTML content:
      • Containing text that can be parsed by your chosen extensions.
      • However, the images have file:/// protocol URLs, which cannot be resolved due to browser security restrictions.

    Remirror's ImageExtension will now prefer HTML content, when the paste contains mixed content.

    This will potentially introduce a breaking change for some. However, we believe the current behaviour to be incorrect so we are viewing this more as a fix, than a breaking change.

    This update adds a new option to the ImageExtension preferPastedTextContent which you can set to false to restore the previous behaviour.

    preferPastedTextContent

    • If true, this will use the text from the clipboard data, and drop the images (default).
    • If false, the "screenshot" image will be used, and the text will be dropped.
  • Prevent table plugins (such as column resizing) from loading, if the view is not editable

  • Updated dependencies

  • Updated dependencies

remirror - @remirror/[email protected]

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

2022-10-14

Patch Changes

  • Prevent table plugins (such as column resizing) from loading, if the view is not editable
  • Updated dependencies
remirror - @remirror/[email protected]

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

2022-10-13

Patch Changes

  • Prevent controller cell content with filterTransaction
  • Updated dependencies
remirror - [email protected]

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

2022-10-11

Patch Changes

remirror - @remirror/[email protected]

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

2022-10-11

Patch Changes

remirror - [email protected]

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

2022-09-29

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-29

Patch Changes

remirror - [email protected]

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

2022-09-28

Patch Changes

  • Workarounds the import error for @remirror/extension-emoji when using react-scripts start by not using .cjs file extension.
  • Updated dependencies
remirror - @remirror/[email protected]

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

2022-09-28

Patch Changes

remirror - [email protected]

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

2022-09-28

Patch Changes

  • Fixes the import error for @remirror/extension-emoji when using vite dev.
  • Updated dependencies
remirror - @remirror/[email protected]

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

2022-09-28

Patch Changes

remirror - [email protected]

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

2022-09-27

Patch Changes

  • Fixes the CJS build of @remirror/extension-emoji.
  • Updated dependencies
remirror - @remirror/[email protected]

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

2022-09-27

Patch Changes

remirror - [email protected]

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

2022-09-23

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-23

Patch Changes

remirror - [email protected]

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

2022-09-22

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-22

Patch Changes

remirror - [email protected]

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

2022-09-21

Patch Changes

remirror - @remirror/[email protected]

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

2022-09-21

Patch Changes

remirror - [email protected]

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

2022-09-20

Patch Changes

Package Rankings
Top 1.07% on Npmjs.org
Related Projects