Skip to content

Commit e2c62e7

Browse files
chore(master): release 1.8.2 (#319)
1 parent efca8a7 commit e2c62e7

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.2](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.1...v1.8.2) (2025-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* improve cell selection logic in merge cells ([#311](https://github.com/ProseMirror/prosemirror-tables/issues/311)) ([6ac5448](https://github.com/ProseMirror/prosemirror-tables/commit/6ac54486189a51ecefa3b43d1e29c6c4069552cf))
9+
310
## [1.8.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.0...v1.8.1) (2025-08-27)
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.1",
4+
"version": "1.8.2",
55
"packageManager": "pnpm@10.24.0",
66
"description": "ProseMirror's rowspan/colspan tables component",
77
"license": "MIT",

0 commit comments

Comments
 (0)