All Versions
20
Latest Version
Avg Release Cycle
64 days
Latest Release
2401 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.1 Changes
October 01, 2018- ๐ Insures dataset uses polyfilled
Array.from
for old IE support. - ๐ Fixes support for sorting via element collection. This was not correctly implemented before although documented.
- ๐ Fixes the "filter-by-url" demo to ensure that only leading
'.'
characters are stripped off rather than any character.
- ๐ Insures dataset uses polyfilled
-
v3.3.0 Changes
February 12, 2018- โ
Introduces new internal filter hook
testResultEvaluateHideShown
allowing plugins to manipulate the result of every filter test upon a target. Provides an convenient entry point for non-selector based filtering such as range slider inputs. - โ Adds range slider demo.
- โ
Introduces new internal filter hook
-
v3.2.2 Changes
November 11, 2017- ๐ Fixes issue where multiple toggle controls are not automatically activated when a compound selector is specified to
load.filter
. - ๐ Fixes issue where calling
.toggleOff()
and passing a non-existent selector will deactivate all other active toggles. - ๐ Fixes issue where padding whitespace around a DOM string when calling
.insert()
caused an exception. - โ Adds additional demos for non-standard UI.
- ๐ Fixes issue where multiple toggle controls are not automatically activated when a compound selector is specified to
-
v3.2.1 Changes
June 27, 2017- โ Additional edge-case work relating to Dataset API fix in v3.2.0.
- โ Addition of
.forceRender()
mixer API method. - โ Removes
.multiMix()
legacy API alias method.
-
v3.2.0 Changes
June 24, 2017- โ Removes support for legacy
$().mixItUp()
jQuery API - ๐ Fixes issue with Dataset API causing DOM exception when dealing with certain combinations of simultaneous insertion and sorting.
- โ Removes support for legacy
-
v3.1.12 Changes
June 06, 2017- ๐ Fixes issue where
state.targets
does not reflect the updated sort order after a sort operation. - โ Addition of
behavior.liveSort
configuration option.
- ๐ Fixes issue where
-
v3.1.11 Changes
May 14, 2017- ๐ Various geometry improvements related to scroll bar issues on desktop Windows and (non-inertial scroll) desktop Mac systems.
- โ Addition of
animation.clampWidth
configuration option.
-
v3.1.10 Changes
April 21, 2017- ๐ Fixes an issue where the
activeContainerClass
did not persist between non-layout-change operations (e.g. sort, filter).
- ๐ Fixes an issue where the
-
v3.1.9 Changes
March 18, 2017- ๐ Fixes an issue relating to
animation.clampHeight
where the height was not correctly applied causing scroll jumping in certain situations.
- ๐ Fixes an issue relating to
-
v3.1.8 Changes
March 04, 2017- โ Adds ability to bind live controls where multiple parents exist. Required for Pagination 3.2.0.