mixitup v3.3.1 Release Notes
Release Date: 2018-10-01 // about 6 years ago-
- ๐ 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
Previous changes from v3.3.0
-
- โ
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