Skip to content

Commit

Permalink
Releasing 3.0.6 with dynamic domain width/height
Browse files Browse the repository at this point in the history
Fix #27
  • Loading branch information
wa0x6e committed Jul 24, 2013
1 parent d42b8f0 commit a83fb89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.0.6 [2013-07-24]

* [fix] Bring back the dynamic domain width/height
* [fix] Fix `day` subdomains displaying garbage when using domain other than `month`
* [new] Add `domainDynamicDimension` to disable dynamic domain width/height (default: true)

## v3.0.5 [2013-07-23]

* [fix] Fix domain month when using day subDomain
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": "cal-heatmap",
"version": "3.0.5",
"version": "3.0.6",
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": "~v3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! cal-heatmap v3.0.5 (Wed Jul 24 2013 15:54:26)
/*! cal-heatmap v3.0.6 (Wed Jul 24 2013 15:58:23)
* ---------------------------------------------
* Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data, a la github contribution graph
* https://github.com/kamisama/cal-heatmap
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "3.0.5",
"version": "3.0.6",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data, a la github contribution graph",
"keywords": [
"calendar",
Expand Down

0 comments on commit a83fb89

Please sign in to comment.