All Versions
137
Latest Version
Avg Release Cycle
31 days
Latest Release
2309 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