Skip to content

Releases: gridstack/gridstack.js

v0.2.5

03 Mar 04:43
Compare
Choose a tag to compare
  • 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.
  • fix batchUpdate/commit (Thank to @radiolips)
  • remove dependency of FontAwesome
  • RTL support
  • 'auto' value for cellHeight option
  • fix setStatic method
  • add setAnimation method to API
  • add setGridWidth method (#227)
  • add removable/removeTimeout (experimental)
  • add detachGrid parameter to destroy method (#216) (thanks @jhpedemonte)
  • add useOffset parameter to getCellFromPixel method (#237)
  • add minWidth, maxWidth, minHeight, maxHeight, id parameters to addWidget (#188)
  • add added and removed events for when a widget is added or removed, respectively. (#54)
  • add acceptWidgets parameter. Widgets can now be draggable between grids or from outside (experimental)

v0.2.4

15 Feb 17:33
Compare
Choose a tag to compare
  • fix closure compiler/linter warnings
  • add static_grid option.
  • add min_width/min_height methods (Thanks to @cvillemure)
  • add destroy method (Thanks to @zspitzer)
  • add placeholder_text option (Thanks to @slauyama)
  • add handle_class option.
  • add make_widget method.
  • lodash v 4.x support (Thanks to Andy Robbins)

v0.2.3

23 Jun 07:10
Compare
Choose a tag to compare
  • gridstack-extra.css
  • add support of lodash.js
  • add is_area_empty method
  • nested grids
  • add batch_update/commit methods
  • add update method
  • allow to override resizable/draggable options
  • add disable/enable methods
  • add get_cell_from_pixel (thanks to @juchi)
  • AMD support
  • fix nodes sorting
  • improved touch devices support
  • add always_show_resize_handle option
  • minor fixes and improvements

v0.2.2

24 Dec 00:23
Compare
Choose a tag to compare
  • fix grid initialization
  • add cell_height/cell_width API methods
  • fix boolean attributes (issue #31)

v0.2.1

09 Dec 22:47
Compare
Choose a tag to compare
  • add widgets locking (issue #19)
  • add will_it_fit API method
  • fix auto-positioning (issue #20)
  • add animation (thanks to @ishields)
  • fix y coordinate calculation when dragging (issue #18)
  • fix remove_widget (issue #16)
  • minor fixes

v0.2.0

30 Nov 19:06
Compare
Choose a tag to compare

Changes

  • add height option
  • auto-generate css rules (widgets height and top)
  • add GridStackUI.Utils.sort utility function
  • add remove_all API method
  • add resize and move API methods
  • add resizable and movable API methods
  • add data-gs-no-move attribute
  • add float option
  • fix default css rule for inner content
  • minor fixes

v0.1.0

19 Nov 03:16
Compare
Choose a tag to compare

Very first version