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.4.0
### Bug fixes
Creating a `TextSelection` with endpoints that don't point at inline positions now emits a warning. (It is technically an error, but crashing on it might be too disruptive for some existing setups.)
### New features
Include TypeScript type declarations.
Version 1.3.3
### Bug fixes
When deleting a whole-document-selection causes default content to be generated, make sure the selection is moved to the start of the document.
Version 1.2.4
### Bug fixes
`Transaction.setSelection` now immediately checks whether the given selection points into the proper document, rather than silently accepting an invalid selection.