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

Commit 1e6bb61

Browse files
committed
Mark version 1.23.8
1 parent 7d92b47 commit 1e6bb61

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.23.8 (2022-03-10)
2+
3+
### Bug fixes
4+
5+
Fix an issue where the editor needlessly interrupted composition with IME systems that keep the cursor at the start of the composition, such as some Pinyin input methods.
6+
17
## 1.23.7 (2022-02-25)
28

39
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-view",
3-
"version": "1.23.7",
3+
"version": "1.23.8",
44
"description": "ProseMirror's view component",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)