Skip to content

Commit

Permalink
Bump and build 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumphreys87 committed Jun 17, 2015
1 parent 520d297 commit b05e8fe
Show file tree
Hide file tree
Showing 12 changed files with 323 additions and 155 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -3,7 +3,7 @@
"description": "Make your Backbone.js apps dance with a composite application architecture!",
"homepage": "http://marionettejs.org",
"main": "./lib/core/backbone.marionette.js",
"version": "2.4.1",
"version": "2.4.2",
"keywords": [
"backbone",
"framework",
Expand Down
22 changes: 22 additions & 0 deletions changelog.md
@@ -1,3 +1,25 @@
### v2.4.2 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v2.4.1...v2.4.2)

#### Fixes

* Fixed a bug where `reorderOnSort` would not reorder back to the original order.
* Stop deleting `$childViewContainer` so that it can be accessed in behaviors.
* Ensure `before:show` and `show` events are triggered on `CollectionView` children.
* Ensure `onBeforeAttach` and `onAttach` are called for `CollectionView` children.
* Allow for disabling of `triggerBeforeAttach` and `triggerAttach` via `show()` options.
* Added the documented `buffer` argument to `attachBuffer` and changed implementation so this was used rather than `_createBuffer`.
* Fixed potential memory leak when destroying children on `CollectionView` by making the `checkEmpty` call optional.

#### Docs

* Improve documentation around the requirement for an initial render to bind events in `CollectionView`.
* Add documentation around UI interpolation usage.
* Add documentation to warn about the full re-render of a `CollectionView` or `CompositeView` if `reorderOnSort` is not set.

#### Misc

* Bumped Underscore and Backbone dependencies to 1.8.3 and 1.2.1 respectively.

### v2.4.1 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v2.4.0...v2.4.1)

#### Fixes
Expand Down
4 changes: 2 additions & 2 deletions component.json
@@ -1,7 +1,7 @@
{
"name": "backbone.marionette",
"description": "Make your Backbone.js apps dance!",
"version": "2.4.1",
"version": "2.4.2",
"repo": "marionettejs/backbone.marionette",
"main": "lib/core/backbone.marionette.js",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"client",
"browser"
],
"license": "MIT",
"license": "MIT",
"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit b05e8fe

Please sign in to comment.