marionette v3.2.0 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ”Œ Separate Mn DOM interaction into a mixin for DOM plugin ease
    • ๐Ÿ‘ View.childViewEvents should support trigger
    • ๐Ÿ‘ Allow showing a template or static string in a region
    • ๐Ÿ”‹ Feature/trigger method event args

    ๐Ÿ›  Fixes

    • Custom CollectionView.viewComparator no longer sorts collection.models
    • CollectionView re-indexes correctly when removing views.
    • CollectionView.filter can filter by View child index
    • Region will no longer detach pre-existing HTML when View's el is already in the region
    • ๐Ÿ›  Fix Region clean up when View is destroyed
    • Destroy CollectionView.children by View and not Model

    Misc

    • โœ‚ Remove MarionetteError "ViewDestroyError" from View's