diff --git a/Makefile b/Makefile deleted file mode 100644 index 19a9196..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: morris.min.js - -morris.js: morris.coffee - coffee -c morris.coffee - -morris.min.js: morris.js - uglifyjs morris.js > morris.min.js - -clean: - rm -f morris.js morris.min.js diff --git a/README.md b/README.md index 2c3290d..474d2cc 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog +### 0.4.3 - 12th May 2013 + +- Fix flickering hover box [#186](https://github.com/oesmith/morris.js/issues/186) +- xLabelAngle option (diagonal labels!!) [#239](https://github.com/oesmith/morris.js/issues/239) +- Fix area chart fill bug [#190](https://github.com/oesmith/morris.js/issues/190) +- Make event handlers chainable +- gridTextFamily and gridTextWeight options +- Fix hovers with setData [#213](https://github.com/oesmith/morris.js/issues/213) +- Fix hideHover behaviour [#236](https://github.com/oesmith/morris.js/issues/236) + ### 0.4.2 - 14th April 2013 - Fix DST handling [#191](https://github.com/oesmith/morris.js/issues/191) diff --git a/component.json b/component.json index c8c3728..eb22686 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "morris.js", - "version": "0.4.1", + "version": "0.4.3", "main": ["./morris.js", "./morris.css"], "dependencies": { "jquery": ">= 1.7.2", diff --git a/package.json b/package.json index 682bf4f..7948066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "morris.js", - "version": "0.4.1", + "version": "0.4.3", "homepage": "http://oesmith.github.com/morris.js", "description": "Easy, pretty charts", "author": {