prosemirror/prosemirror-model (prosemirror-model)
### [`v1.23.0`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1230-2024-10-05)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.3...1.23.0)
##### New features
The new `NodeType.isInGroup` method can be used to query group membership.
### [`v1.22.3`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1223-2024-08-06)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.2...1.22.3)
##### Bug fixes
Fix some corner cases in the way the DOM parser tracks active marks.
### [`v1.22.2`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1222-2024-07-18)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.1...1.22.2)
##### Bug fixes
Make attribute validation messages more informative.
### [`v1.22.1`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1221-2024-07-14)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.0...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.
### [`v1.22.0`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1220-2024-07-14)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.3...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.
### [`v1.21.3`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1213-2024-06-26)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.2...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.
### [`v1.21.2`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1212-2024-06-25)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.1...1.21.2)
##### Bug fixes
Make sure resolved positions (and thus the document and schema hanging off them) don't get kept in the cache when their document can be garbage-collected.
### [`v1.21.1`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1211-2024-06-03)
[Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.0...1.21.1)
##### Bug fixes
Improve performance and accuracy of `DOMParser` style matching by using the DOM's own `style` object.
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.
This PR contains the following updates:
1.21.0
->1.23.0
Release Notes
prosemirror/prosemirror-model (prosemirror-model)
### [`v1.23.0`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1230-2024-10-05) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.3...1.23.0) ##### New features The new `NodeType.isInGroup` method can be used to query group membership. ### [`v1.22.3`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1223-2024-08-06) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.2...1.22.3) ##### Bug fixes Fix some corner cases in the way the DOM parser tracks active marks. ### [`v1.22.2`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1222-2024-07-18) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.1...1.22.2) ##### Bug fixes Make attribute validation messages more informative. ### [`v1.22.1`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1221-2024-07-14) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.22.0...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. ### [`v1.22.0`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1220-2024-07-14) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.3...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. ### [`v1.21.3`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1213-2024-06-26) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.2...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. ### [`v1.21.2`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1212-2024-06-25) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.1...1.21.2) ##### Bug fixes Make sure resolved positions (and thus the document and schema hanging off them) don't get kept in the cache when their document can be garbage-collected. ### [`v1.21.1`](https://redirect.github.com/prosemirror/prosemirror-model/blob/HEAD/CHANGELOG.md#1211-2024-06-03) [Compare Source](https://redirect.github.com/prosemirror/prosemirror-model/compare/1.21.0...1.21.1) ##### Bug fixes Improve performance and accuracy of `DOMParser` style matching by using the DOM's own `style` object.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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.