- Fixed mis-naming issue preventing user-defined staggerSequence function from being called.
- Fixed issue where filter-in animations broke if 'fade' effect was not present
- Made new sorting order available to futureState object during mixStart event
- Made new display value available to futureState object during mixStart event
- Fixed scrolling issues when container height reduces document height past current scroll positiong
- Added _isElement() helper for IE8 to test HTMLElement, fixing _parseInsertArgs bug in IE8
- Added
forceRefreshmethod enabling on-demand re-synthesis of HTML5 data attributes to dataset properties for IE10 and below.
- Fixed issue from 2.0.5 preventing _buildState action hook from modifying state object, affected pagination extension.
- Fixed issue preventing clickable controls from controlling multiple instantiations simultaneously.
- Fixed issue when using insert/append/prepend method on an empty container
- Added new static API methods for extending $.MixItUp prototype, and hooking actions and filters.
- Retain scroll position if container height change decreases document height while filtering out targets.
- Fixed animation bug when sorting by 'default:desc'.
- Added a 'futureState' object as the second parameter for the
onMixStartcallback and'mixStart'event.
- Fixed issue with
controls.toggleFilterButtonswhere'none'was included in toggleArray. Various toggle logic related improvements.
- Fixed
_updateControls()bug whencontrols.toggleFilterButtonsis set totrue
- Fixed
controls.toggleFilterButtonsconfig option
- Fixed some IE8 issues.
- Complete rewrite. See Version 1 Migration Guide for more information.