Skip to content

Commit

Permalink
Release 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 19, 2017
1 parent 5ccf358 commit f828d92
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="1.0.0-beta.7"></a>
# [1.0.0-beta.7](https://github.com/ui-router/ng2/compare/1.0.0-beta.6...1.0.0-beta.7) (2017-06-19)


### Bug Fixes

* **lazyLoad:** fixed getting parent injector in angular 4.2 ([dcd1cda](https://github.com/ui-router/ng2/commit/dcd1cda))
* **Ng2LocationServices:** Do not fireAfterUpdate when on server. ([543afcd](https://github.com/ui-router/ng2/commit/543afcd))
* **UISrefStatus:** Fix memory leak -- take only one inner subscription at a time. ([#120](https://github.com/ui-router/ng2/issues/120)) ([5a65d3c](https://github.com/ui-router/ng2/commit/5a65d3c)), closes [#21](https://github.com/ui-router/ng2/issues/21)


### Features

* **view:** Support shorthand for named views, `views: { viewName: Component }` ([84aec02](https://github.com/ui-router/ng2/commit/84aec02))

### Changes in `@uirouter/core` from [5.0.0 to 5.0.4](https://github.com/ui-router/core/compare/5.0.0...5.0.4)

### Bug Fixes

* **common:** Fix implementation of 'pick' -- use hasOwnProperty ([09848a4](https://github.com/ui-router/core/commit/09848a4))
* **common:** Re-fix implementation of 'pick' using for .. in ([f2da7f4](https://github.com/ui-router/core/commit/f2da7f4))
* **future:** Allow future states to specify a `parent:` ([828fe1b](https://github.com/ui-router/core/commit/828fe1b))
* **transition:** Do not ignore transitions which have states being entered or exited ([175717e](https://github.com/ui-router/core/commit/175717e))
* **view:** only sync views which are of the same name *and type* ([c48da4a](https://github.com/ui-router/core/commit/c48da4a))


### Features

* **build:** Build and distribute UMD bundles ([0a8da85](https://github.com/ui-router/core/commit/0a8da85))
* **invalidTransition:** Better error messaging when param values are invalid ([2a15d1a](https://github.com/ui-router/core/commit/2a15d1a))
* **Resolvable:** Add `.value()`: returns value (WAIT) or promise (NOWAIT) ([8769449](https://github.com/ui-router/core/commit/8769449))
* **trace:** Trace view synchronization. Allow trace.enable(...string) ([284392d](https://github.com/ui-router/core/commit/284392d))
* **urlMatcher:** add support for multiline urls ([5b11ce0](https://github.com/ui-router/core/commit/5b11ce0))


<a name="1.0.0-beta.6"></a>
# [1.0.0-beta.6](https://github.com/ui-router/ng2/compare/1.0.0-beta.5...1.0.0-beta.6) (2017-04-28)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _dec",
"compile": "npm run clean && ngc",
Expand Down Expand Up @@ -47,7 +47,7 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@uirouter/core": "=5.0.1",
"@uirouter/core": "=5.0.4",
"@uirouter/rx": "=0.4.1",
"tslib": "^1.7.1"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
dependencies:
"@types/node" "*"

"@uirouter/core@=5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.1.tgz#dfcdae07f74feab80b44109c407396d950390799"
"@uirouter/core@=5.0.4":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.4.tgz#798b9ec0f2cf58b234cce75fa2634b4698a44aca"

"@uirouter/rx@=0.4.1":
version "0.4.1"
Expand Down

0 comments on commit f828d92

Please sign in to comment.