Skip to content

Commit e30fb2c

Browse files
0.3.12
1 parent b6a296d commit e30fb2c

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
## 0.3.12 (2019-10-26)
2+
[Compare `@uirouter/react-hybrid` versions 0.3.11 and 0.3.12](https://github.com/ui-router/react-hybrid/compare/0.3.11...0.3.12)
3+
4+
### Features
5+
6+
* Allow React functional components ([#331](https://github.com/ui-router/react-hybrid/issues/331)) ([b6a296d](https://github.com/ui-router/react-hybrid/commit/b6a296d))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 5.0.23 to 6.0.1
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
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 ([1271fcd](https://github.com/ui-router/core/commit/1271fcd))
24+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([ac1ef4b](https://github.com/ui-router/core/commit/ac1ef4b))
25+
26+
27+
### Features
28+
29+
* **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))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* **resolve:** RXWAIT async policy has been removed, but it never worked in the first place
35+
36+
37+
---
38+
39+
40+
### Updated `@uirouter/react` from 0.8.9 to 0.8.10
41+
42+
43+
Changelog for `@uirouter/react`:
44+
45+
46+
[Compare `@uirouter/react` versions 0.8.9 and 0.8.10](https://github.com/ui-router/react/compare/0.8.9...0.8.10)
47+
48+
### Bug Fixes
49+
50+
* **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([07e6fb6](https://github.com/ui-router/react/commit/07e6fb6))
51+
52+
53+
### Features
54+
55+
* **package:** fixes to support React.StrictMode ([#512](https://github.com/ui-router/react/issues/512)) ([cd8777a](https://github.com/ui-router/react/commit/cd8777a))
56+
57+
58+
---
59+
60+
61+
### Updated `@uirouter/angularjs` from 1.0.22 to 1.0.23
62+
63+
64+
Changelog for `@uirouter/angularjs`:
65+
66+
67+
[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)
68+
69+
### Bug Fixes
70+
71+
* **stateFilters:** Export each function individually ([978b882](https://github.com/angular-ui/ui-router/commit/978b882))
72+
* **travis:** Fix travis build ([dc0f58a](https://github.com/angular-ui/ui-router/commit/dc0f58a))
73+
* **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))
74+
* **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))
75+
176
## 0.3.11 (2019-10-08)
277
[Compare `@uirouter/react-hybrid` versions 0.3.10 and 0.3.11](https://github.com/ui-router/react-hybrid/compare/0.3.10...0.3.11)
378

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-hybrid",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"scripts": {
55
"clean": "shx rm -rf lib lib-esm _bundles",
66
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",

0 commit comments

Comments
 (0)