8000 Tags · ProseMirror/prosemirror-model · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ProseMirror/prosemirror-model

Tags

1.25.1

Toggle 1.25.1's commit message
Version 1.25.1

### Bug fixes

Make the DOM parser not discard nodes whose document representation cannot be placed inside the represenation of some parent DOM node.

1.25.0

Toggle 1.25.0's commit message
Version 1.25.0

### New features

Mark specs can now be marked with a `code` property.

1.24.1

Toggle 1.24.1's commit message
Version 1.24.1

### Bug fixes

The parser now automatically preserves whitespace inside `<pre>` or `white-space: pre` elements.

1.24.0

Toggle 1.24.0's commit message
Version 1.24.0

### New features

`Fragment.content` and `Node.children` now expose a node's set of children as an array.

1.23.0

Toggle 1.23.0's commit message
Version 1.23.0

### New features

The new `NodeType.isInGroup` method can be used to query group membership.

1.22.3

Toggle 1.22.3's commit message
Version 1.22.3

### Bug fixes

Fix some corner cases in the way the DOM parser tracks active marks.

1.22.2

Toggle 1.22.2's commit message
Version 1.22.2

### Bug fixes

Make attribute validation messages more informative.

1.22.1

Toggle 1.22.1's commit message
Version 1.22.1

### Bug fixes

Add code to `DOMSerializer` that rejects DOM output specs when they originate from attribute values, to protect against XSS attacks that use corrupt attribute input.

1.22.0

Toggle 1.22.0's commit message
Version 1.22.0

### New features

Attribute specs now support a `validate` property that can be used to provide a validation function for the attribute, to guard against corrupt JSON input.

1.21.3

Toggle 1.21.3's commit message
Version 1.21.3

### Bug fixes

Fix an issue where parse rules for CSS properties that were shorthands for a number of more detailed properties weren't matching properly.
0