Skip to content

Commit 6ae76a6

Browse files
9.0.0
1 parent 3811571 commit 6ae76a6

2 files changed

Lines changed: 73 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
# 9.0.0 (2019-10-02)
2+
[Compare `@uirouter/angular-hybrid` versions 8.0.0 and 9.0.0](https://github.com/ui-router/angular-hybrid/compare/8.0.0...9.0.0)
3+
4+
### Bug Fixes
5+
6+
* **travis:** remove explicit call to xvfb ([3b124cc](https://github.com/ui-router/angular-hybrid/commit/3b124cc))
7+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([e85f678](https://github.com/ui-router/angular-hybrid/commit/e85f678))
8+
9+
10+
### Features
11+
12+
* update ui-router/angular dependency that supports angular 8 ([b97af69](https://github.com/ui-router/angular-hybrid/commit/b97af69))
13+
14+
15+
---
16+
17+
### Updated `@uirouter/core` from 5.0.23 to 6.0.1
18+
[Compare `@uirouter/core` versions 5.0.23 and 6.0.1](https://github.com/ui-router/core/compare/5.0.23...6.0.1)
19+
20+
### Bug Fixes
21+
22+
* **resolve:** remove unnecessary generics from CustomAsyncPolicy ([#452](https://github.com/ui-router/core/issues/452)) ([61f4ee9](https://github.com/ui-router/core/commit/61f4ee9))
23+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([ac1ef4b](https://github.com/ui-router/core/commit/ac1ef4b))
24+
25+
26+
### Features
27+
28+
* **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))
29+
30+
31+
### BREAKING CHANGES
32+
33+
* **resolve:** RXWAIT async policy has been removed, but it never worked in the first place
34+
35+
36+
---
37+
38+
### Updated `@uirouter/angular` from 3.0.0 to 5.0.0
39+
[Compare `@uirouter/angular` versions 3.0.0 and 5.0.0](https://github.com/ui-router/angular/compare/3.0.0...5.0.0)
40+
41+
### Bug Fixes
42+
43+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([309fc9b](https://github.com/ui-router/angular/commit/309fc9b))
44+
45+
46+
### Chores
47+
48+
* **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))
49+
50+
51+
### Features
52+
53+
* **uirouter:** Add support for Angular 8 ([c141d95](https://github.com/ui-router/angular/commit/c141d95))
54+
55+
56+
### BREAKING CHANGES
57+
58+
* **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
59+
60+
---
61+
62+
63+
### Updated `@uirouter/angularjs` from 1.0.22 to 1.0.23
64+
[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)
65+
66+
### Bug Fixes
67+
68+
* **stateFilters:** Export each function individually ([978b882](https://github.com/angular-ui/ui-router/commit/978b882))
69+
* **travis:** Fix travis build ([dc0f58a](https://github.com/angular-ui/ui-router/commit/dc0f58a))
70+
* **types:** Remove [@types](https://github.com/types)/jquery from devDependencies, upgrade [@types](https://github.com/types)/angular ([b12bc84](https://github.com/angular-ui/ui-router/commit/b12bc84))
71+
* **viewDirective:** add check for componentProvider, avoid extra trigger for $onInit (fixing [#3735](https://github.com/angular-ui/ui-router/issues/3735)) ([#3779](https://github.com/angular-ui/ui-router/issues/3779)) ([c3e87ad](https://github.com/angular-ui/ui-router/commit/c3e87ad))
72+
173
# 8.0.0 (2019-06-25)
274
[Compare `@uirouter/angular-hybrid` versions 7.0.0 and 8.0.0](https://github.com/ui-router/angular-hybrid/compare/7.0.0...8.0.0)
375

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/angular-hybrid",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"scripts": {
55
"example": "cd example && npm i && npm start",
66
"clean": "shx rm -rf lib _bundles",

0 commit comments

Comments
 (0)