@@ -7,6 +7,7 @@ Change log
7
7
8
8
- [ v0.3.0 (2017-04-21)] ( #v030-2017-04-21 )
9
9
- [ v0.2.6 (2016-08-17)] ( #v026-2016-08-17 )
10
+ - [ v0.2.5 (2016-03-02)] ( #v025-2016-03-02 )
10
11
- [ v0.2.4 (2016-02-15)] ( #v024-2016-02-15 )
11
12
- [ v0.2.3 (2015-06-23)] ( #v023-2015-06-23 )
12
13
- [ v0.2.2 (2014-12-23)] ( #v022-2014-12-23 )
@@ -41,6 +42,28 @@ Change log
41
42
- fix code that checks for jquery-ui ([ #481 ] ( https://github.com/troolee/gridstack.js/issues/481 ) ).
42
43
- fix ` cellWidth ` calculation on empty grid
43
44
45
+ ## v0.2.5 (2016-03-02)
46
+
47
+ - update names to respect js naming convention.
48
+ - ` cellHeight ` and ` verticalMargin ` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs ).
49
+ - add ` maxWidth ` /` maxHeight ` methods.
50
+ - add ` enableMove ` /` enableResize ` methods.
51
+ - fix window resize issue #331 .
52
+ - add options ` disableDrag ` and ` disableResize ` .
53
+ - fix ` batchUpdate ` /` commit ` (Thank to @radiolips )
54
+ - remove dependency of FontAwesome
55
+ - RTL support
56
+ - ` 'auto' ` value for ` cellHeight ` option
57
+ - fix ` setStatic ` method
58
+ - add ` setAnimation ` method to API
59
+ - add ` setGridWidth ` method ([ #227 ] ( https://github.com/troolee/gridstack.js/issues/227 ) )
60
+ - add ` removable ` /` removeTimeout ` * (experimental)*
61
+ - add ` detachGrid ` parameter to ` destroy ` method ([ #216 ] ( https://github.com/troolee/gridstack.js/issues/216 ) ) (thanks @jhpedemonte )
62
+ - add ` useOffset ` parameter to ` getCellFromPixel ` method ([ #237 ] ( https://github.com/troolee/gridstack.js/issues/237 ) )
63
+ - add ` minWidth ` , ` maxWidth ` , ` minHeight ` , ` maxHeight ` , ` id ` parameters to ` addWidget ` ([ #188 ] ( https://github.com/troolee/gridstack.js/issues/188 ) )
64
+ - add ` added ` and ` removed ` events for when a widget is added or removed, respectively. ([ #54 ] ( https://github.com/troolee/gridstack.js/issues/54 ) )
65
+ - add ` acceptWidgets ` parameter. Widgets can now be draggable between grids or from outside * (experimental)*
66
+
44
67
## v0.2.4 (2016-02-15)
45
68
46
69
- fix closure compiler/linter warnings
0 commit comments