Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Aug 7, 2018
1 parent 1ce9517 commit a648a19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.2 (2018-08-07)
[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)


### Updated `@uirouter/react` from 0.8.3 to 0.8.4
[Compare `@uirouter/react` versions 0.8.3 and 0.8.4](https://github.com/ui-router/react/compare/0.8.3...0.8.4)

### Bug Fixes

* **uiview:** Fix uiCanExit when routing to a React.forwardRef() ([cf5c668](https://github.com/ui-router/react/commit/cf5c668))


### Features

* **UISrefActive:** pass down className ([fbb8152](https://github.com/ui-router/react/commit/fbb8152))
* **UISrefActive:** support for nested UISrefActive ([49e32e6](https://github.com/ui-router/react/commit/49e32e6))

## 0.3.1 (2018-07-20)
[Compare `@uirouter/react-hybrid` versions 0.3.0 and 0.3.1](https://github.com/ui-router/react-hybrid/compare/0.3.0...0.3.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uirouter/react-hybrid",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",
Expand Down

0 comments on commit a648a19

Please sign in to comment.