Skip to content

Releases: yabwe/medium-editor

4.9.0

18 May 13:41
Compare
Choose a tag to compare
  • New auto-link support for detecting urls and converting them to links
  • Fix target _blank issue for links in Firefox
  • Don't show placeholders for empty lists
  • Allow for overriding image drag and drop via extension

4.8.1

13 May 16:59
Compare
Choose a tag to compare
  • Fix error thrown when loading MediumEditor js from head

4.8.0

11 May 13:18
Compare
Choose a tag to compare
  • Expose new 'editableInput' event for monitoring changes to editor
  • Cleanup contenteditable elements created for textareas

4.7.3

07 May 15:07
Compare
Choose a tag to compare
  • Update version number in dist files

4.7.2

06 May 21:13
Compare
Choose a tag to compare
  • Add shortcut to insert a link (ctrl/cmd + k)
  • Fix this.getAttribute is not a function error

4.7.1

30 Apr 19:01
Compare
Choose a tag to compare
  • Make anchor preview wrap for long links
  • Fix issue when clean pasting spans with child nodes

4.7.0

27 Apr 21:55
Compare
Choose a tag to compare
  • Expose importSelection + exportSelection helper methods
  • Fix issue with initilization of MediumEditor using textarea
  • Introduce jscs

4.6.0

22 Apr 18:15
Compare
Choose a tag to compare
  • Add 'beta' version of fontSize button/form
  • Add option for enabling/disabling spellcheck
  • Add titles to toolbar buttons for tooltips
  • Use actual anchor tag in anchor preview
  • Fix anchor preview issue with tags nested inside anchors
  • Speed up travis builds
  • Convert paste handler into overrideable extension

4.5.2

14 Apr 23:28
Compare
Choose a tag to compare
  • Fix blur event detection when clicking on elements that don't clear focus

4.5.1

14 Apr 04:08
Compare
Choose a tag to compare
  • Fix broken 'paste.cleanPastedHtml' option and rename to 'paste.cleanPastedHTML'