Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
1.4.5
- Adds ability to set custom labels on buttons
- Updates uglify
- Fixes bug where pressing enter on formatted list item would generate a new list instead of a new list item
1.4.0
- Adds new extra buttons: pre and strikethrough
- Fixes placeholder bug on paste
- Various code improvements
- Prevents returns using shift when disableReturn is set to true
- Improves CSS to avoid conflicts
1.3.5
- Fixes problem with text selection ending outside the container div
- Implements serialize method
- Adds a targetBlank option
- Fixes Firefox box-sizing declarations
- Fixes module syntax for CommonJS/Browserify
1.3.1
- Fixes toolbar binding button issue with multi-editor mode
1.3.0
- Fixes data-disable-return not preventing paragraph creation
- Improves getSelectionElement() to work in any case
- Fixes multi element selection bug
- Fixes Issues #88 & #89
- Improves binding for multiple editor instance, checkSelection() is called only once per instance
- Improves allowMultiParagraphSelection filter by removing empty tags elements before counting
- Considers header tags has a paragraph too (same as medium)
BIG thanks to Maxime de Visscher for his work on this release!
1.2.2
- Removes blur event listener when disabling the toolbar
- Adds a light gradient opacity to the toolbar
- Fixes bug that would keep toolbar alive when moving out of the anchor input
1.2.1
- Fixes empty selectionNode.el bug
- Prevents toolbar opening when changing to selection elements with the toolbar disabled
- Adds a transition to the toolbar when moving across elements
1.2.0
- Fixes issue on deactivation without enabled toolbar
- Fixes checkSelection error when disableToolbar option is enabled
- Adds new option to disable multiple paragraph selection
1.1.6
- Adds extra buttons: superscript, subscript, ordered list and unordered list
1.1.5
- Changes buttons blacklist to whitelist