Skip to content

Releases: yabwe/medium-editor

5.14.4

25 Feb 17:16
Compare
Choose a tag to compare
  • 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

22 Feb 14:16
Compare
Choose a tag to compare
  • 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

10 Feb 20:01
Compare
Choose a tag to compare
  • 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

05 Feb 14:19
Compare
Choose a tag to compare
  • 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

31 Jan 19:01
Compare
Choose a tag to compare
  • Added pre clean replacements
  • Fixed an infinite loop
  • Handled enter event for empty h2/h3 tag

5.13.0

18 Jan 11:51
Compare
Choose a tag to compare
  • 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

15 Dec 16:46
Compare
Choose a tag to compare
  • 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

05 Dec 04:44
Compare
Choose a tag to compare
  • 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

19 Nov 15:38
Compare
Choose a tag to compare
  • Fix appearance of anchor form when checkboxes are present

5.10.0

30 Oct 15:16
Compare
Choose a tag to compare
  • 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