Skip to content

Commit

Permalink
1.8.0 release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
krissalvador27 authored Jan 22, 2019
1 parent 48b2478 commit 7e97e4c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.8.0 (2018-12-21)

- [#139](https://github.com/spotify/reactochart/pull/139)
Update x and y axis to have onMouseEnterAxis, onMouseLeaveAxis, onMouseMoveAxis and onMouseClickAxis

## 1.7.0 (2018-12-21)

[Warning]: To those using the recent labelStyle function accessor prop, the function signature now returns
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
</div>

<div class="container-fluid" id="container">Loading...</div>
<script type="text/javascript" src="bundle.a49a994c2e63db7b2ec5.js"></script></body>
<script type="text/javascript" src="bundle.eb42510a6c3e98669dce.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"contributors": [
"Kris Salvador <[email protected]>"
],
"version": "1.7.0",
"version": "1.8.0",
"main": "index.js",
"files": [
"*.js",
Expand Down

0 comments on commit 7e97e4c

Please sign in to comment.