Skip to content

Commit

Permalink
Bump and build v4.1
Browse files Browse the repository at this point in the history
Along with feature documentation
  • Loading branch information
paulfalgout committed Apr 20, 2019
1 parent 7c8bc07 commit c485199
Show file tree
Hide file tree
Showing 11 changed files with 6,115 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backbone.marionette",
"description": "The Backbone Framework",
"homepage": "https://marionettejs.com/",
"version": "4.0.0",
"version": "4.1.0",
"main": "./dist/backbone.marionette.js",
"license": "MIT",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### v4.1.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v4.0.0...v4.1.0)

#### Features
* `CollectionView#addChildView` now accepts a `preventRender` option.
* Marionette now uses `el.ownerDocument.documentElement;` by default instead of `document.documentElement` for querying, customizable via `DomApi.getDocumentEl`.
* The UMD build now reinstates `noConflict` for using multiple versions on the global scope.

#### Fixes
* Fixed a case where a child view could potentially get multiple `destroy` events.
* Pre-rendered views from outside of a region will now correctly empty an current view in a region if shown.
* `CollectionView`'s `emptyView` will now respect the `childViewContainer` for attachment.

#### Misc
* Updated backbone dependency to allow for 1.4 without a warning.
* Tooling and testing was updated and improved removing gulp.
* `Region._setElement` was added for internal use, but may be made public in a future release.

### v4.0.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.5.1...v4.0.0)

#### Breaking Changes
Expand Down

0 comments on commit c485199

Please sign in to comment.