@@ -138,7 +138,7 @@ also now cache each column layout so you can go back to say 12 column and not lo
138
138
- ` 'auto' ` value for ` cellHeight ` option
139
139
- fix ` setStatic ` method
140
140
- add ` setAnimation ` method to API
141
- - add ` setGridWidth ` method ([ #227 ] ( https://github.com/gridstack/gridstack.js/issues/227 ) )
141
+ - add ` setColumn ` method ([ #227 ] ( https://github.com/gridstack/gridstack.js/issues/227 ) )
142
142
- add ` removable ` /` removeTimeout ` * (experimental)*
143
143
- add ` detachGrid ` parameter to ` destroy ` method ([ #216 ] ( https://github.com/gridstack/gridstack.js/issues/216 ) ) (thanks @jhpedemonte )
144
144
- add ` useOffset ` parameter to ` getCellFromPixel ` method ([ #237 ] ( https://github.com/gridstack/gridstack.js/issues/237 ) )
@@ -149,45 +149,45 @@ also now cache each column layout so you can go back to say 12 column and not lo
149
149
## v0.2.4 (2016-02-15)
150
150
151
151
- fix closure compiler/linter warnings
152
- - add ` static_grid ` option.
153
- - add ` min_width ` /` min_height ` methods (Thanks to @cvillemure )
152
+ - add ` staticGrid ` option.
153
+ - add ` minWidth ` /` minHeight ` methods (Thanks to @cvillemure )
154
154
- add ` destroy ` method (Thanks to @zspitzer )
155
- - add ` placeholder_text ` option (Thanks to @slauyama )
156
- - add ` handle_class ` option.
157
- - add ` make_widget ` method.
155
+ - add ` placeholderText ` option (Thanks to @slauyama )
156
+ - add ` handleClass ` option.
157
+ - add ` makeWidget ` method.
158
158
- lodash v 4.x support (Thanks to @andrewr88 )
159
159
160
160
## v0.2.3 (2015-06-23)
161
161
162
162
- gridstack-extra.css
163
163
- add support of lodash.js
164
- - add ` is_area_empty ` method
164
+ - add ` isAreaEmpty ` method
165
165
- nested grids
166
- - add ` batch_update ` /` commit ` methods
166
+ - add ` batchUpdate ` /` commit ` methods
167
167
- add ` update ` method
168
168
- allow to override ` resizable ` /` draggable ` options
169
169
- add ` disable ` /` enable ` methods
170
- - add ` get_cell_from_pixel ` (thanks to @juchi )
170
+ - add ` getCellFromPixel ` (thanks to @juchi )
171
171
- AMD support
172
172
- fix nodes sorting
173
173
- improved touch devices support
174
- - add ` always_show_resize_handle ` option
174
+ - add ` alwaysShowResizeHandle ` option
175
175
- minor fixes and improvements
176
176
177
177
## v0.2.2 (2014-12-23)
178
178
179
179
- fix grid initialization
180
- - add ` cell_height ` /` cell_width ` API methods
180
+ - add ` cellHeight ` /` cellWidth ` API methods
181
181
- fix boolean attributes ([ #31 ] ( https://github.com/gridstack/gridstack.js/issues/31 ) )
182
182
183
183
## v0.2.1 (2014-12-09)
184
184
185
185
- add widgets locking ([ #19 ] ( https://github.com/gridstack/gridstack.js/issues/19 ) )
186
- - add ` will_it_fit ` API method
186
+ - add ` willItFit ` API method
187
187
- fix auto-positioning ([ #20 ] ( https://github.com/gridstack/gridstack.js/issues/20 ) )
188
188
- add animation (thanks to @ishields )
189
189
- fix ` y ` coordinate calculation when dragging ([ #18 ] ( https://github.com/gridstack/gridstack.js/issues/18 ) )
190
- - fix ` remove_widget ` ([ #16 ] ( https://github.com/gridstack/gridstack.js/issues/16 ) )
190
+ - fix ` removeWidget ` ([ #16 ] ( https://github.com/gridstack/gridstack.js/issues/16 ) )
191
191
- minor fixes
192
192
193
193
@@ -196,7 +196,7 @@ also now cache each column layout so you can go back to say 12 column and not lo
196
196
- add ` height ` option
197
197
- auto-generate css rules (widgets ` height ` and ` top ` )
198
198
- add ` GridStackUI.Utils.sort ` utility function
199
- - add ` remove_all ` API method
199
+ - add ` removeAll ` API method
200
200
- add ` resize ` and ` move ` API methods
201
201
- add ` resizable ` and ` movable ` API methods
202
202
- add ` data-gs-no-move ` attribute
0 commit comments