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

Commit b1f19a4

Browse files
committed
Mark version 1.23.6
1 parent e474a28 commit b1f19a4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.23.6 (2022-01-13)
2+
3+
### Bug fixes
4+
5+
Fix an issue that could cause pieces of DOM to not be synchronized with the document after some kind of changes around marks.
6+
7+
Fix a bug where marks rendered with nested elements would in some situations suppress new input.
8+
9+
Disable Chrome-specific drag-selection workaround in non-Chrome browsers because it affected table cell selection in Safari.
10+
111
## 1.23.5 (2021-12-27)
212

313
### 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.5",
3+
"version": "1.23.6",
44
"description": "ProseMirror's view component",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)