Changelog
1.64.4
domLens.hover
to use onMouseEnter
/onMouseLeave
instead of onMouseOver
/onMouseOut
Changelog
1.64.1
_.hasIn
in targetBinding
to account for objects with target
as an inherited property (eg, in synthetic DOM events)Changelog
1.64.0
arrayLens
and functionPairLens
domLens.value
more flexible by supporting non-native onChange events (allow targetBinding
to fall back to the provided value if e.target[key]
is not passed in)Changelog
1.63.0
mergeOverAll
mergeOverAllWith
and mergeOverAllArrays