Skip to content

Releases: yabwe/medium-editor

5.9.0

19 Oct 17:55
Compare
Choose a tag to compare
  • 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

08 Oct 08:06
Compare
Choose a tag to compare
  • Fix changing link on images

5.8.2

21 Sep 13:33
Compare
Choose a tag to compare
  • Fix type of elements which can contain auto-links

5.8.1

16 Sep 17:07
Compare
Choose a tag to compare
  • Fix inconsistancies and errors in isDescendant utility method

5.8.0

13 Sep 23:31
Compare
Choose a tag to compare
  • Added relativeContainer options for the toolbar
  • Fix issue with auto-linking across consecutive list-items
  • Added beagle theme

5.7.0

21 Aug 15:49
Compare
Choose a tag to compare
  • 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

18 Aug 12:35
Compare
Choose a tag to compare
  • 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

18 Aug 12:32
Compare
Choose a tag to compare
  • 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

18 Aug 12:23
Compare
Choose a tag to compare
  • 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

12 Aug 11:18
Compare
Choose a tag to compare
  • Fix a regression in the paste extension related to pasteHTML function