Releases: yabwe/medium-editor
Releases · yabwe/medium-editor
1.1.4
- Exports MediumEditor as module
- Changes "Underline" button to display "U" instead of "S"
1.1.3
- Pasted text is now wrapped into P elements
1.1.2
- Changes the editor to use the formatBlock command to handle block elements
- Fixes placeholder for empty elements
1.1.1
- Normalizes styles and scripts
- Improves bower manifest
1.1.0
- 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
- Fixes toolbar positioning on screen top
1.0.2
- 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
- Changes demo text to something more friendly
- Fixes shift+enter behavior
1.0.0
- Initial release