Skip to content

Commit

Permalink
V3.4 (#3411)
Browse files Browse the repository at this point in the history
* Update build related dependencies

* Bump and build v3.4

Includes changelog
  • Loading branch information
paulfalgout authored and rafde committed Aug 5, 2017
1 parent 39db0a8 commit 5e07ba8
Show file tree
Hide file tree
Showing 10 changed files with 5,141 additions and 286 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.3.1",
"version": "3.4.0",
"license": "MIT",
"keywords": [
"backbone",
Expand Down
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### v3.4.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.3.1...v3.4.0)

#### Features
* A new build of Marionette supporting ES6 modules was added
* Added DOM API to encapsulate DOM interactions in the views and region
* `monitorViewEvents` was added as an option to all Views to disable DOM lifecycle events
* Added `swapChildViews` to `NextCollectionView`
* Added `viewComparator: false` option to `NextCollectionView` for disabling the default sort

#### Experimental API Breaking Changes
* DOM Mixin was removed (replaced with DOM API)
* `NextCollectionView` `attachHtml` no longer receives the view as the first argument

#### Fixes
* A region's currentView will now be set during that view's initial `dom:refresh` event
* A view will now be considered rendered if its `el` has contents and not only if it has an `el`

#### Misc
* While `Backbone.Radio` is still a dependency, it will no longer cause Marionette to error if nonexistent
* Various performance improvements

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

#### Fixes
Expand Down
Loading

0 comments on commit 5e07ba8

Please sign in to comment.