Skip to content

Commit

Permalink
Releasing 3.0.4
Browse files Browse the repository at this point in the history
Fixes targeting IE
  • Loading branch information
wa0x6e committed Jul 20, 2013
1 parent 5536e66 commit 7e3652a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.0.4 [2013-07-20]

* [Fix] Fix calendar crashing in IE when using d3.js >= v3.2.4
* [Fix] Fix overflow when adding/removing domains dynamically in IE

## v3.0.3 [2013-07-19]

* [fix] Fix `subDomainTitleFormat` not applying to subDomain with data
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.3",
"version": "3.0.4",
"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.3 (Sat Jul 20 2013 17:42:26)
/*! cal-heatmap v3.0.4 (Sat Jul 20 2013 18:04:49)
* ---------------------------------------------
* 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.3",
"version": "3.0.4",
"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 7e3652a

Please sign in to comment.