Skip to content

Releases: yabwe/medium-editor

4.12.3

12 Jun 18:57
Compare
Choose a tag to compare
  • Fix bug with un-linked auto-links causing unexpected cursor positioning

4.12.2

10 Jun 18:23
Compare
Choose a tag to compare
  • Fix broken keyboard shortcuts

5.0.0-alpha.0

05 Jun 13:52
Compare
Choose a tag to compare
5.0.0-alpha.0 Pre-release
Pre-release
5.0.0-alpha.0

4.12.1

02 Jun 14:07
Compare
Choose a tag to compare
  • Fix break with updateOnEmptySelection option for static toolbars

4.12.0

01 Jun 16:21
Compare
Choose a tag to compare
  • 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()

4.11.1

26 May 14:32
Compare
Choose a tag to compare
  • Fix issue with auto-linked text after manually unlinking
  • Fix some incorrect TLDs for auto-link

4.11.0

26 May 12:32
Compare
Choose a tag to compare
  • 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

4.10.2

21 May 22:02
Compare
Choose a tag to compare
  • 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

4.10.1

20 May 23:05
Compare
Choose a tag to compare
  • 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

4.10.0

20 May 20:04
Compare
Choose a tag to compare
  • 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