prosemirror-elements
prosemirror-elements copied to clipboard
A ProseMirror plugin for adding user-defined 'elements' containing arbitrary fields to a document.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
## What does this change? Moves dependencies that no longer need to be bundled to devDependencies – basically, all the UI things that are no longer relevant, as after #313...
In Chrome it’s possible to traverse the caret via keyboard through all this:  While it may seem useful at first: - I’m not sure it’s actually correct - doesn’t...
Given ``` text [an element] text ``` it’s possible to place a caret in the first line and shift+end to select from caret till the end of doc. But it’s...
We should disambiguate as appropriate.
We've got a few places in the codebase where we use the word 'props' to describe options passed in a non-React context. This has confused some developers arriving at the...
FieldNameToValueMap is a long and confusing name. Can we make it shorter?
A comment from @SHession in #166 raised the question – what's a `consumer`? I suspect it's no longer a very good name. The best answer I can give is that...
## What does this change? Since the introduction of the `nestedElement` field, we have noticed various problems related to decorations. This PR: - Aims to solve the decorations problems once...
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...