Skip to content

Latest commit

 

History

History
125 lines (76 loc) · 2.88 KB

CHANGES.md

File metadata and controls

125 lines (76 loc) · 2.88 KB

1.3.5 / 2013-11-27

  • Fixes problem with text selection ending outside the container div
  • Implements serialize method
  • Adds a targetBlank option
  • Fixes Firefox box-sizing declarations

1.3.1 / 2013-11-19

  • Fixes toolbar binding button issue with multi-editor mode

1.3.0 / 2013-11-18

  • 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)

1.2.2 / 2013-11-07

  • 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 / 2013-11-07

  • 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 / 2013-11-06

  • Fixes issue on deactivation without enabled toolbar
  • Fixes checkSelection error when disableToolbar option is enabled
  • Adds new option to disable multiple paragraph selection
  • Prevents paragraph creation on paste when disableReturn is set to true

1.1.6 / 2013-10-24

  • Adds extra buttons: superscript, subscript, ordered list and unordered list

1.1.5 / 2013-10-23

  • Changes buttons blacklist to whitelist

1.1.4 / 2013-10-13

  • Exports MediumEditor as module
  • Changes "Underline" button to display "U" instead of "S"

1.1.3 / 2013-10-08

  • Pasted text is now wrapped into P elements

1.1.2 / 2013-10-06

  • Changes the editor to use the formatBlock command to handle block elements
  • Fixes placeholder for empty elements

1.1.1 / 2013-10-04

  • Normalizes styles and scripts
  • Improves bower manifest

1.1.0 / 2013-10-03

  • Adds an option to disable the toolbar and maintain only the contenteditable behavior
  • Adds an option to disable returns
  • Adds an placeholder option for the contenteditable areas

1.0.3 / 2013-10-01

  • Fixes toolbar positioning on screen top

1.0.2 / 2013-09-24

  • Adds the possibility to pass an element list directly into initialization
  • Fixes issue with initial positioning when some actions are disabled
  • Don't rely on :last-child to style first/last element, as they may be hidden

1.0.1 / 2013-09-20

  • Changes demo texto to something more friendly
  • Fixes shift+enter behavior

1.0.0 / 2013-08-26

  • Initial release