marionette v3.4.4 Release Notes

Release Date: 2017-10-03 // over 6 years ago
  • 🛠 Fixes

    • 👻 Prevent exception when a view is instantiated with a non-existing selector el.
    • 🐎 When a collection defines the NextCollectionView sort order, the add at end performance improvement was removed to prevent edge case errors.
    • NextCollectionView no longer sorts according to the collection if sortWithCollection is set to false.
    • When views added to NextCollectionView from a collection don't have a matching model, removing the model no longer throws an error.

    Misc

    • ⚡️ NextCollectionView now uses backbone update flags instead of calculating changes for sorting