Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
4.9.0
- 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
4.8.1
- Fix error thrown when loading MediumEditor js from head
4.8.0
- Expose new 'editableInput' event for monitoring changes to editor
- Cleanup contenteditable elements created for textareas
4.7.3
- Update version number in dist files
4.7.2
- Add shortcut to insert a link (ctrl/cmd + k)
- Fix
this.getAttribute is not a function
error
4.7.1
- Make anchor preview wrap for long links
- Fix issue when clean pasting spans with child nodes
4.7.0
- Expose importSelection + exportSelection helper methods
- Fix issue with initilization of MediumEditor using textarea
- Introduce jscs
4.6.0
- Add 'beta' version of fontSize button/form
- Add option for enabling/disabling spellcheck
- Add titles to toolbar buttons for tooltips
- Use actual anchor tag in anchor preview
- Fix anchor preview issue with tags nested inside anchors
- Speed up travis builds
- Convert paste handler into overrideable extension
4.5.2
- Fix blur event detection when clicking on elements that don't clear focus
4.5.1
- Fix broken 'paste.cleanPastedHtml' option and rename to 'paste.cleanPastedHTML'