Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 098ee81

Browse files
committed
v0.5.0
1 parent 2806031 commit 098ee81

File tree

3 files changed

+5
-45
lines changed

3 files changed

+5
-45
lines changed

build.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "react charting components using the chartjs lib",
55
"main": "index.js",
66
"scripts": {

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## v0.5.0 - February 23rd, 2015
4+
- Added a ```getChart``` method on the chart components to return the chartjs object
5+
- Added a ```getCanvass``` method on the chart components to return the canvass DOM element
6+
37
## v0.4.0 - February 7th, 2015
48
- Added Chart.js as a peer dependency (thanks @pghalliday)
59

0 commit comments

Comments
 (0)