Releases: accordproject/markdown-editor
Markdown Editor v0.9.6
π This release upgrades to version 0.9.9 of the markdown transform package, including several bug fixes. Find release notes here: https://github.com/accordproject/markdown-transform/releases/tag/v0.9.9
Markdown Editor v0.9.5
π Bug Fixes
- #234 : adds ability to break out of block quote by hitting enter on an empty line or backspacing on last item when empty (@DianaLease )
- #233 : fixes issue where a user could not remove a horizontal rule via backspace (@dselman )
- #232 : fixes issue where a user could not backspace when inside of a softbreak (@dselman )
Markdown Editor v0.9.4
π This release upgrades to version 0.9.8 of the markdown transform package, including several bug fixes. Find release notes here: https://github.com/accordproject/markdown-transform/releases/tag/v0.9.8
Markdown Editor v0.9.3
π This release upgrades to version 0.9.7 of the markdown transform package, including several bug fixes for nested lists and blockquotes and adding escaping to special characters in text nodes when converting to markdown. Find release notes here: https://github.com/accordproject/markdown-transform/releases/tag/v0.9.7
Markdown Editor v0.9.2
π Bug Fix
- #226 : Previously,
onChange
would run even if the editor was in "read-only" mode. This update returns fromonChange
if the editor is passed thereadOnly
prop.
Markdown Editor v0.9.1
π Internal
#221 : Update markdown-transform dependencies (@DianaLease)
Markdown Editor v0.9.0
π₯ Breaking Change
- #219: Allow
margin
props and synchronize prop naming (@irmerk)
Markdown Editor v0.8.7
π New Feature
#216 : Allow the user to dictate editor height (@irmerk)
Markdown Editor v0.8.6
π New Feature
#215 : Allow the user to disable the toolbar and edits in readOnly
mode (@irmerk)
Markdown Editor v0.8.5
π Polish
- #214: Update styling specifics (@irmerk)