File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1 (2018-02-12)
2
+ [Compare `@uirouter/angular` versions 1.0.0 and 1.0.1](https://github.com/ui-router/ng2/compare/1.0.0...1.0.1)
3
+
4
+ ### Bug Fixes
5
+
6
+ * **package:** update [@uirouter](https://github.com/uirouter)/core to version 5.0.17 ([f018f35](https://github.com/ui-router/ng2/commit/f018f35))
7
+ * **uiSrefActive:** Support multiple active classes ([e086700](https://github.com/ui-router/ng2/commit/e086700))
8
+
9
+
10
+ ### Updated `@uirouter/core` from 5.0.16 to 5.0.17
11
+ [Compare `@uirouter/core` versions 5.0.16 and 5.0.17](https://github.com/ui-router/core/compare/5.0.16...5.0.17)
12
+
13
+ ### Bug Fixes
14
+
15
+ * **core:** Fix leak of old transitions by mutating pathnode*.resolvables*.data ([0a1f518](https://github.com/ui-router/core/commit/0a1f518))
16
+
1
17
# 1.0.0 (2018-01-31)
2
18
[Compare `@uirouter/angular` versions 1.0.0-rc.3 and 1.0.0](https://github.com/ui-router/ng2/compare/1.0.0-rc.3...1.0.0)
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angular" ,
3
3
"description" : " State-based routing for Angular" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _bundles _doc" ,
7
7
"compile" : " npm run clean && ngc" ,
You can’t perform that action at this time.
0 commit comments