MooTools 1.4.2 Released
We release MooTools Core 1.4.2 which is a small maintenance release. Upgrading from 1.4.1 should not cause any backward incompatibilities. We recommend all users upgrade to 1.4.2 as soon as possible.
Fixes
- #2073: Reduced redundant call to
onTimeoutifasyncoption istrue. - #2083: Fixes
Element.clonein IE. - #2085: All specs are green across.
- #2110:
Element.erase('class')did not clear the class. - #2113:
button.set('type', 'button')is now fixed for webkit bug. - #2116: Fixes
Element.fadechain. - #2118:
$uidmethod is no longer exposed
Improvements
- #2089: Added support for native
mouseenterandmouseleave. - #2134: Deprecates the MooTools Core Specs repository in favor of including the specs in the Core repo. Due to ease of development.
- Series of new specs and refactoring of old specs. Specs are all passing and much faster.
- #2138: Native
Element.fireEventin IE is now accessible in viaElement._fireEvent.
Known Issues
- Documentation fixes/additions for
Element.NativeEvents,Fx,Request.JSON, and conflicts betweenArrayandElementsmethods. Object.eachenumeration- Possible leak with
Element.adopt - IE returns methods for some Element attributes.
Element.Delegationproblem with non-elements.
Get it!
- Download MooTools Core 1.4.2; Build MooTools Core 1.4.2
- Fork / clone MooTools Core 1.4.2 from GitHub, and build it yourself with Packager.
- Google CDN (will be updated soon)
- Browse the Documentation for Core & More.