Skip to content

Commit eb6f791

Browse files
0.3.10
1 parent b3f0def commit eb6f791

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 0.3.10 (2019-02-03)
2+
[Compare `@uirouter/react-hybrid` versions 0.3.9 and 0.3.10](https://github.com/ui-router/react-hybrid/compare/0.3.9...0.3.10)
3+
4+
5+
### Updated `@uirouter/core` from 5.0.21 to 5.0.23
6+
[Compare `@uirouter/core` versions 5.0.21 and 5.0.23](https://github.com/ui-router/core/compare/5.0.21...5.0.23)
7+
8+
### Bug Fixes
9+
10+
* **lazyLoad:** StateBuilder should not mutate the state declaration ([1478a3c](https://github.com/ui-router/core/commit/1478a3c)), closes [/github.com/ui-router/core/commit/3cd5a2a#r31260154](https://github.com//github.com/ui-router/core/commit/3cd5a2a/issues/r31260154)
11+
* **state:** Update URL in response to ignored transition due to redirect ([c64c252](https://github.com/ui-router/core/commit/c64c252))
12+
* **test_downstream_projects:** don't double build core while testing downstreams ([148b16b](https://github.com/ui-router/core/commit/148b16b))
13+
* **typescript:** Fix typing of onChange callback in UrlService ([961ed0f](https://github.com/ui-router/core/commit/961ed0f)), closes [#229](https://github.com/ui-router/core/issues/229)
14+
* **typescript:** Mark `params` as optional in StateService.href ([614bfb4](https://github.com/ui-router/core/commit/614bfb4)), closes [#287](https://github.com/ui-router/core/issues/287)
15+
* **vanilla:** Fix baseHref parsing with chrome-extension:// urls ([f11be4d](https://github.com/ui-router/core/commit/f11be4d)), closes [#304](https://github.com/ui-router/core/issues/304)
16+
17+
18+
### Features
19+
20+
* **TransitionHook:** Pass in transition to HookMatchCriteria ([#255](https://github.com/ui-router/core/issues/255)) ([926705e](https://github.com/ui-router/core/commit/926705e))
21+
22+
23+
### Updated `@uirouter/react` from 0.8.7 to 0.8.9
24+
[Compare `@uirouter/react` versions 0.8.7 and 0.8.9](https://github.com/ui-router/react/compare/0.8.7...0.8.9)
25+
26+
27+
### Updated `@uirouter/angularjs` from 1.0.20 to 1.0.22
28+
[Compare `@uirouter/angularjs` versions 1.0.20 and 1.0.22](https://github.com/angular-ui/ui-router/compare/1.0.20...1.0.22)
29+
130
## 0.3.9 (2018-11-15)
231
[Compare `@uirouter/react-hybrid` versions 0.3.8 and 0.3.9](https://github.com/ui-router/react-hybrid/compare/0.3.8...0.3.9)
332

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.9",
3+
"version": "0.3.10",
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)