Skip to content

Commit e555c24

Browse files
committed
Mark version 1.41.0
1 parent 57ff41d commit e555c24

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.41.0 (2025-09-06)
2+
3+
### Bug fixes
4+
5+
Make sure `transformPasted` is properly called when pasting into a code block.
6+
7+
Fix an issue where the editor didn't properly set the DOM selection in a shadow DOM on Safari in some situations.
8+
9+
Work around a Safari issue that broke composition right after changing the set of active marks.
10+
11+
### New features
12+
13+
Pass an argument to `transformPasted` that tells the handler whether the paste is plain text. Call transformPasted when pasting into a code block
14+
115
## 1.40.1 (2025-07-18)
216

317
### 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.40.1",
3+
"version": "1.41.0",
44
"description": "ProseMirror's view component",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)