From 56b4c7f12cbc009788e5ffdd9f8875bfb0efc15d Mon Sep 17 00:00:00 2001 From: d Date: Fri, 19 Feb 2016 11:26:33 -0500 Subject: [PATCH] Update changes section of readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98a4b65..9c13370 100644 --- a/README.md +++ b/README.md @@ -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)