All Versions
137
Latest Version
Avg Release Cycle
31 days
Latest Release
2455 days ago
Changelog History
Page 9
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
andsetInactive
) to differentiate from core'sactivate
anddeactivate
- 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