Skip to content

Commit 240cb67

Browse files
chore(master): release 1.6.0 (#254)
1 parent 662e857 commit 240cb67

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.6.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.5.1...v1.6.0) (2024-10-25)
4+
5+
6+
### Features
7+
8+
* add new option `defaultCellMinWidth` for `columnResizing()` ([#253](https://github.com/ProseMirror/prosemirror-tables/issues/253)) ([662e857](https://github.com/ProseMirror/prosemirror-tables/commit/662e857d87fafcb5f77247205c2e91d392b7401d))
9+
310
## [1.5.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.5.0...v1.5.1) (2024-10-23)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-tables",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"packageManager": "[email protected]",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)