marionette v2.4.4 Release Notes

  • ๐Ÿ›  Fixes

    • Region#empty will return the region instance whether or not it has a current view.
    • CollectionView#reorder will now correctly respect any set filter.
    • ๐Ÿ›  Fixed childEvents failing to trigger during showing a view in a region.
    • Stop deleting the currentView._parent if showing the same view in a region.

    Misc

    • LayoutView#showChildView new options argument passed to underlying Region#show to enable full show functionality.
    • โž• Added support for passing down arguments to Object#destroy.