File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## 1.40.1 (2025-07-18)
2
16
3
17
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prosemirror-view" ,
3
- "version" : " 1.40.1 " ,
3
+ "version" : " 1.41.0 " ,
4
4
"description" : " ProseMirror's view component" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments