You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 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.
Version 1.21.0
### New features
The new `linebreakReplacement` property on node specs makes it possible to configure a node type that `setBlockType` will convert to and from line breaks when appropriate.
Version 1.20.0
### New features
The `ParseRule` type is now a union of `TagParseRule` and `StyleParseRule`, with more specific types being used when appropriate.
Version 1.19.1
### Bug fixes
Fix the types of `Fragment.desendants` to include the index parameter to the callback. Add release note
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Version 1.19.0
### New features
Parse rules for styles can now provide a `clearMark` property to remove pending marks (for example for `font-style: normal`).