diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ba25fd..727ac1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### @uirouter/core changes +## [5.0.4](https://github.com/ui-router/core/compare/5.0.3...5.0.4) (2017-06-06) + + +### Bug Fixes + +* **future:** Allow future states to specify a `parent:` ([de68fe1](https://github.com/ui-router/core/commit/de68fe1)) +* **view:** only sync views which are of the same name *and type* ([49b5594](https://github.com/ui-router/core/commit/49b5594)) + + +### Features + +* **invalidTransition:** Better error messaging when param values are invalid ([fd45f44](https://github.com/ui-router/core/commit/fd45f44)) +* **trace:** Trace view synchronization. Allow trace.enable(...string) ([29503a0](https://github.com/ui-router/core/commit/29503a0)) + + + ### @uirouter/core changes ## [5.0.3](https://github.com/ui-router/core/compare/5.0.2...5.0.3) (2017-05-07) diff --git a/package.json b/package.json index 824e00f6..813a46e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/core", "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", - "version": "5.0.3", + "version": "5.0.4", "scripts": { "clean": "shx rm -rf lib lib-esm _bundles", "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts && npm run bundle",