All Versions
20
Latest Version
Avg Release Cycle
64 days
Latest Release
1995 days ago

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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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).
  • 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.
  • v3.1.8 Changes

    March 04, 2017
    • ➕ Adds ability to bind live controls where multiple parents exist. Required for Pagination 3.2.0.