Skip to content

Commit eb522f2

Browse files
chore(master): release 1.8.5 (#328)
1 parent 5cfc63f commit eb522f2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.5](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.4...v1.8.5) (2025-12-24)
4+
5+
6+
### Bug Fixes
7+
8+
* improve cell selection with fallback strategy for merged cells ([#323](https://github.com/ProseMirror/prosemirror-tables/issues/323)) ([d141168](https://github.com/ProseMirror/prosemirror-tables/commit/d1411689ef3cf5871e80ce641e916755b4c29e08))
9+
310
## [1.8.4](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.3...v1.8.4) (2025-12-22)
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.4",
4+
"version": "1.8.5",
55
"packageManager": "pnpm@10.26.2",
66
"description": "ProseMirror's rowspan/colspan tables component",
77
"license": "MIT",

0 commit comments

Comments
 (0)