This repository has been archived by the owner on May 19, 2020. It is now read-only.
Releases: accordproject/markdown-editor
Releases · accordproject/markdown-editor
Markdown Editor v0.8.4
🐛 Bug Fix
- #212: Allow hyperlinks to be in
lockText
mode (@irmerk)
Markdown Editor v0.8.3
🚀 This release features a brand new and improved support for cut/paste based on Markdown Transform 0.9.2
.
Markdown Editor v 0.8.2
🚀 New Feature
#206 : Adds ability to pass onUndoOrRedo handler (@DianaLease)
Markdown Editor v0.8.1
Markdown Editor v0.8.0
💥 Breaking Change
#203 : Passed editor
to isEditable
so it can be used by plugins. This is a breaking change! Plugins using isEditable
will now receive editor
as the first argument instead of value
. So logic will need to change to use editor.value
when accessing value
.
Markdown Editor v0.7.7
🚀 New Feature
- #201: Adds the ability to edit link elements after they have been added (@irmerk)
🐛 Bug Fix
- #202: Fixes bug where non-editable text could be edited on first key press in some applications (@DianaLease)
Markdown Editor v0.7.6
🐛 Bug Fix
- #200: Disallow
paste
if in non-editable text (@DianaLease)
Markdown Editor v0.7.5
🐛 Bug Fix
- #196: A user can no longer "cut" (cmd+x) text that should not be editable (@DianaLease)
- #192: Adjust the handling of lists with the new
paragraph
support inmarkdown-transform v0.8
(@irmerk)
Markdown Editor v0.7.4
🏃♀ Performance
- #189: Pressing
ENTER
at the end of a code span will break out of the code span (@irmerk)
Markdown Editor v0.7.3
🐛 Bug Fix
- #187: Support
paragraph
attributes within alist_item
(@irmerk)