Releases: accordproject/markdown-transform
Releases · accordproject/markdown-transform
Markdown Transform v0.9.2
🚀 This release features a new HTML to CiceroMark transformation.
🐛 Also, ensures paragraphs are always present between clauses for editing in the Slate DOM.
Markdown Transform v0.9.1
🐛 Add missing slate transform for variable lists.
Markdown Transform v0.9.0
💥 Breaking Change
- #130: Support for Conditional variables (@jeromesimeon)
- Changed from
<variable .../>
to<if …/>
- Changed from
- #131: Support for Variables Lists in CiceroMark (@jeromesimeon)
🏃♀ Performance
- #133: Transformation to Slate ensures empty paragraph after a clause (@irmerk)
🐛 Bug Fix
- #135: No need for new line after code block, handled by blocks (@jeromesimeon)
Markdown Transform v0.8.2
🐛 This is a bug fix-release, adding proper {{...}}
quotes when translating Computed variables in CiceroMark back to CommonMark.
Markdown Transform v0.8.1
This is a bug-fix release, fixing a regression in 0.8.0
.
🏠 Internal
- Switch to latest Concerto
0.82.6
🐛 Bug fixes
- Empty list items no longer fail in the Slate transform (#125 )
Markdown Transform v0.8.0
This is a new release of Markdown Transform with better support for lists and nested lists.
📜 Slate Transform
- Slate DOM now includes structured content (e.g., paragraphs, other lists) in list items
- Fixes issues with nested lists #109
🏠 Common Transform
- Nested lists do not add unnecessary new lines #110
Markdown Transform v0.7.7
🐛 Bug Fix
- Add missing
slate
andimmutable
dependencies which brokemarkdown-cli
Markdown Transform v0.7.6
Markdown Transform v0.7.5
🏠 Internal
- #114 Move
slate
andimmutable
to peer dependencies in themarkdown-slate
package. This will avoid bugs brought on by having multiple versions of these libraries. (@DianaLease)
🐛 Bug Fix
Markdown Transform v0.7.4
🏠 Internal
- #112: Remove unused dependencies to reduce vulnerabilities (@irmerk)