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

Skip to content

Tags: tslocke/prosemirror-commands

Tags

1.1.12

Toggle 1.1.12's commit message
Version 1.1.12

### Bug fixes

Fix issue where the default PC keymap was used on recent versions of iPhone or iPad operating systems.

1.1.11

Toggle 1.1.11's commit message
Version 1.1.11

### Bug fixes

Add a binding for Shift-Backspace to the base keymap, so that shift or caps-lock won't interfere with backspace behavior.

Fix an issue in `autoJoin` that made it ignore a third argument if it was passed one.

1.1.10

Toggle 1.1.10's commit message
Version 1.1.10

### Bug fixes

Make `joinBackward` capable of joining textblocks wrapped in parent nodes when the parent nodes themselves can't be joined (for example two list items which allow only a single paragraph).

1.1.9

Toggle 1.1.9's commit message
Version 1.1.9

### Bug fixes

Fix a regression where `splitBlock` could crash when splitting at the end of a non-default block.

1.1.8

Toggle 1.1.8's commit message
Version 1.1.8

### Bug fixes

Fix a crash in `splitBlock` that occurred with certain types of schemas.

1.1.7

Toggle 1.1.7's commit message
Version 1.1.7

### Bug fixes

Fix a regression where `createParagraphNear` no longer fired for gap cursor selections.

1.1.6

Toggle 1.1.6's commit message
Version 1.1.6

### Bug fixes

Improve behavior of enter when the entire document is selected.

1.1.5

Toggle 1.1.5's commit message
Version 1.1.5

### Bug fixes

`joinBackward` and `joinForward` will now, when the textblock after the cut can't be moved into the structure before the cut, try to just join the inline content onto the last child in the structure before the cut.

`toggleMark` will now skip whitespace at the start and end of the selection when adding a mark.

1.1.4

Toggle 1.1.4's commit message
Version 1.1.4

### Bug fixes

`selectNodeForward` and `selectNodeBackward` will now also select nodes next to a gap cursor (or other custom empty selection type).

1.1.3

Toggle 1.1.3's commit message
Version 1.1.3

### Bug fixes

Fix an issue where, since version 1.7.4 of prosemirror-model, `splitBlock` fails to create the expected new textblock in some schemas.