Skip to content

Releases: aguingand/tiptap-markdown

v0.8.10

21 Mar 19:04
Compare
Choose a tag to compare

Bug fixes

  • Update to markdown-it v14 (with ESM build) (#63)

Full Changelog: v0.8.9...v0.8.10

v0.8.9

12 Jan 21:23
Compare
Choose a tag to compare

Bug fixes

  • Fix <br> in table cell (#54)

Full Changelog: v0.8.8...v0.8.9

v0.8.8

03 Dec 08:26
Compare
Choose a tag to compare

Improvements

  • Allow adjacent ordered list with different starting number.

Full Changelog: v0.8.7...v0.8.8

v0.8.7

29 Nov 13:07
Compare
Choose a tag to compare

Build with proper external dependencies.

v0.8.6

29 Nov 13:07
Compare
Choose a tag to compare

Bug fixes

  • Fix ordered list always starting at 1. even if start is different
  • Fix newlines inserted for some block elements (related to #28, #39, #48)

v0.8.5

29 Nov 11:19
Compare
Choose a tag to compare

What's Changed

  • Add types field to package exports for module resolution by @nekoya in #50

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

06 Nov 16:30
Compare
Choose a tag to compare

Bug fixes

  • Add "type": "module" to package.json to allow ESM import in node

v0.8.3

01 Nov 16:46
Compare
Choose a tag to compare

Bug fixes

  • Fix unwanted extra spaces (#45)
  • Fix multiline table cells (#44)
  • Fix copying HTML node (#43)

Other changes

  • Migrate to vite + vitest in (#42)

Full Changelog: v0.8.2...v0.8.3

v0.8.2

22 Jul 10:45
Compare
Choose a tag to compare

Improvements

  • Better parse performances

v0.8.1

25 Jun 04:49
Compare
Choose a tag to compare

Improvements

  • Add missing transformPastedText & transformCopiedText types (#26)