Releases: aguingand/tiptap-markdown
Releases · aguingand/tiptap-markdown
v0.8.8
Improvements
- Allow adjacent ordered list with different starting number.
Full Changelog: v0.8.7...v0.8.8
v0.8.7
Build with proper external dependencies.
v0.8.6
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
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
Bug fixes
- Add
"type": "module"
to package.json to allow ESM import in node
v0.8.3
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
Improvements
- Better parse performances
v0.8.1
Improvements
- Add missing
transformPastedText
& transformCopiedText
types (#26)