Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
5.14.4
- editableInput event fixes
- Fix issue with event not triggering when dragging in images
- Fix issue with event not triggering on autolink
- Fix issue with event not triggering on insertHTML in Edge
- Fix issue with hitting enter when directly inside figcaption and other block elements
5.14.3
5.14.2
- Support Microsoft Edge
- Fallback to custom insertHTML command instead of built-in command for Edge
- Use shim code for detecting input on contenteditable for Edge
- Fix issue with converting blockquotes to paragraphs in Edge
- Update documentation, fix tests, and include Edge in browser testing
5.14.1
- Fix issue with saving selection after newline and whitespace text nodes
- Fix import/export selection to prefer start of nodes over end of nodes
- Fix for getClosestBlockContainer utility function
- Fix for getTopBlockContainer utility function
- Deprecate getFirstTextNode utility function
5.14.0
5.13.0
5.12.0
5.11.0
- Updated table extension demo
- Removed the carriage return character from a demo file
- Updated checkLinkFormat function to support more schemes
- Fixed issue with disableExtraSpaces option to allow space at the end of line
- Use editableInput instead of input event for textarea syncing
- Fixed style for correct positioning of placeholder
- Allowed to remove blockquote by pressing delete at beginning of the quote
- Fixed failing test cases in IE9 and IE10