From 94bcfa8d2effcc36196de9b00c08712a4d8ee6f0 Mon Sep 17 00:00:00 2001 From: Jettro Coenradie Date: Fri, 1 Jan 2016 15:15:26 +0100 Subject: [PATCH] Prepare for 1.0 release --- README.md | 6 ++++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb31e9c..77c629b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 4c96477..1197392 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index b35c58c..eac9ce5 100644 --- a/package.json +++ b/package.json @@ -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": {