Skip to content

Update Content Editor Packages - prosemirror - autoclosed

This MR contains the following updates:

Package Type Update Change
prosemirror-markdown dependencies minor 1.9.1 -> 1.11.0
prosemirror-test-builder devDependencies patch ^1.1.0 -> ^1.1.1

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

prosemirror/prosemirror-markdown

v1.11.0

Compare Source

Bug fixes

Make sure blank lines at the end of code blocks are properly serialized.

Convert soft breaks (single newlines) in Markdown to spaces, rather than newlines in the ProseMirror document, because newlines tend to behave awkwardly in the editor.

Fix a bug that cause the object passed as configuration to MarkdownSerializer to be mutated. Add release note

Include CommonJS type declarations in the package to please new TypeScript resolution settings.

New features

A new option to MarkdownSerializer allows client code to configure which node type should be treated as hard breaks during mark serialization. Remove the extra left bracket

v1.10.1

Compare Source

Bug fixes

Don't treat the empty string the same as null in wrapBlock's firstDelim argument. Check content of code blocks for any sequence of backticks

Use longer sequences of backticks when serializing a code block that contains three or more backticks in a row.

v1.10.0

Compare Source

New features

You can now pass an optional markdown-it environment object to .

v1.9.4

Compare Source

Bug fixes

Don't escape colon characters at the start of a line.

Escape parentheses in images and links.

Allow links to wrap emphasis markers when serializing Markdown.

v1.9.3

Compare Source

Bug fixes

Make sure '!' characters in front of links are escaped.

v1.9.2

Compare Source

Bug fixes

Don't escape characters in autolinks.

Fix a bug that caused the serializer to not escape start-of-line markup when inside a list.

prosemirror/prosemirror-test-builder

v1.1.1

Compare Source

Bug fixes

Make the return type of `builders` include properties for schema node/mark names.

Include CommonJS type declarations in the package to please new TypeScript resolution settings.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports