This commit is contained in:
Olly Smith 2013-05-12 17:20:45 +01:00
parent 8493b6ec25
commit b98ae8ab1d
4 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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)

View File

@ -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",

View File

@ -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": {