Releases: ProseMirror/prosemirror-tables
Releases · ProseMirror/prosemirror-tables
v1.6.4
1.6.4 (2025-02-06)
Bug Fixes
- remove zero sized tables via
fixTables
(#267) (fd6be97)
v1.6.3
1.6.3 (2025-01-31)
Bug Fixes
- disable resizing when the editor view is uneditable (#261) (8e7287c)
v1.6.2
1.6.2 (2024-12-24)
Bug Fixes
- update prosemirror dependencies and fix type of ignoreMutation (#259) (465754b)
v1.6.1
1.6.1 (2024-10-30)
Bug Fixes
- support defaultCellMinWidth in older Safari (#255) (1b36002)
v1.6.0
1.6.0 (2024-10-25)
Features
- add new option
defaultCellMinWidth
for columnResizing()
(#253) (662e857)
v1.5.1
1.5.1 (2024-10-23)
Bug Fixes
- fix cell boundary selection cheap elimination (#251) (41e4139)
v1.5.0
1.5.0 (2024-08-22)
Features
- export
cellNear
helper and deleteCellSelection
command (#239) (fb7345b)
v1.4.2
1.4.2 (2024-08-22)
Miscellaneous Chores
v1.4.1
1.4.1 (2024-08-22)
Continuous Integration