Skip to content

Commit 96d4198

Browse files
5.0.0
1 parent 505fba9 commit 96d4198

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
# 5.0.0 (2019-10-02)
2+
[Compare `@uirouter/angular` versions 4.0.0 and 5.0.0](https://github.com/ui-router/angular/compare/4.0.0...5.0.0)
3+
4+
### Bug Fixes
5+
6+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([309fc9b](https://github.com/ui-router/angular/commit/309fc9b))
7+
8+
9+
### Chores
10+
11+
* **package:** update [@uirouter/core](https://github.com/uirouter/core) and [@uirouter/rx](https://github.com/uirouter/rx) to enable support for observables in resolves ([#646](https://github.com/ui-router/angular/issues/646)) ([4661bab](https://github.com/ui-router/angular/commit/4661bab))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** Removed RXWAIT async policy (which was broken) in favor of supporting custom resolve policies. Added a custom RXWAIT policy to uirouter/rx which is included in uirouter/angular
17+
18+
---
19+
20+
### Updated `@uirouter/core` from 5.0.23 to 6.0.1
21+
[Compare `@uirouter/core` versions 5.0.23 and 6.0.1](https://github.com/ui-router/core/compare/5.0.23...6.0.1)
22+
23+
### Bug Fixes
24+
25+
* **resolve:** remove unnecessary generics from CustomAsyncPolicy ([#452](https://github.com/ui-router/core/issues/452)) ([61f4ee9](https://github.com/ui-router/core/commit/61f4ee9))
26+
* **travis:** use service: xvfb instead of launching it manually ([1271fcd](https://github.com/ui-router/core/commit/1271fcd))
27+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([ac1ef4b](https://github.com/ui-router/core/commit/ac1ef4b))
28+
29+
30+
### Features
31+
32+
* **resolve:** Remove RXWAIT async policy in favour of allowing user defined async policy function ([#366](https://github.com/ui-router/core/issues/366)) ([0ad87f6](https://github.com/ui-router/core/commit/0ad87f6))
33+
34+
35+
### BREAKING CHANGES in core
36+
37+
* **resolve:** RXWAIT async policy has been removed, but it never worked in the first place
38+
39+
---
40+
41+
42+
### Updated `@uirouter/rx` from 0.5.0 to 0.6.0
43+
[Compare `@uirouter/rx` versions 0.5.0 and 0.6.0](https://github.com/ui-router/rx/compare/0.5.0...0.6.0)
44+
45+
### Bug Fixes
46+
47+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([eace3a9](https://github.com/ui-router/rx/commit/eace3a9))
48+
49+
50+
### Features
51+
52+
* add rxwait custom async policy ([dca4929](https://github.com/ui-router/rx/commit/dca4929))
53+
* add rxwait custom async policy ([ab1aaa4](https://github.com/ui-router/rx/commit/ab1aaa4))
54+
* **package:** require uirouter/core >=6.0.0 via peerDependency ([9bacfa4](https://github.com/ui-router/rx/commit/9bacfa4))
55+
56+
57+
### BREAKING CHANGES in rx
58+
59+
* **package:** this version of uirouter/rx depends on uirouter/core version 6 and greater.
60+
Because this package now provides an async resolve policy for Observables, this package now has a peerDependency on uirouter/core version >=6.0.0
61+
162
# 4.0.0 (2019-06-14)
263
[Compare `@uirouter/angular` versions 3.0.0 and 4.0.0](https://github.com/ui-router/angular/compare/3.0.0...4.0.0)
364

package.json

+1-1
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": "4.0.0",
4+
"version": "5.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)