Skip to content

Releases: gridstack/gridstack.js

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