Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 7, 2013
1 parent b02600c commit 46f8464
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

## v3.3.0 [2013-]
## v3.3.0 [2013-10-07]

* [change] `setLegend()` now takes a legend threshold array as first argument, and a color array as second argument
* [new] Add `jumpTo()` method to scroll the calendar to the specified date
* [new] `setLegend()` will redraw the legend if some of its settings (cellSize/padding, position, etc ...) were changed
* [new] Add `legendColors` setting, to dynamically control the heatmap colors
* [new] Add `showLegend()` and `removeLegend()` methods
* [new] `next()` and `previous()` now takes an argument, to scroll multiple domains at once
* [new] Add `legendOrientation` setting
* [new] Add `rowLimit` and `colLimit` setting to control the number of columns and rows in a domain
* [fix] Fix #37: two days get summed
* [change] All invalid data (not a number) will be ignored
* [change] `setLegend()` now takes a legend threshold array as first argument, and a color array as second argument


## v3.2.1 [2013-09-17]

Expand Down

0 comments on commit 46f8464

Please sign in to comment.