Skip to content

Commit 42851d6

Browse files
chore(master): release 1.8.4 (#325)
1 parent 92cd56b commit 42851d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.4](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.3...v1.8.4) (2025-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent cell selection on context menu open ([#324](https://github.com/ProseMirror/prosemirror-tables/issues/324)) ([92cd56b](https://github.com/ProseMirror/prosemirror-tables/commit/92cd56bdc5353a5e15625fa586140301a64546e8))
9+
310
## [1.8.3](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.2...v1.8.3) (2025-12-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prosemirror-tables",
33
"type": "module",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"packageManager": "pnpm@10.24.0",
66
"description": "ProseMirror's rowspan/colspan tables component",
77
"license": "MIT",

0 commit comments

Comments
 (0)