Skip to content

Commit fee4030

Browse files
committed
Bump and Build v3.5
Includes changelog
1 parent cd8734c commit fee4030

9 files changed

+158
-87
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Backbone Framework",
44
"homepage": "https://marionettejs.com/",
55
"main": "./lib/backbone.marionette.js",
6-
"version": "3.4.4",
6+
"version": "3.5.0",
77
"license": "MIT",
88
"keywords": [
99
"backbone",

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### v3.5.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.4.4...v3.5.0)
2+
3+
#### Features
4+
* `NextCollectionView`'s `filter` event now returns the attaching and detached views.
5+
* `unbindEvents` and `unbindRequests` can now be called without handlers to remove all handlers from an entity.
6+
7+
#### Fixes
8+
* If an event handler on a behavior was undefined it would remove any prior defined handler.
9+
* When a behavior is destroyed it will now undelegate the behavior events and triggers.
10+
* When a view was added a performance check on `NextCollectionView` would sometimes prevent existing views from sorting correctly.
11+
* `NextCollectionView` `viewFilter` will now be called with the same arguments with underscore or lodash.
12+
13+
#### Deprecations
14+
* Multiple handlers for a single event. If needed, use a single handler to call multiple methods.
15+
116
### v3.4.4 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.4.3...v3.4.4)
217

318
#### Fixes

lib/backbone.marionette.esm.js

Lines changed: 68 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/backbone.marionette.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)