Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Releases: accordproject/markdown-editor

Markdown Editor v0.8.4

18 Dec 21:05
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • #212: Allow hyperlinks to be in lockText mode (@irmerk)

Markdown Editor v0.8.3

10 Dec 15:24
Compare
Choose a tag to compare
Pre-release

🚀 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

10 Dec 14:24
5c62707
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

#206 : Adds ability to pass onUndoOrRedo handler (@DianaLease)

Markdown Editor v0.8.1

03 Dec 22:10
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • #204: Correct support of headers (@irmerk)

🏠 Internal

  • #205 : Increment support for markdown-transform (@irmerk)

Markdown Editor v0.8.0

25 Nov 20:30
e9ba2d7
Compare
Choose a tag to compare
Pre-release

💥 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

25 Nov 16:22
3ded8d3
Compare
Choose a tag to compare
Pre-release

🚀 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

21 Nov 14:36
26245be
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

Markdown Editor v0.7.5

19 Nov 18:02
ac3564a
Compare
Choose a tag to compare
Pre-release

🐛 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 in markdown-transform v0.8 (@irmerk)

Markdown Editor v0.7.4

14 Nov 16:12
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #189: Pressing ENTER at the end of a code span will break out of the code span (@irmerk)

Markdown Editor v0.7.3

12 Nov 16:12
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • #187: Support paragraph attributes within a list_item (@irmerk)