Skip to content

Commit

Permalink
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v3.3.5 [2013-10-16]

* [new] Add `highlight()` method to change highlighted date after calendar initialization
* [new] CSV files works out-of-the-box, as long as the first 2 columns are the timestamp and value.
* [change] Fatal errors throws errors intead of a simply console.log()
* [fix] Fix bug when trying to load plain text file as datasource
* More test and code improvement

## v3.3.4 [2013-10-10]

* [fix] Fix #47: Increase d3 version dependency
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ module.exports = function(grunt) {
coberturaReport: "report/"
}
},
all: ["test/index-amd.html", "test/index.html"]
all: ["test/*.html"]
},
concat: {
options: {

0 comments on commit 87fbf36

Please sign in to comment.