Skip to content

Releases: yabwe/medium-editor

1.9.7

20 Oct 16:04
Compare
Choose a tag to compare
  • Adds justify buttons
  • Fix #308 by passing clipboard content through self.htmlEntities before inserting
  • Minor bug fixes

1.9.4

16 Sep 12:51
Compare
Choose a tag to compare
  • Adds support for tab based indenting and outdenting of
      and
      1. Adds a save button to the anchor form
      2. Improves toolbar positioning
      3. Adds anchorButton and anchorButtonClass options

1.9.0

08 Aug 17:11
Compare
Choose a tag to compare
  • Extensions imrovements
  • Disables the toolbar when selecting within an element that has contenteditable="false"
  • Fixes hidden placeholder content override

1.8.14

11 Jun 17:53
Compare
Choose a tag to compare
  • Fixes bug where if you had an empty blockquote the placeholder would still be active
  • Fixes bug that would create link without values
  • Exposes save/restoreSelection()
  • Allows customization of active/first/last button classes
  • Adds a script to run app from the cli
  • Adds protocols to checkLinkFormat regex

1.8.8

07 May 20:54
Compare
Choose a tag to compare
  • Fixes unlink behavior on Firefox
  • Fixes white space behavior at the end of anchors

1.8.6

02 May 21:08
Compare
Choose a tag to compare
  • Adds non-minified CSS files to bower.json

1.8.5

01 May 09:35
Compare
Choose a tag to compare
  • Changes to the element list or element selector now take effect on reactivation
  • Changed innerHTML to textContent to prevent XSS through twisted href values
  • Checks for data-disable-return on element on paste
  • Adds disableEditing and elementsContainer options

1.8.0

11 Apr 23:50
Compare
Choose a tag to compare
  • Removes anchor preview listeners on deactivate
  • Implements clean paste
  • Adds an option to validate links
  • Adds a basic extensions support
  • Misc minor fixes

1.7.5

29 Mar 20:39
Compare
Choose a tag to compare
  • Fixes isActive toggling
  • Removes anchor preview default value

1.7.3

22 Mar 11:23
Compare
Choose a tag to compare
  • Fixes activate/deactivate behavior