diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ece91c7..e924589e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]