Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
4.12.3
4.12.2
5.0.0-alpha.0
5.0.0-alpha.0
4.12.1
4.12.0
- 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
4.11.0
- 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
- 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
- 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
- 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