File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ### @uirouter/core changes
2+ ## [5.0.4](https://github.com/ui-router/core/compare/5.0.3...5.0.4) (2017-06-06)
3+
4+
5+ ### Bug Fixes
6+
7+ * **future:** Allow future states to specify a `parent:` ([de68fe1](https://github.com/ui-router/core/commit/de68fe1))
8+ * **view:** only sync views which are of the same name *and type* ([49b5594](https://github.com/ui-router/core/commit/49b5594))
9+
10+
11+ ### Features
12+
13+ * **invalidTransition:** Better error messaging when param values are invalid ([fd45f44](https://github.com/ui-router/core/commit/fd45f44))
14+ * **trace:** Trace view synchronization. Allow trace.enable(...string) ([29503a0](https://github.com/ui-router/core/commit/29503a0))
15+
16+
17+
118### @uirouter/core changes
219## [5.0.3](https://github.com/ui-router/core/compare/5.0.2...5.0.3) (2017-05-07)
320
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/core" ,
33 "description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4- "version" : " 5.0.3 " ,
4+ "version" : " 5.0.4 " ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _bundles" ,
77 "build" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts && npm run bundle" ,
You can’t perform that action at this time.
0 commit comments