Skip to content

Commit

Permalink
Bump and build v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout authored and rafde committed Oct 3, 2017
1 parent d966209 commit d5ad642
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 103 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Backbone Framework",
"homepage": "https://marionettejs.com/",
"main": "./lib/backbone.marionette.js",
"version": "3.4.3",
"version": "3.4.4",
"license": "MIT",
"keywords": [
"backbone",
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v3.4.4 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.4.3...v3.4.4)

#### 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

### v3.4.3 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.4.2...v3.4.3)

#### Fixes
Expand Down
94 changes: 46 additions & 48 deletions lib/backbone.marionette.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/backbone.marionette.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d5ad642

Please sign in to comment.