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

Changelog History
Page 2

  • v3.1.7 Changes

    • ๐Ÿ›  Fixed duplicate hook beforeCacheDom in Target#cacheDom. Now renamed to afterCacheDom.
  • v3.1.6 Changes

    • โž• Added composer.json
  • v3.1.5 Changes

    • ๐Ÿ›  Fixed several issues relating to the Dataset API and multimix-like operations (i.e. simultaneous insertion/removal/sorting/dirty-checking)
  • v3.1.4 Changes

    • โž• Added ability to extend static factory methods (such as mixitup.use) with hooks.
    • โž• Added ability to return a single DOM element from render.target instead of an HTML string
    • ๐Ÿšš Moved target rendering functionality into Target class, so that targets can render themselves
    • ๐Ÿ‘ฎ Force disable controls if dataset API is in use (if data.uidKey is set)
  • v3.1.3 Changes

    • ๐Ÿ”ฆ Exposed .toggleOn() and .toggleOff() API methods publicly via the mixer facade, as were accidently missed out previously.
  • v3.1.2 Changes

    • ๐Ÿ‘Œ Improved compareVersions util function to handle semver notation correctly (e.g. '^', '~', '-beta', etc).
    • ๐Ÿ›  Fixed issue with "Filtering by URL" demo that added a #mix segment to the URL for filter "all"
  • v3.1.1 Changes

    • ๐Ÿ›  Fixed issue where transitionend event handlers were not rebound to re-rendered targets during dirtyCheck updates.
    • ๐Ÿ›  Fixed issue where dataset operation objects where created on push to queue, resulting in corrupted target data.
  • v3.1.0 Changes

    • โž• Added selectors.controls configuration option to allow for further specificity of control querying in addition to the mandatory data attributes.
    • ๐Ÿ›  Fixed package.json issues.
  • v3.0.1 Changes

    • ๐Ÿ›  Fixed issue where layout.containerClassName is not reflected in state object after instantiation.
  • v3.0.0 Changes

    • ๐Ÿš€ Release