mixitup v3.3.1 Release Notes

Release Date: 2018-10-01 // over 5 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.

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.