Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Tags: codemirror/text

Tags

0.19.6

Toggle 0.19.6's commit message
Version 0.19.6

### New features

`findClusterBreak` now takes an optional `includeExtending` argument that determines whether it skips over extending characters.

0.19.5

Toggle 0.19.5's commit message
Version 0.19.5

### Bug fixes

Fix the return type of `iterLines`.

0.19.4

Toggle 0.19.4's commit message
Version 0.19.4

### New features

`TextIterator`s are now iterable.

`findColumn` now takes an optional `strict` argument that makes it report -1 for columns outside of the string.

0.19.3

Toggle 0.19.3's commit message
Version 0.19.3

### Bug fixes

Fix an issue where a partial text cursor would sometimes not appropriately report it was done.

0.19.2

Toggle 0.19.2's commit message
Version 0.19.2

### New features

`Text.children` is now public, and can be used to iterate over the `Text` objects in a tree.

0.19.1

Toggle 0.19.1's commit message
Version 0.19.1

### New features

`Text` objects now expose an `iterLines` method to create an iterator over their lines.

0.19.0

Toggle 0.19.0's commit message
Version 0.19.0

### Breaking changes

`countColumn` now takes different arguments.

0.18.1

Toggle 0.18.1's commit message
Version 0.18.1

### Breaking changes

`findColumn` now takes only three arguments. (The old argument list will be supported until the next breaking version.)

0.18.0

Toggle 0.18.0's commit message
Version 0.18.0

0.17.2

Toggle 0.17.2's commit message
Version 0.17.2

### New features

The package now also exports a CommonJS module.