Skip to content

Latest commit

 

History

History
50 lines (22 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

50 lines (22 loc) · 2.32 KB

Changelog

1.6.2 (2024-12-24)

Bug Fixes

  • update prosemirror dependencies and fix type of ignoreMutation (#259) (465754b)

1.6.1 (2024-10-30)

Bug Fixes

  • support defaultCellMinWidth in older Safari (#255) (1b36002)

1.6.0 (2024-10-25)

Features

  • add new option defaultCellMinWidth for columnResizing() (#253) (662e857)

1.5.1 (2024-10-23)

Bug Fixes

  • fix cell boundary selection cheap elimination (#251) (41e4139)

1.5.0 (2024-08-22)

Features

  • export cellNear helper and deleteCellSelection command (#239) (fb7345b)

1.4.2 (2024-08-22)

Miscellaneous Chores

1.4.1 (2024-08-22)

Continuous Integration