Skip to content

Latest commit

 

History

History
131 lines (59 loc) · 5.79 KB

File metadata and controls

131 lines (59 loc) · 5.79 KB

Changelog

1.8.5 (2025-12-24)

Bug Fixes

  • improve cell selection with fallback strategy for merged cells (#323) (d141168)

1.8.4 (2025-12-22)

Bug Fixes

  • prevent cell selection on context menu open (#324) (92cd56b)

1.8.3 (2025-12-03)

Bug Fixes

  • update repository URL in package.json (#320) (cdd85e6)

1.8.2 (2025-12-03)

Bug Fixes

  • improve cell selection logic in merge cells (#311) (6ac5448)

1.8.1 (2025-08-27)

Bug Fixes

  • keep table cell type when moving a row (#301) (98cdf2d)

1.8.0 (2025-08-27)

Features

  • add more commands and utils (#296) (bf4fc63)

    New commands:

    • moveTableRow
    • moveTableColumn

    New utils:

    • findTable
    • findCellRange
    • findCellPos

1.7.1 (2025-04-17)

Bug Fixes

1.7.0 (2025-04-14)

Features

1.6.4 (2025-02-06)

Bug Fixes

  • remove zero sized tables via fixTables (#267) (fd6be97)

1.6.3 (2025-01-31)

Bug Fixes

  • disable resizing when the editor view is uneditable (#261) (8e7287c)

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