Skip to content

Commit bccc309

Browse files
0.3.3
1 parent a98d0eb commit bccc309

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.3 (2018-08-09)
2+
[Compare `@uirouter/react-hybrid` versions 0.3.2 and 0.3.3](https://github.com/ui-router/react-hybrid/compare/0.3.2...0.3.3)
3+
4+
5+
### Updated `@uirouter/react` from 0.8.4 to 0.8.5
6+
[Compare `@uirouter/react` versions 0.8.4 and 0.8.5](https://github.com/ui-router/react/compare/0.8.4...0.8.5)
7+
8+
### Features
9+
10+
* **UISref:** Call child element's onClick prop first, if it exists ([095a90d](https://github.com/ui-router/react/commit/095a90d)), closes [#240](https://github.com/ui-router/react/issues/240)
11+
112
## 0.3.2 (2018-08-07)
213
[Compare `@uirouter/react-hybrid` versions 0.3.1 and 0.3.2](https://github.com/ui-router/react-hybrid/compare/0.3.1...0.3.2)
314

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