Skip to content

Commit 62dd7ab

Browse files
1.0.1
1 parent 1954712 commit 62dd7ab

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# 1.0.0 (2018-01-31)
218
[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)
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angular",
33
"description": "State-based routing for Angular",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles _doc",
77
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)