Skip to content

Commit

Permalink
Bump and Build v3.5
Browse files Browse the repository at this point in the history
Includes changelog
  • Loading branch information
paulfalgout committed Nov 5, 2017
1 parent cd8734c commit fee4030
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 87 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.4",
"version": "3.5.0",
"license": "MIT",
"keywords": [
"backbone",
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### v3.5.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.4.4...v3.5.0)

#### Features
* `NextCollectionView`'s `filter` event now returns the attaching and detached views.
* `unbindEvents` and `unbindRequests` can now be called without handlers to remove all handlers from an entity.

#### Fixes
* If an event handler on a behavior was undefined it would remove any prior defined handler.
* When a behavior is destroyed it will now undelegate the behavior events and triggers.
* When a view was added a performance check on `NextCollectionView` would sometimes prevent existing views from sorting correctly.
* `NextCollectionView` `viewFilter` will now be called with the same arguments with underscore or lodash.

#### Deprecations
* Multiple handlers for a single event. If needed, use a single handler to call multiple methods.

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

#### Fixes
Expand Down
108 changes: 68 additions & 40 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 fee4030

Please sign in to comment.