All Versions
20
Latest Version
Avg Release Cycle
64 days
Latest Release
2032 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.