MooTools 1.4.2 Released
Written By Olmo Maldonado, on Friday, December 2nd 2011, 4:03pmToday 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.
These issues will be fixed subsequently prior to release of the next maintenance release.
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.
Contribute
These fixes and improvements would not have happened if you didn’t submit an issue (ticket) to the MooTools Core Issues, or reporting your problems in the MooTools User Group. Send us your (MooTools) issues (or feature requests) so that your favorite JavaScript framework keeps getting better.
December 2nd, 2011 at 4:41 pm
Great work everyone!
December 2nd, 2011 at 4:44 pm
Thanks! Round of applause for our users as well.
December 2nd, 2011 at 5:49 pm
Great! Thx for your work! :o)
December 3rd, 2011 at 2:32 pm
Thanks guys, you rock!
December 4th, 2011 at 6:23 am
++!
December 7th, 2011 at 7:21 pm
Backward issue on IE7 with mootools 1.4.2, addEvents or clones (i don’t know) cause IE7 crash when “Backward Page Button” is pressed or “Refresh Page Button” is pressed.