Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
3.0.9
- Extract toolbar
- Extract anchor preview
3.0.8
- MIT License
- Use code from selection.js which is duplicated in core.js
- Fix bug in paste handling + increase paste coverage
3.0.7
- Ensure static toolbar won't render outside window + minimize when toolbar overflows
- Fix flashing static-toolbar bug
- Fix bug with sticky-toolbar when scrolling past bottom of contenteditable
- Fix css declaration of linear-gradient
- Fix AMD "Uncaught TypeError: undefined is not a function" issue
- Account for 'full' actions when doing queryCommandState
- Fix bugs in modified queryCommandState calls
3.0.0
- Extract anchor form code from core code and convert into an extension
- Expose onShowToolbar and onHideToolbar as options
- Change button method names (now
setActive
andsetInactive
) to differentiate from core'sactivate
anddeactivate
- Simplify blur check selection
- Add Sauce Labs configuration to automate cross-browser testing
- Add IE9 polyfill to repo
- Let 'meta' key trigger shortcuts
2.4.6
- Add basic support to keyboard shortcuts
2.4.5
2.4.4
2.4.3
2.4.2
- Fix disableDoubleReturn option
2.4.1
- Fix isListItemChild call