Skip to content

Releases: ProseMirror/prosemirror-tables

v1.2.3

19 Jul 13:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Jul 02:32
Compare
Choose a tag to compare

What's Changed

  • handleDecorations to check whether table is undefined or null by @ianmcateer in #166

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 Jul 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.1

v1.1.2

11 Jul 13:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Jul 03:16
Compare
Choose a tag to compare
  • fix clipCells to avoid negative rowspan when pasting a slice with excess rowspan 363287d
  • Don't crash in edgeCell when posAtCoords returns null ca39575

v1.1.0...v1.1.1

v0.10.1

30 Jul 06:03
Compare
Choose a tag to compare
  • fix clipCells to avoid negative rowspan when pasting a slice with excess rowspan 9ede714

v0.10.0...v0.10.1

V1.1.0

30 Apr 23:13
Compare
Choose a tag to compare

Export some utils:

  • setAttr
  • removeCol
  • pointsAtCell
  • tableNodeTypes
  • TableView
  • removeColSpan
  • addColSpan
  • columnIsHeader

v0.10.0

30 Apr 23:24
Compare
Choose a tag to compare

Releasing all the changes in v1.1.0, except for the breaking change. Support ESM Modules.

1.0.0

02 Dec 00:52
Compare
Choose a tag to compare

Breaking changes: 💥

Fixes:

  • Add fixTables into index.d.ts 3b4b906

API improvements:

Type fixes:

  • Add fixTables into index.d.ts 3b4b906

v0.9.5...vmajor

v0.9.5

18 Sep 04:06
Compare
Choose a tag to compare
  • Merge pull request #88 from RatoX/add-fix-table-plugin-key-on-fix-table-transaction-metadata f0cd2ab
  • Add fixTablesKey on fixTable metadata transaction 9a5d79b

v0.9.4...vpatch