File tree 2 files changed +18
-1
lines changed
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
+
1
18
### @uirouter/core changes
2
19
## [5.0.3](https://github.com/ui-router/core/compare/5.0.2...5.0.3) (2017-05-07)
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/core" ,
3
3
"description" : " UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps" ,
4
- "version" : " 5.0.3 " ,
4
+ "version" : " 5.0.4 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _bundles" ,
7
7
"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