MooTools 1.6.0 发布了,该版本主要是修复一些bug以及引入一些新特性。
主要更新:
Core:
Rename
.from
method in Array, Function, String and Number (#2758)(#2760)New feature: Class.Thenable (#2743)
Add Safari 9 to Sauce Labs tested browsers (#2749)
Added ESLint to Grunt specs to keep code styled and clean (#2748)
Gruntfile refactor (#2741)
MooTools specs goes Mocha (#2737)
Specs upgrade, refactor and cleanup. Huge specs cleanup by Tim (#2736)
Fix so the legacy
$pick
gets exported to global (#2735)Fix so
Event
Class gets exported to global (#2733)
More:
Add extra aliases to Assets package's description (#1335)
Added ESLint to Grunt specs to keep code styled and clean (#1327)
New feature: new option
keepOpen
to Accordion (#1333)New feature: added sort order to
onSort
function arguments (#1332)Fix String.extras regex to not mix self closing tags (#1328)
Fix
validate-match
"matchName" when containing spaces(#1186)Fix
unDraggableTags
in Drag (#1159)Fix to
validate-reqchk-byname
(#1329)New feature: added IPv6 compatibility to URI.regex (#1322)
Fix semicolon in end of file that broke packager (#1319)
发行说明:
下载地址:
MooTools是一个简洁,模块化,面向对象的JavaScript框架。它能够帮助你更快,更简单地编写可扩展和兼容性强的JavaScript代 码。 Mootools从Prototype.js中汲取了许多有益的设计理念,语法也和其极其类似。但它提供的功能要比Prototype.js多,整体设计 也比Prototype.js要相对完善,功能更强大,比如增加了动画特效、拖放操作等。