marionette v4.1.0 Release Notes

Release Date: 2019-04-20 // about 5 years ago
  • ๐Ÿ”Š v4.1.0 view commit logs

    ๐Ÿ”‹ Features

    • CollectionView#addChildView now accepts a preventRender option.
    • 0๏ธโƒฃ Marionette now uses el.ownerDocument.documentElement; by default instead of document.documentElement for querying, customizable via DomApi.getDocumentEl.
    • ๐Ÿ— The UMD build now reinstates noConflict for using multiple versions on the global scope.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed a case where a child view could potentially get multiple destroy events.
    • Pre-rendered views from outside of a region will now correctly empty an current view in a region if shown.
    • CollectionView's emptyView will now respect the childViewContainer for attachment.

    Misc

    • โšก๏ธ Updated backbone dependency to allow for 1.4 without a warning.
    • โšก๏ธ Tooling and testing was updated and improved removing gulp.
    • ๐Ÿš€ Region._setElement was added for internal use, but may be made public in a future release.