File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.2 (2018-02-12)
2
+ [ Compare ` @uirouter/react ` versions 0.6.1 and 0.6.2] ( https://github.com/ui-router/react/compare/0.6.1...0.6.2 )
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** package:** update [ @uirouter ] ( https://github.com/uirouter ) /core to version 5.0.17 ([ b0109ee] ( https://github.com/ui-router/react/commit/b0109ee ) )
7
+ * ** UIView:** Do not reload view if the new viewConfig is identical to the old one ([ 07a03bf] ( https://github.com/ui-router/react/commit/07a03bf ) )
8
+ * ** UIView:** Pass style prop through even if no className is specified ([ cc3d80d] ( https://github.com/ui-router/react/commit/cc3d80d ) )
9
+ * ** UIView:** Provide only resolve props that should be accessible to each view ([ a4ee9e9] ( https://github.com/ui-router/react/commit/a4ee9e9 ) )
10
+
11
+
12
+ ### Updated ` @uirouter/core ` from 5.0.16 to 5.0.17
13
+ [ Compare ` @uirouter/core ` versions 5.0.16 and 5.0.17] ( https://github.com/ui-router/core/compare/5.0.16...5.0.17 )
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** core:** Fix leak of old transitions by mutating pathnode* .resolvables* .data ([ 0a1f518] ( https://github.com/ui-router/core/commit/0a1f518 ) )
18
+
1
19
## 0.6.1 (2018-01-31)
2
20
[ Compare ` @uirouter/react ` versions 0.6.0 and 0.6.1] ( https://github.com/ui-router/react/compare/0.6.0...0.6.1 )
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/react" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " State based routing for React" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments