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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
# 7.0.0 (2020-07-15)
2
+
[Compare `@uirouter/angular` versions 6.0.3 and 7.0.0](https://github.com/ui-router/angular/compare/6.0.3...7.0.0)
3
+
4
+
### Features
5
+
6
+
* Support Angular 9-10 ([56bd176](https://github.com/ui-router/angular/commit/56bd176))
7
+
8
+
9
+
### BREAKING CHANGES
10
+
11
+
- Drop support for Angular v8, add support for Angular v10
12
+
13
+
14
+
15
+
### Updated `@uirouter/core` from 6.0.1 to 6.0.5
16
+
17
+
18
+
Changelog for `@uirouter/core`:
19
+
20
+
21
+
[Compare `@uirouter/core` versions 6.0.1 and 6.0.5](https://github.com/ui-router/core/compare/6.0.1...6.0.5)
22
+
23
+
### Bug Fixes
24
+
25
+
* **hof:** Rewrite curry from scratch ([fc324c6](https://github.com/ui-router/core/commit/fc324c6)), closes [#350](https://github.com/ui-router/core/issues/350)
26
+
* **IE9:** Add safeConsole so IE9 doesn't break ([9c8579d](https://github.com/ui-router/core/commit/9c8579d))
27
+
* **safeConsole:** check if document is defined to avoid issues in node environments ([da29d88](https://github.com/ui-router/core/commit/da29d88))
28
+
* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe))
29
+
30
+
31
+
### Features
32
+
33
+
* **stateService:** add transition option 'supercede' so transition can be ignored if one is pending ([6e5a56f](https://github.com/ui-router/core/commit/6e5a56f))
34
+
* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a))
35
+
1
36
## 6.0.3 (2020-07-06)
2
37
[Compare `@uirouter/angular` versions 6.0.2 and 6.0.3](https://github.com/ui-router/angular/compare/6.0.2...6.0.3)
0 commit comments