Skip to content

Releases: yabwe/medium-editor

1.4.5

13 Jan 11:48
Compare
Choose a tag to compare
  • Adds ability to set custom labels on buttons
  • Updates uglify
  • Fixes bug where pressing enter on formatted list item would generate a new list instead of a new list item

1.4.0

13 Dec 17:07
Compare
Choose a tag to compare
  • Adds new extra buttons: pre and strikethrough
  • Fixes placeholder bug on paste
  • Various code improvements
  • Prevents returns using shift when disableReturn is set to true
  • Improves CSS to avoid conflicts

1.3.5

27 Nov 16:36
Compare
Choose a tag to compare
  • Fixes problem with text selection ending outside the container div
  • Implements serialize method
  • Adds a targetBlank option
  • Fixes Firefox box-sizing declarations
  • Fixes module syntax for CommonJS/Browserify

1.3.1

19 Nov 11:23
Compare
Choose a tag to compare
  • Fixes toolbar binding button issue with multi-editor mode

1.3.0

18 Nov 20:25
Compare
Choose a tag to compare
  • Fixes data-disable-return not preventing paragraph creation
  • Improves getSelectionElement() to work in any case
  • Fixes multi element selection bug
  • Fixes Issues #88 & #89
  • Improves binding for multiple editor instance, checkSelection() is called only once per instance
  • Improves allowMultiParagraphSelection filter by removing empty tags elements before counting
  • Considers header tags has a paragraph too (same as medium)

BIG thanks to Maxime de Visscher for his work on this release!

1.2.2

08 Nov 00:21
Compare
Choose a tag to compare
  • Removes blur event listener when disabling the toolbar
  • Adds a light gradient opacity to the toolbar
  • Fixes bug that would keep toolbar alive when moving out of the anchor input

1.2.1

07 Nov 20:56
Compare
Choose a tag to compare
  • Fixes empty selectionNode.el bug
  • Prevents toolbar opening when changing to selection elements with the toolbar disabled
  • Adds a transition to the toolbar when moving across elements

1.2.0

06 Nov 18:06
Compare
Choose a tag to compare
  • Fixes issue on deactivation without enabled toolbar
  • Fixes checkSelection error when disableToolbar option is enabled
  • Adds new option to disable multiple paragraph selection

1.1.6

24 Oct 18:16
Compare
Choose a tag to compare
  • Adds extra buttons: superscript, subscript, ordered list and unordered list

1.1.5

23 Oct 19:54
Compare
Choose a tag to compare
  • Changes buttons blacklist to whitelist