Update changes section of readme.

This commit is contained in:
d 2016-02-19 11:26:33 -05:00
parent ff15070de0
commit 56b4c7f12c

View file

@ -822,10 +822,12 @@ Changes
#### v0.2.5-dev (Development version)
- update names to respect js naming convention
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs)
- update names to respect js naming convention.
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).
- add `maxWidth`/`maxHeight` methods.
- add `enableMove`/`enableResize` methods.
- fix window resize issue #331.
- add options `disableDrag` and `disableResize`.
#### v0.2.4 (2016-02-15)