medium-editor v4.12.0 Release Notes

Release Date: 2015-06-01 // almost 9 years ago
    • ๐Ÿ›  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()