Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.19 KB

CHANGES.md

File metadata and controls

55 lines (35 loc) · 1.19 KB

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