Skip to content

Releases: yabwe/medium-editor

5.9.0

Choose a tag to compare

@nmielnik nmielnik released this 19 Oct 17:55
  • Add showWhenToolbarIsVisible option for displaying anchor-preview when toolbar is visible
  • Remove trailing whitespace when creating links via anchor extension
  • Fix issue with escaping list items via pressing enter
  • Fix font-awesome links in demo pages
  • Updates to documentation around creating links

5.8.3

Choose a tag to compare

@j0k3r j0k3r released this 08 Oct 08:06
  • Fix changing link on images

5.8.2

Choose a tag to compare

@nmielnik nmielnik released this 21 Sep 13:33
  • Fix type of elements which can contain auto-links

5.8.1

Choose a tag to compare

@nmielnik nmielnik released this 16 Sep 17:07
  • Fix inconsistancies and errors in isDescendant utility method

5.8.0

Choose a tag to compare

@nmielnik nmielnik released this 13 Sep 23:31
  • Added relativeContainer options for the toolbar
  • Fix issue with auto-linking across consecutive list-items
  • Added beagle theme

5.7.0

Choose a tag to compare

@nmielnik nmielnik released this 21 Aug 15:49
  • Fix backwards compatability issue with how keyboard commands extension handles 'alt'
  • Rewrite which event placeholder extension listens to for hiding/showing placeholder
    • Fix issue where placeholder is not hidden when calling setContent()
    • Fix issue where placeholder is displayed incorrectly when hideOnClick option is true

5.6.3

Choose a tag to compare

@nmielnik nmielnik released this 18 Aug 12:35
  • Ensure textarea ids are unique on entire page
  • Fix broken auto-link within block elements other than paragraphs
  • Fix issue with editor element being removed in IE11
  • Remove references to global variables from internal code

4.12.11

Choose a tag to compare

@nmielnik nmielnik released this 18 Aug 12:32
  • Ensure all attributes are copied from textareas to divs
  • Ensure textarea ids are unique on entire page
  • Fix broken auto-link within block elements other than paragraphs
  • Fix issue with editor element being removed in IE11

4.12.10

Choose a tag to compare

@nmielnik nmielnik released this 18 Aug 12:23
  • Ensure all attributes are copied from textareas to divs
  • Ensure textarea ids are unique on entire page
  • Fix broken auto-link within block elements other than paragraphs
  • Fix issue with editor element being removed in IE11

4.12.9

Choose a tag to compare

@j0k3r j0k3r released this 12 Aug 11:18
  • Fix a regression in the paste extension related to pasteHTML function