This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name="1.0.4"></a>
2
+ ## [1.0.4](https://github.com/angular-ui/ui-router/compare/1.0.3...1.0.4) (2017-06-09)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **bundle:** work around rollup bug https://github.com/rollup/rollup/issues/1322 ([befb50a](https://github.com/angular-ui/ui-router/commit/befb50a))
8
+ * **uiSrefActive:** Avoid "Possibly unhandled rejection" in console ([5c09e28](https://github.com/angular-ui/ui-router/commit/5c09e28))
9
+
10
+
11
+
12
+ ### @uirouter/core changes
13
+ ## [5.0.4](https://github.com/ui-router/core/compare/5.0.3...5.0.4) (2017-06-09)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **future:** Allow future states to specify a `parent:` ([828fe1b](https://github.com/ui-router/core/commit/828fe1b))
19
+ * **view:** only sync views which are of the same name *and type* ([c48da4a](https://github.com/ui-router/core/commit/c48da4a))
20
+
21
+
22
+ ### Features
23
+
24
+ * **invalidTransition:** Better error messaging when param values are invalid ([2a15d1a](https://github.com/ui-router/core/commit/2a15d1a))
25
+ * **trace:** Trace view synchronization. Allow trace.enable(...string) ([284392d](https://github.com/ui-router/core/commit/284392d))
26
+
27
+
28
+
1
29
<a name="1.0.3"></a>
2
30
## [1.0.3](https://github.com/angular-ui/ui-router/compare/1.0.1...1.0.3) (2017-05-07)
3
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angularjs" ,
3
3
"description" : " State-based routing for AngularJS 1.x" ,
4
- "version" : " 1.0.3 " ,
4
+ "version" : " 1.0.4 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
7
7
"build" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
You can’t perform that action at this time.
0 commit comments