Skip to content

Commit

Permalink
Bump and build v3.0.0-pre.5 (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumphreys87 authored Aug 4, 2016
1 parent e740f06 commit 1acc1b2
Show file tree
Hide file tree
Showing 11 changed files with 388 additions and 3,885 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": "http://marionettejs.org",
"main": "./lib/backbone.marionette.js",
"version": "3.0.0-pre.4",
"version": "3.0.0-pre.5",
"keywords": [
"backbone",
"framework",
Expand Down
34 changes: 34 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
### v3.0.0-pre5

#### Documentation

* Improved installation docs.
* Updated `CollectionView` docs to reflect API changes.
* Improved `Behavior` docs.
* Improved functions docs.
* Improved update guide.
* Added "basics" docs.

#### API Changes

* `emptyView` now accepts a function as an arg.
* Removed the `apply:filter` event from `CollectionView`.
* `removeChildView` now returns the removed view.
* `bindEntityEvents` renamed `bindEvents`.
* Deprecated Behavior Lookups.
* Added Backbone.Babysitter to Mn and removed the Babysitter dependency.

#### Bug fixes

* `CollectionView` now only triggers `destroy:children` if it has been rendered.
* Parent views will now successfully listen for `destroy` in `childViewEvents`.

#### Misc

* Replaced `var` and `let` with `const`.
* Added consistent function declarations and added rules to eslint.
* Tweaked peerDependencies to only allow patch versions.
* Directory structure changes and file naming consistency.
* Improved test coverage.
* Removed bundled build.

### v3.0.0-pre4

#### Documentation
Expand Down
Loading

0 comments on commit 1acc1b2

Please sign in to comment.