All Versions
137
Latest Version
Avg Release Cycle
31 days
Latest Release
2317 days ago

Changelog History
Page 7

  • v4.8.0 Changes

    May 11, 2015
    • ๐Ÿ”ฆ Expose new 'editableInput' event for monitoring changes to editor
    • Cleanup contenteditable elements created for textareas
  • v4.7.3 Changes

    May 07, 2015
    • โšก๏ธ Update version number in dist files
  • v4.7.2 Changes

    May 06, 2015
    • โž• Add shortcut to insert a link (ctrl/cmd + k)
    • ๐Ÿ›  Fix this.getAttribute is not a function error
  • v4.7.1 Changes

    April 30, 2015
    • ๐Ÿ‘‰ Make anchor preview wrap for long links
    • ๐Ÿ›  Fix issue when clean pasting spans with child nodes
  • v4.7.0 Changes

    April 27, 2015
    • ๐Ÿ”ฆ Expose importSelection + exportSelection helper methods
    • ๐Ÿ›  Fix issue with initialization of MediumEditor using textarea
    • Introduce jscs
  • v4.6.0 Changes

    April 22, 2015
    • โž• 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

  • v4.5.2 Changes

    April 14, 2015
    • ๐Ÿ›  Fix blur event detection when clicking on elements that don't clear focus
  • v4.5.1 Changes

    April 14, 2015
    • ๐Ÿ›  Fix broken 'paste.cleanPastedHtml' option and rename to 'paste.cleanPastedHTML'
  • v4.5.0 Changes

    April 13, 2015
    • ๐Ÿ”ฆ Expose 'unsubscribe' for custom events
    • Detach custom events when editor is destroyed
    • ๐Ÿ›  Fix fontawesome url in demo page
  • v4.4.0 Changes

    April 11, 2015
    • ๐Ÿ”ฆ Expose smart 'blur' and 'focus' events which account for toolbar interaction
    • โšก๏ธ Expose selectElement method for selecting text and updating toolbar
    • ๐Ÿ›  Fix always wrapping pasted text in a tag