Skip to content

Commit 383911c

Browse files
committed
Merge pull request #3036 from ahumphreys87/v3.0.0-pre.4
Bump and build v3.0.0-pre.4
2 parents 957ad09 + 0ed11c3 commit 383911c

11 files changed

+1141
-692
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": "http://marionettejs.org",
55
"main": "./lib/core/backbone.marionette.js",
6-
"version": "3.0.0-pre.3",
6+
"version": "3.0.0-pre.4",
77
"keywords": [
88
"backbone",
99
"framework",

changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
### v3.0.0-pre4
2+
3+
#### Documentation
4+
5+
* Improved `View` documentation.
6+
* Added `Backbone.Radio` integration documentation.
7+
* Fixed broken links in `CollectionView` documentation.
8+
* Removed `Marionette.Module` documentation.
9+
* Add installation documentation.
10+
* Removed outdated API documentation.
11+
* Added Upgrade Guide.
12+
13+
#### API Changes
14+
15+
* return `this` from all functions that do not return anything, useful for chaining.
16+
* Removed `getValue` and internal `getOption`.
17+
18+
#### Bug fixes
19+
20+
* CollectionView#reorder will no longer remove an already displayed emptyView.
21+
* Calling `Backbone.View` constructor with arguments consistently across all views.
22+
* Monitor for child already attached.
23+
* When a view is attached to an existing element, `isRendered()` should reflect `true`.
24+
* Region empty edge-case fix that prevents view destroy handlers calling `empty`.
25+
* Region now detaches previous html if there is no view.
26+
27+
#### Misc
28+
29+
* Build browser tests with rollup.
30+
* Fix bundled build.
31+
* Linter fixes.
32+
33+
Also, [please help us finish v3](https://github.com/marionettejs/backbone.marionette/milestones/v3.0.0)!
34+
135
### v3.0.0-pre3
236

337
#### Dependency Updates

0 commit comments

Comments
 (0)