Skip to content

Releases: atlassian/prosemirror-utils

v0.9.6

07 Aug 01:13
Compare
Choose a tag to compare

0.9.6 (2018-08-07)

Changed

  • #68 Upgrade prosemirror-tables dependecy to 0.9.1

Fixed

  • #80 Fix types for convertTableNodeToArrayOfRows and convertArrayOfRowsToTableNode, they were using ProsemirrorModel[] instead of Array<ProsemirrorModel[] | null>