Skip to content

Commit

Permalink
Merge pull request #3036 from ahumphreys87/v3.0.0-pre.4
Browse files Browse the repository at this point in the history
Bump and build v3.0.0-pre.4
  • Loading branch information
JSteunou committed Jun 1, 2016
2 parents 957ad09 + 0ed11c3 commit 383911c
Show file tree
Hide file tree
Showing 11 changed files with 1,141 additions and 692 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/core/backbone.marionette.js",
"version": "3.0.0-pre.3",
"version": "3.0.0-pre.4",
"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-pre4

#### Documentation

* Improved `View` documentation.
* Added `Backbone.Radio` integration documentation.
* Fixed broken links in `CollectionView` documentation.
* Removed `Marionette.Module` documentation.
* Add installation documentation.
* Removed outdated API documentation.
* Added Upgrade Guide.

#### API Changes

* return `this` from all functions that do not return anything, useful for chaining.
* Removed `getValue` and internal `getOption`.

#### Bug fixes

* CollectionView#reorder will no longer remove an already displayed emptyView.
* Calling `Backbone.View` constructor with arguments consistently across all views.
* Monitor for child already attached.
* When a view is attached to an existing element, `isRendered()` should reflect `true`.
* Region empty edge-case fix that prevents view destroy handlers calling `empty`.
* Region now detaches previous html if there is no view.

#### Misc

* Build browser tests with rollup.
* Fix bundled build.
* Linter fixes.

Also, [please help us finish v3](https://github.com/marionettejs/backbone.marionette/milestones/v3.0.0)!

### v3.0.0-pre3

#### Dependency Updates
Expand Down
Loading

0 comments on commit 383911c

Please sign in to comment.