We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3346c6c commit a99f708Copy full SHA for a99f708
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.7.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.7.0...v1.7.1) (2025-04-17)
4
+
5
6
+### Bug Fixes
7
8
+* fix validate for attribute colwidth ([#286](https://github.com/ProseMirror/prosemirror-tables/issues/286)) ([3346c6c](https://github.com/ProseMirror/prosemirror-tables/commit/3346c6c798f462a4f3d1c5ab47a2f74d62a07921))
9
10
## [1.7.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.4...v1.7.0) (2025-04-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "prosemirror-tables",
- "version": "1.7.0",
+ "version": "1.7.1",
"packageManager": "pnpm@9.7.0",
"description": "ProseMirror's rowspan/colspan tables component",
"type": "module",
0 commit comments