All Versions
137
Latest Version
Avg Release Cycle
31 days
Latest Release
2455 days ago

Changelog History
Page 9

  • v3.0.7 Changes

    February 26, 2015
    • Ensure static toolbar won't render outside window + minimize when toolbar overflows
    • ๐Ÿ›  Fix flashing static-toolbar bug
    • ๐Ÿ›  Fix bug with sticky-toolbar when scrolling past bottom of contenteditable
    • ๐Ÿ›  Fix css declaration of linear-gradient
    • ๐Ÿ›  Fix AMD "Uncaught TypeError: undefined is not a function" issue
    • Account for 'full' actions when doing queryCommandState
    • ๐Ÿ›  Fix bugs in modified queryCommandState calls
  • v3.0.0 Changes

    February 23, 2015
    • Extract anchor form code from core code and convert into an extension
    • ๐Ÿ”ฆ Expose onShowToolbar and onHideToolbar as options
    • ๐Ÿ”„ Change button method names (now setActive and setInactive) to differentiate from core's activate and deactivate
    • Simplify blur check selection
    • โž• Add Sauce Labs configuration to automate cross-browser testing
    • โž• Add IE9 polyfill to repo
    • Let 'meta' key trigger shortcuts
  • v2.4.6 Changes

    February 18, 2015
    • โž• Add basic support to keyboard shortcuts
  • v2.4.5 Changes

    February 17, 2015
    • ๐Ÿ›  Fix main file reference in npm package
  • v2.4.3 Changes

    February 16, 2015
    • Introduce full content actions
  • v2.4.2 Changes

    February 15, 2015
    • ๐Ÿ›  Fix disableDoubleReturn option
  • v2.4.1 Changes

    February 15, 2015
    • ๐Ÿ›  Fix isListItemChild call
  • v2.4.0 Changes

    February 15, 2015
    • ๐Ÿ‘ Split source code into several files for better development flow
    • โช Make saveSelection and restoreSelection more consistant cross browser
    • ๐Ÿ‘‰ Use document.queryCommandState for some button toolbar states
    • โž• Add selection storage
    • Call extensions deactivate when deactivating the editor
    • Turn Anchor button into an extension
  • v2.3.0 Changes

    February 11, 2015
    • ๐Ÿ›  Fix various selection and positioning bugs
    • Introduce commands as combination of buttons and extensions
    • โšก๏ธ Update aria label so that setting secondHeader activates the toolbar
    • ๐Ÿ’… Don't use styles for detecting underline + strikethrough
    • ๐Ÿ›  Fix 'imageDragging: false' option
    • ๐Ÿ›  Fix list item tab identation
    • โž• Add extension onHide command
  • v2.2.0 Changes

    February 05, 2015
    • ๐Ÿ›  Fix bug in getSelectedParentElement + Fix tests in browsers
    • Fall back to shimmed insertHTML in cases where firefox throws when calling insertHTML
    • Prevent "Argument not optional" error
    • Prevent infinite loop after findAdjacentTextNodeWithContent
    • โœ‚ Remove cleanups from contenteditable false areas
    • Firefox fix: Don't modify value of input before calling execCommand()
    • ๐Ÿ›  Fix selection issue for clean pasted html test case in firefox
    • โž• Add image drag and drop support