marionette v4.0.0 Release Notes

Release Date: 2018-08-06 // over 5 years ago
  • ๐Ÿ”Š v4.0.0 view commit logs

    ๐Ÿ’ฅ Breaking Changes

    โฌ†๏ธ The breaking changes are documented in the upgrade guide.

    ๐Ÿ”‹ Features

    • ๐Ÿšš CollectionView can now render a template in the same fashion of the removed CompositeView.
    • View#triggers now passes the originating DOM event object as the final argument of the triggered Mn event.
    • View classes now have the bindRequests and unbindRequests API.
    • ๐Ÿ“ฆ The ES6 package was exposed in package.json on jsnext:main
    • โšก๏ธ The underscore dependency was updated to include 1.8.3 - 1.9.x.

    ๐Ÿ“š Documentation

    ๐Ÿ“š The documentation structure was overhauled to provide a flow to reading through the docs.