- 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
forceRefresh
method 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
onMixStart
callback and'mixStart'
event.
- Fixed issue with
controls.toggleFilterButtons
where'none'
was included in toggleArray. Various toggle logic related improvements.
- Fixed
_updateControls()
bug whencontrols.toggleFilterButtons
is set totrue
- Fixed
controls.toggleFilterButtons
config option
- Fixed some IE8 issues.
- Complete rewrite. See Version 1 Migration Guide for more information.