Skip to content

Commit dcfef76

Browse files
0.8.10
1 parent 1a7b510 commit dcfef76

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## 0.8.10 (2019-10-10)
2+
[Compare `@uirouter/react` versions 0.8.9 and 0.8.10](https://github.com/ui-router/react/compare/0.8.9...0.8.10)
3+
4+
### Bug Fixes
5+
6+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([07e6fb6](https://github.com/ui-router/react/commit/07e6fb6))
7+
8+
9+
### Features
10+
11+
* **package:** fixes to support React.StrictMode ([#512](https://github.com/ui-router/react/issues/512)) ([cd8777a](https://github.com/ui-router/react/commit/cd8777a))
12+
13+
14+
---
15+
16+
17+
### Updated `@uirouter/core` from 5.0.23 to 6.0.1
18+
19+
20+
Changelog for `@uirouter/core`:
21+
22+
23+
[Compare `@uirouter/core` versions 5.0.23 and 6.0.1](https://github.com/ui-router/core/compare/5.0.23...6.0.1)
24+
25+
### Bug Fixes
26+
27+
* **resolve:** remove unnecessary generics from CustomAsyncPolicy ([#452](https://github.com/ui-router/core/issues/452)) ([61f4ee9](https://github.com/ui-router/core/commit/61f4ee9))
28+
* **travis:** use service: xvfb instead of launching it manually ([1271fcd](https://github.com/ui-router/core/commit/1271fcd))
29+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([ac1ef4b](https://github.com/ui-router/core/commit/ac1ef4b))
30+
31+
32+
### Features
33+
34+
* **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))
35+
36+
37+
### BREAKING CHANGES
38+
39+
* **resolve:** RXWAIT async policy has been removed, but it never worked in the first place
40+
141
## 0.8.9 (2019-01-29)
242
[Compare `@uirouter/react` versions 0.8.8 and 0.8.9](https://github.com/ui-router/react/compare/0.8.8...0.8.9)
343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)