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.load.filter
..toggleOff()
and passing a non-existent selector will deactivate all other active toggles..insert()
caused an exception..forceRender()
mixer API method..multiMix()
legacy API alias method.$().mixItUp()
jQuery APIstate.targets
does not reflect the updated sort order after a sort operation.behavior.liveSort
configuration option.animation.clampWidth
configuration option.activeContainerClass
did not persist between non-layout-change operations (e.g. sort, filter).animation.clampHeight
where the height was not correctly applied causing scroll jumping in certain situations.beforeCacheDom
in Target#cacheDom
. Now renamed to afterCacheDom
.mixitup.use
) with hooks.render.target
instead of an HTML stringTarget
class, so that targets can render themselvesdata.uidKey
is set).toggleOn()
and .toggleOff()
API methods publicly via the mixer facade, as were accidently missed out previously.compareVersions
util function to handle semver notation correctly (e.g. '^'
, '~'
, '-beta'
, etc).#mix
segment to the URL for filter "all"transitionend
event handlers were not rebound to re-rendered targets during dirtyCheck updates.selectors.controls
configuration option to allow for further specificity of control querying
in addition to the mandatory data attributes.layout.containerClassName
is not reflected in state object after instantiation.