All Versions
20
Latest Version
Avg Release Cycle
64 days
Latest Release
1822 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.7 Changes
- ๐ Fixed duplicate hook
beforeCacheDom
inTarget#cacheDom
. Now renamed toafterCacheDom
.
- ๐ Fixed duplicate hook
-
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)
- โ Added ability to extend static factory methods (such as
-
v3.1.3 Changes
- ๐ฆ Exposed
.toggleOn()
and.toggleOff()
API methods publicly via the mixer facade, as were accidently missed out previously.
- ๐ฆ Exposed
-
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"
- ๐ Improved
-
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.
- ๐ Fixed issue where
-
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.
- โ Added
-
v3.0.1 Changes
- ๐ Fixed issue where
layout.containerClassName
is not reflected in state object after instantiation.
- ๐ Fixed issue where
-
v3.0.0 Changes
- ๐ Release