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

Changelog History
Page 6

  • v4.12.3 Changes

    June 12, 2015
    • ๐Ÿ›  Fix bug with un-linked auto-links causing unexpected cursor positioning
  • v4.12.2 Changes

    June 10, 2015
    • ๐Ÿ›  Fix broken keyboard shortcuts
  • v4.12.1 Changes

    June 02, 2015
    • ๐Ÿ›  Fix break with updateOnEmptySelection option for static toolbars
  • v4.12.0 Changes

    June 01, 2015
    • ๐Ÿ›  Fix pasting links when targetBlank option is being used
    • ๐Ÿ›  Fix for spellcheck option after destroy
    • ๐Ÿ›  Fix over-reaching keyboard shortcuts for commands
    • ๐Ÿ”ฆ Expose new 'positionToolbar' custom event
    • โž• Add new isKey() helper in util
    • โž• Add cleanup on destroy for auto-link and placeholder extensions
    • Base extension changes
      • Add getEditorElements(), getEditorId(), and getEditorOption() helpers
      • Add on(), off(), subscribe(), and execAction() helpers
      • Introduce destroy() lifecycle method + deprecate deactivate()
  • v4.11.1 Changes

    May 26, 2015
    • ๐Ÿ›  Fix issue with auto-linked text after manually unlinking
    • ๐Ÿ›  Fix some incorrect TLDs for auto-link
  • v4.11.0 Changes

    May 26, 2015
    • โž• Add hideToolbar and showToolbar custom events
    • โž• Add hideOnClick option for placeholder extension
    • ๐Ÿ›  Fix issue with linebreaks in Safari
    • ๐Ÿ›  Fix issue with calling setup again after destroy
    • โž• Add support for CDN hosting
    • Pass window and document to each extension
    • ๐Ÿ—„ Deprecate .parent property of extensions
  • v4.10.2 Changes

    May 21, 2015
    • ๐Ÿ›  Auto-Link Fixes
      • Don't auto-link text after it is manually unlinked
      • Trigger auto-linking when focus is lost (ie Tab key)
      • Fix issue where link appears and immediately disappears when hitting Enter in IE11
      • Fix issue where hostname with more than three w's only auto-links final three w's in the name
      • Fix issue where valid urls were not auto-linked
      • Fix issue where some text was auto-linked when it shouldn't be
  • v4.10.1 Changes

    May 20, 2015
    • ๐Ÿ›  Fix paste issue with plain-text containing multiple paragraphs
    • ๐Ÿ›  Fix issue with incorrect cursor positon after creating a list
    • ๐Ÿ›  Fix disabledDoubleReturn option within a sentence
    • ๐Ÿ‘ Allow for nested contenteditables
    • ๐Ÿ†• New style of passing options for anchor-preview and anchor
    • Introduce extensions.button + extensions.form as extendable base extensions
    • โšก๏ธ Convert anchor, fontsize, and anchor-preview to updated extensions model
  • v4.9.0 Changes

    May 18, 2015
    • ๐Ÿ†• 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
  • v4.8.1 Changes

    May 13, 2015
    • ๐Ÿ›  Fix error thrown when loading MediumEditor js from head