Skip to content

Commit be53117

Browse files
7.0.0
1 parent 56bd176 commit be53117

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
136
## 6.0.3 (2020-07-06)
237
[Compare `@uirouter/angular` versions 6.0.2 and 6.0.3](https://github.com/ui-router/angular/compare/6.0.2...6.0.3)
338

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular",
44
"description": "State-based routing for Angular",
5-
"version": "6.0.3",
5+
"version": "7.0.0",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)