Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
1.9.7
1.9.4
- Adds support for tab based indenting and outdenting of
- and
- Adds a save button to the anchor form
- Improves toolbar positioning
- Adds anchorButton and anchorButtonClass options
1.9.0
- Extensions imrovements
- Disables the toolbar when selecting within an element that has contenteditable="false"
- Fixes hidden placeholder content override
1.8.14
- Fixes bug where if you had an empty blockquote the placeholder would still be active
- Fixes bug that would create link without values
- Exposes save/restoreSelection()
- Allows customization of active/first/last button classes
- Adds a script to run app from the cli
- Adds protocols to checkLinkFormat regex
1.8.8
- Fixes unlink behavior on Firefox
- Fixes white space behavior at the end of anchors
1.8.6
- Adds non-minified CSS files to bower.json
1.8.5
- Changes to the element list or element selector now take effect on reactivation
- Changed innerHTML to textContent to prevent XSS through twisted href values
- Checks for data-disable-return on element on paste
- Adds disableEditing and elementsContainer options
1.8.0
- Removes anchor preview listeners on deactivate
- Implements clean paste
- Adds an option to validate links
- Adds a basic extensions support
- Misc minor fixes
1.7.5
- Fixes isActive toggling
- Removes anchor preview default value
1.7.3
- Fixes activate/deactivate behavior