Skip to content

Commit

Permalink
1.7.0 release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
krissalvador27 authored Jan 9, 2019
1 parent 70cd8f3 commit 348f095
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.7.0 (2018-12-21)

[Warning]: To those using the recent labelStyle function accessor prop, the function signature now returns
an object containing { text, x, y, height, value } as opposed to just the text

- [#136](https://github.com/spotify/reactochart/pull/136) Update labelStyle accessor to return more useful label information. Upgrade webpack-dev-server to fix security issue.

## 1.6.0 (2018-12-21)

- [#134](https://github.com/spotify/reactochart/pull/134)
Expand Down
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.6.0",
"version": "1.7.0",
"main": "index.js",
"files": [
"*.js",
Expand Down

0 comments on commit 348f095

Please sign in to comment.