Skip to content

Releases: tiberiuzuld/angular-gridster2

2.9.1 (2017-05-08)

08 May 12:33
Compare
Choose a tag to compare

Bug Fixes

  • fix issue that item options where not being updated on this.options.optionsChanged(); fixes #38

2.9.0 (2017-04-29)

29 Apr 20:35
Compare
Choose a tag to compare

Features

  • add displayGrid option. Shows the columns and rows of the grid. Defaults to 'onDrag&Resize'
    export type displayGrid = 'always' | 'onDrag&Resize' | 'none';

2.8.1 (2017-04-23)

23 Apr 17:16
Compare
Choose a tag to compare

Bug fixes

  • fix bug in Push that sometimes was entering in infinite loop

2.8.0 (2017-04-23)

23 Apr 09:36
Compare
Choose a tag to compare

Features

  • Should be able to resize/drag widget and push other items #11

2.7.7 (2017-04-20)

20 Apr 19:02
Compare
Choose a tag to compare

Bug Fixes

  • fix Minimum / maximum size of items stopped working #31
  • fix Element starts "flying" when dragged out of the gridster area #32
  • fix Can't resize items on Firefox #33

2.4.10 (2017-04-20)

20 Apr 19:10
Compare
Choose a tag to compare

Bug Fixes

  • fix Minimum / maximum size of items stopped working #31
  • fix Element starts "flying" when dragged out of the gridster area #32
  • fix Can't resize items on Firefox #33

2.7.6 (2017-04-13)

13 Apr 19:08
Compare
Choose a tag to compare

Bug Fixes

  • fix issue with events not being fired on widget resize & drag (#26)

2.7.5 (2017-04-13)

13 Apr 06:59
Compare
Choose a tag to compare

Updates

  • update demo to have min/max grid cols/rows options
  • update devDependencies

2.4.9 (2017-04-13)

13 Apr 19:14
Compare
Choose a tag to compare

Bug Fixes

  • fix issue with events not being fired on widget resize & drag (#26)

2.7.4 (2017-04-11)

11 Apr 19:39
Compare
Choose a tag to compare

Bug Fixes

  • options properties from GridsterConfig and GridsterItem use only those that are needed. (#24)
  • options objects like GridsterConfig and GridsterItem can have other properties which don't matter for grid. (#24)

Dev Dependencies