- Fixes problem with text selection ending outside the container div
- Implements serialize method
- Adds a targetBlank option
- Fixes Firefox box-sizing declarations
- Fixes toolbar binding button issue with multi-editor mode
- 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)
- 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
- 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
- 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
- Adds extra buttons: superscript, subscript, ordered list and unordered list
- Changes buttons blacklist to whitelist
- Exports MediumEditor as module
- Changes "Underline" button to display "U" instead of "S"
- Pasted text is now wrapped into P elements
- Changes the editor to use the formatBlock command to handle block elements
- Fixes placeholder for empty elements
- Normalizes styles and scripts
- Improves bower manifest
- 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
- Fixes toolbar positioning on screen top
- 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
- Changes demo texto to something more friendly
- Fixes shift+enter behavior
- Initial release