Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
5.14.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix behaviour of "Open in new window" checkbox for Firefox
Added instruction to disable file dragging all together
Fix issue with image dragging and dropping at end of target
Fix issue with extra space when space already exists
5.14.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
j0k3r
released this
31 Jan 19:01
Added pre clean replacements
Fixed an infinite loop
Handled enter event for empty h2/h3 tag
5.13.0
Compare
Sorry, something went wrong.
No results found
Added stickyTopOffset option to keep on the screen a sticky toolbar
Fixed misplacement of buttons when selection is near to the right edge
Updated dev dependencies
Added reference to README for who is using medium-editor
5.12.0
Compare
Sorry, something went wrong.
No results found
j0k3r
released this
15 Dec 16:46
Fix issue with image-only selections
Trim src when using the image toolbar button
Fix auto linking with comments
Documented the process of releasing a new version
5.11.0
Compare
Sorry, something went wrong.
No results found
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
4.12.12
Compare
Sorry, something went wrong.
No results found
Fix appearance of anchor form when checkboxes are present
5.10.0
Compare
Sorry, something went wrong.
No results found
Added disableExtraSpaces option for preventing errant spaces
Added editalbeKeydownSpace event
Fix issue with return key at the end of text with bad formatting
Added new font name extension (beta)
Documentation updates and cleanup