Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
5.9.0
- Add showWhenToolbarIsVisible option for displaying anchor-preview when toolbar is visible
- Remove trailing whitespace when creating links via anchor extension
- Fix issue with escaping list items via pressing enter
- Fix font-awesome links in demo pages
- Updates to documentation around creating links
5.8.3
- Fix changing link on images
5.8.2
- Fix type of elements which can contain auto-links
5.8.1
- Fix inconsistancies and errors in isDescendant utility method
5.8.0
- Added relativeContainer options for the toolbar
- Fix issue with auto-linking across consecutive list-items
- Added beagle theme
5.7.0
- Fix backwards compatability issue with how keyboard commands extension handles 'alt'
- Rewrite which event placeholder extension listens to for hiding/showing placeholder
- Fix issue where placeholder is not hidden when calling setContent()
- Fix issue where placeholder is displayed incorrectly when hideOnClick option is true
5.6.3
- Ensure textarea ids are unique on entire page
- Fix broken auto-link within block elements other than paragraphs
- Fix issue with editor element being removed in IE11
- Remove references to global variables from internal code
4.12.11
- Ensure all attributes are copied from textareas to divs
- Ensure textarea ids are unique on entire page
- Fix broken auto-link within block elements other than paragraphs
- Fix issue with editor element being removed in IE11
4.12.10
- Ensure all attributes are copied from textareas to divs
- Ensure textarea ids are unique on entire page
- Fix broken auto-link within block elements other than paragraphs
- Fix issue with editor element being removed in IE11
4.12.9
- Fix a regression in the paste extension related to
pasteHTML
function