Skip to content

Commit

Permalink
Bump and build v5 with es6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout committed Aug 7, 2018
1 parent b17afd0 commit 80f1a18
Show file tree
Hide file tree
Showing 9 changed files with 1,989 additions and 127 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
#### v5.0.0

* **Breaking Changes**
* Upgraded to Marionette v4
* `Toolkit` is no longer attached to `Marionette.Toolkit`
* `noConflict` was removed
* Removed bower
* For apps the state model and listeners are now only init'd during runtime available first in `onBeforeStart` without listeners.
* `triggerStart` now calls a `finallyStart` method rather than `triggerMethod` directly.

* **Features**
* childApps definitions now support `regionName` and `getOptions` for boilerplate reduction.
* Updated underscore dependency range
* Added `toggleState` for a quick/clean `set('foo', !get('foo'))`
* Added `hasState` for a quick/clean `this.getState().has('foo')`
* `stopChildApp` now passes options along `this.stopChildApp('appName', { foo: true })`
* `Component` now exposes `showView` so that the behavior can be overridden
* `restartWithParent` was added to modify the behavior of child apps during `restart`

* **Fixes**
* Child app was not removing correctly if startAfterInitialize: true
* Fixed clean up for various app view removal methods

#### v4.0.0

* `App`
Expand Down
Loading

0 comments on commit 80f1a18

Please sign in to comment.