You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+25
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 1.0.24 (2019-12-30)
2
+
[Compare `@uirouter/angularjs` versions 1.0.23 and 1.0.24](https://github.com/angular-ui/ui-router/compare/1.0.23...1.0.24)
3
+
4
+
5
+
---
6
+
7
+
8
+
### Updated `@uirouter/core` from 6.0.1 to 6.0.3
9
+
10
+
11
+
Changelog for `@uirouter/core`:
12
+
13
+
14
+
[Compare `@uirouter/core` versions 6.0.1 and 6.0.3](https://github.com/ui-router/core/compare/6.0.1...6.0.3)
15
+
16
+
### Bug Fixes
17
+
18
+
* **hof:** Rewrite curry from scratch ([fc324c6](https://github.com/ui-router/core/commit/fc324c6)), closes [#350](https://github.com/ui-router/core/issues/350)
19
+
* **IE9:** Add safeConsole so IE9 doesn't break ([9c8579d](https://github.com/ui-router/core/commit/9c8579d))
20
+
21
+
22
+
### Features
23
+
24
+
* **stateService:** add transition option 'supercede' so transition can be ignored if one is pending ([6e5a56f](https://github.com/ui-router/core/commit/6e5a56f))
25
+
1
26
## 1.0.23 (2019-10-02)
2
27
[Compare `@uirouter/angularjs` versions 1.0.22 and 1.0.23](https://github.com/angular-ui/ui-router/compare/1.0.22...1.0.23)
0 commit comments