Skip to content

v3.4.4

Compare
Choose a tag to compare
@paulfalgout paulfalgout released this 03 Oct 17:42
· 161 commits to master since this release

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