Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FBarrca/view

Tags

6.38.2

Toggle 6.38.2's commit message
Version 6.38.2

### Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.

6.38.1

Toggle 6.38.1's commit message
Version 6.38.1

### Bug fixes

Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.

Fix a layout bug that could occur with very narrow editors.

6.38.0

Toggle 6.38.0's commit message
Version 6.38.0

### New features

Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).

6.37.2

Toggle 6.37.2's commit message
Version 6.37.2

### Bug fixes

Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.

Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by `posAtCoords`.

6.37.1

Toggle 6.37.1's commit message
Version 6.37.1

### Bug fixes

Properly add `crelt` as a dependency.

6.37.0

Toggle 6.37.0's commit message
Version 6.37.0

### New features

View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration.

The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel.

6.36.8

Toggle 6.36.8's commit message
Version 6.36.8

### Bug fixes

Make `logException` log errors to the console when `onerror` returns a falsy value.

Fix an issue in `MatchDecorator` causing `updateDeco` to sometimes not do the right thing for deletions.

6.36.7

Toggle 6.36.7's commit message
Version 6.36.7

### Bug fixes

Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers.

Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization.

6.36.6

Toggle 6.36.6's commit message
Version 6.36.6

### Bug fixes

Fix an issue where `drawSelection` would draw selections starting at a block widget not at a line break in an odd way.

Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.

Fix an issue that caused unnecessary transactions on focus change.

6.36.5

Toggle 6.36.5's commit message
Version 6.36.5

### Bug fixes

Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.

Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.