1.5.1 is out!

Written by Sérgio Crisóstomo on 29 August 2014 – Posted under all, releases

Today we release MooTools Core and More versions 1.5.1. This continues our improvement work for both Core and More and introduces also some features that were in the queue for being added. This release fixes also a regression related to the mousewheel event.
When preparing the 1.5 release we decided that Core 1.5.x will work with More 1.5.x. This means that, inside the 1.5 space, versions should be compatible and you might be seeing Core or More releases that are not simultaneous.

In 1.5.1 we added a new dist/ folder in Core, present at the tagged commit, for those who want the Core source, as well as a needed update so you can get MooTools via Bower.

Worth a notice is also the new MooTools Packager. MooTools has always been about modularity, and for those of you that want to choose which modules to use you can now use the new MooTools Packager (for Node.js/Grunt), as well as the website builder. The new Packager allows to compile source files from the dependencies in the YAML header. You can find it on GitHub and NPM.

The main things in this release are:

Core:

  • Mousewheel regression fix for Chrome and Firefox. (link)
  • DOMEvent's wheel property now listens for DOM3 wheel event also. (link)
  • IE8 iFrame leak fix. (link)
  • Added postMessage to NativeEvents. (link)
  • Fixed setter so IE7/8 can set text of style element. (link)
  • Normalize values on newElement for radio and checkbox types. (link)
  • Fixed svg element size. (link)
  • Fixed getter behavior for border-radius. (link)
  • Added fix for IE8 to be able to set html into style element. (link)
  • Added option to trigger xhr.withCredentials without http auth. (link)
  • Added the PATCH and HEAD methods to Request. (link)
  • Fixed hasClass without classList to comply with ES6. (link)
  • Added fix for IE9 when setting an input type to "email". (link)
  • Fix for IE when removing delegated "submit" event from destroyed element. (link)
  • Updates in Docs.

More:

  • Drag position calculation fix. (link)
  • Form.Validator.Extras credit card regex update. (link)
  • Fix Scroller Class to be able to use window as element. (link)
  • Added custom sort function for HtmlTable.Sort. (link)
  • Fixed Type error for empty string in Form.Validator. (link)
  • Added onLoad callback for local and cross-origin CSS assets. (link)
  • Fixed sort regex to respect sci-notated floated numbers in HtmlTable.Sort. (link)
  • Fixed scroll miss-placement while dragging and scrolling. (link)
  • Updates in Docs.
comments powered byDisqus