Medium Editor Versions Save

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.

5.20.1

7 years ago
  • Fix test failure in Chrome 51 #1114
  • Fix slow CSS selector #1115
  • Improve documentation for toolbar.relativeContainer option #1122
  • Fix cursor rendering incorrectly in Firefox #1113

5.20.0

7 years ago
  • Fix anchor-preview bug where click preview no longer prefills href into anchor form
  • Add getEditorFromElement for retrieving an editor instance from an editor element
  • Respect form.reset for textarea elements within forms passed into the editor
  • Add getContent + resetContent helpers for retrieving/reverting content of editors
  • Add support for extensions preventing blur on editor when user interacts with extension elements

5.19.1

7 years ago
  • Add feature for toggling anchor preview for empty or # links
  • Fix keyboard paste to properly fire editablePaste
  • Standardize editablePaste to always fire with mock event object

5.19.0

7 years ago

Invalid release, nothing was contained in this release

5.18.0

7 years ago
  • Add support calling document.execCommand with arbitrary argument from execAction
    • Also deprecate custom execAction option names in favor of standard .value
  • Fix error from addElements when initializing editor with no elements

5.17.0

7 years ago
  • Improved paste handling
    • Includes proper support for keyboard paste in firefox
    • More cleanup when pasting from Word
  • Introduce support for adding and removing elements from an existing editor instances
    • New addElements and removeElements methods
  • Add checkContentChanged method for manually triggering editableInput
  • Add selection.selectRange helper method

5.16.1

8 years ago
  • Fix incorrect word breaking

5.16.0

8 years ago
  • Add support for multiple targets for attaching/detach event handlers
  • Add support for chaining calls to attach/detach events
  • Fix issue with click anchor-preview when using showWhenToolbarIsVisible
  • Fix IE issue with line-breaking within editor
  • Fix Firefox error when using elements other than divs as editor

5.15.1

8 years ago
  • Fix link validation in anchor extension
  • Improve performance when dealing with a lot of data
  • Enable functions to be used as keyboard commands

5.15.0

8 years ago
  • Use class instead of inline style for hiding/showing anchor form
  • Add helpers for hiding/showing form into form extension base class
  • Fix issue where auto-link extension re-enabled IE's built-in auto-link when other instances still existed
  • Fix anchor form to display form before attempting to position correctly
  • Add new selection.clearSelection() helper method for moving cursor to beginning/end of selection