Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 15, 2018
1 parent ab4edcb commit 690ebd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.8 (2018-11-15)
[Compare `@uirouter/react-hybrid` versions 0.3.7 and 0.3.8](https://github.com/ui-router/react-hybrid/compare/0.3.7...0.3.8)

### Bug Fixes

* **Portal:** Support creating portals for multiple nested UIViews ([ab4edcb](https://github.com/ui-router/react-hybrid/commit/ab4edcb))


### Features

* Add debugLog mechanism ([94fe097](https://github.com/ui-router/react-hybrid/commit/94fe097))
* Tweak debugLog output into columns ([ac0dda2](https://github.com/ui-router/react-hybrid/commit/ac0dda2))

## 0.3.7 (2018-11-08)
[Compare `@uirouter/react-hybrid` versions 0.3.6 and 0.3.7](https://github.com/ui-router/react-hybrid/compare/0.3.6...0.3.7)

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.7",
"version": "0.3.8",
"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 690ebd8

Please sign in to comment.