- 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