Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Jan 1, 2016
1 parent 4d4a282 commit 94bcfa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ In the end you just need one file in your project: c3-angular.min.js

## Version History

### 1.0 Upcoming
SOme final functionalities for the initial release. Want to add click events on the legend and maybe some other features.
### 1.0
Squashed a number of bugs, some of them related to tick formatting of timeseries data.

Added the click and mouse events on the legend.

Bigger refactoring to the structure of the source code and a big change to the examples.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c3-angular",
"version": "0.7.1",
"version": "1.0",
"homepage": "https://github.com/jettro/c3-angular-sample",
"authors": [
"Jettro Coenradie <[email protected]>"
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": "c3-angular",
"version": "0.7.1",
"version": "1.0.0",
"description": "An angularjs directive to integrate c3.js within your angularjs project.",
"main": "c3-angular.min.js",
"directories": {
Expand Down

0 comments on commit 94bcfa8

Please sign in to comment.