You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
41
## 0.8.9 (2019-01-29)
2
42
[Compare `@uirouter/react` versions 0.8.8 and 0.8.9](https://github.com/ui-router/react/compare/0.8.8...0.8.9)
0 commit comments