Skip to content

Releases: yabwe/medium-editor

4.5.0

13 Apr 16:04
Compare
Choose a tag to compare
  • Expose 'unsubscribe' for custom events
  • Detach custom events when editor is destroyed
  • Fix fontawesome url in demo page

4.4.0

11 Apr 15:58
Compare
Choose a tag to compare
  • Expose smart 'blur' and 'focus' events which account for toolbar interaction
  • Expose selectElement method for selecting text and updating toolbar
  • Fix always wrapping pasted text in a <p> tag

4.3.0

10 Apr 21:44
Compare
Choose a tag to compare
  • Add override options for pasteHTML and cleanPaste
  • Support overriding of scss theme variables
  • Fix for justify button states in IE
  • New helpers for manipulating nested objects
  • Internal tooling prep for options and defaults

4.2.0

05 Apr 16:18
Compare
Choose a tag to compare
  • Add textarea support

4.1.1

01 Apr 13:20
Compare
Choose a tag to compare
  • Fix .version issue

4.1.0

29 Mar 19:55
Compare
Choose a tag to compare
  • Expose Util and Selection methods externally via MediumEditor.util and MediumEditor.selection
  • Expose MediumEditor.version for version info
  • Add support for custom cleaning of attributes and tags for .pasteHTML
  • Move from jslint to jshint

4.0.3

27 Mar 20:27
Compare
Choose a tag to compare
  • Introduce 'removeFormat' button, for removing formatting from selection
  • Fix issues with focus/blur when using standardizeSelectionStart option

4.0.2

27 Mar 01:40
Compare
Choose a tag to compare
  • Fix bug causing toolbar to disappaer on click in safari (rollback fix from 4.0.1)
  • Break up anchor form extension logic into more overrideable parts

4.0.1

24 Mar 21:16
Compare
Choose a tag to compare
  • Fix issue with dragged in image sizes
  • Fix isues with focus/blur when using standardizeSelectionStart option

4.0.0

23 Mar 21:31
Compare
Choose a tag to compare
  • Introduced custom events (consumable externally)
  • Reduce API surface area
    • Deprecated activate & deactivated. Exposed setup and destroy as replacements
    • Updated documentation to reflect API changes
  • HTML standardization around list items
  • Fixed throttling
  • Added superscript & subscript css
  • Added better paste cleaning for Microsoft Word
  • Convert anchor preview into overrideable extension
  • Added disableAnchorPreview option