codemirror/state (@codemirror/state)
### [`v6.3.3`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#633-2023-12-06)
[Compare Source](https://togithub.com/codemirror/state/compare/6.3.2...6.3.3)
##### Bug fixes
Fix an issue where `Text.slice` and `Text.replace` could return objects with incorrect `length` when the given `from`/`to` values were out of range for the text.
### [`v6.3.2`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#632-2023-11-27)
[Compare Source](https://togithub.com/codemirror/state/compare/6.3.1...6.3.2)
##### Bug fixes
Make sure transactions cannot add multiple selections when `allowMultipleSelections` is false.
Fix a bug that caused `Text.iterLines` to not return empty lines at the end of the iterated ranges.
### [`v6.3.1`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#631-2023-10-18)
[Compare Source](https://togithub.com/codemirror/state/compare/6.3.0...6.3.1)
##### Bug fixes
Give the tag property on `FacetReader` the type of the output type parameter to force TypeScript to infer the proper type when converting from `Facet` to `FacetReader`.
### [`v6.3.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#630-2023-10-12)
[Compare Source](https://togithub.com/codemirror/state/compare/6.2.1...6.3.0)
##### New features
The new `FacetReader` type provides a way to export a read-only handle to a `Facet`.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 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
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.2.1
->6.3.3
Release Notes
codemirror/state (@codemirror/state)
### [`v6.3.3`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#633-2023-12-06) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.2...6.3.3) ##### Bug fixes Fix an issue where `Text.slice` and `Text.replace` could return objects with incorrect `length` when the given `from`/`to` values were out of range for the text. ### [`v6.3.2`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#632-2023-11-27) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.1...6.3.2) ##### Bug fixes Make sure transactions cannot add multiple selections when `allowMultipleSelections` is false. Fix a bug that caused `Text.iterLines` to not return empty lines at the end of the iterated ranges. ### [`v6.3.1`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#631-2023-10-18) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.0...6.3.1) ##### Bug fixes Give the tag property on `FacetReader` the type of the output type parameter to force TypeScript to infer the proper type when converting from `Facet` to `FacetReader`. ### [`v6.3.0`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#630-2023-10-12) [Compare Source](https://togithub.com/codemirror/state/compare/6.2.1...6.3.0) ##### New features The new `FacetReader` type provides a way to export a read-only handle to a `Facet`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).
🚦 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 has been generated by Mend Renovate. View repository job log here.