Skip to content

Commit c836c07

Browse files
2.0.0
1 parent 241dff4 commit c836c07

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 2.0.0 (2018-05-09)
2+
[Compare `@uirouter/angular` versions 1.1.0 and 2.0.0](https://github.com/ui-router/angular/compare/1.1.0...2.0.0)
3+
4+
### Features
5+
6+
* **angular:** Drop Angular v4 support, add Angular v6 support ([cdf0273](https://github.com/ui-router/angular/commit/cdf0273)), closes [#301](https://github.com/ui-router/angular/issues/301)
7+
* **core:** Update core to 5.0.19, rx to 0.5.0 ([be6de0d](https://github.com/ui-router/angular/commit/be6de0d))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **angular:** RxJS v6 and Angular v5 or higher is now required to use this package.
13+
14+
If using Angular v5, you should update to `"rxjs": "^6.0.0"` and also add `"rxjs-compat": "^6.0.0"`.
15+
16+
17+
### Updated `@uirouter/core` from 5.0.18 to 5.0.19
18+
[Compare `@uirouter/core` versions 5.0.18 and 5.0.19](https://github.com/ui-router/core/compare/5.0.18...5.0.19)
19+
20+
### Bug Fixes
21+
22+
* **enums:** Workaround angular compiler export issue https://github.com/angular/angular/issues/23759 ([38d25fa](https://github.com/ui-router/core/commit/38d25fa))
23+
124
# 1.1.0 (2018-05-03)
225
[Compare `@uirouter/angular` versions 1.0.1 and 1.1.0](https://github.com/ui-router/angular/compare/1.0.1...1.1.0)
326

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.1.0",
4+
"version": "2.0.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles _doc",
77
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)