Merge pull request #337 from radiolips/bugfix/331/keep-disabled

Update changes section of readme.
This commit is contained in:
radiolips 2016-02-19 11:27:43 -05:00
commit f5311ec8d0

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)