Releases: tiberiuzuld/angular-gridster2
Releases · tiberiuzuld/angular-gridster2
2.9.1 (2017-05-08)
Bug Fixes
- fix issue that item options where not being updated on
this.options.optionsChanged();
fixes #38
2.9.0 (2017-04-29)
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)
Bug fixes
- fix bug in Push that sometimes was entering in infinite loop
2.8.0 (2017-04-23)
Features
- Should be able to resize/drag widget and push other items #11
2.7.7 (2017-04-20)
2.4.10 (2017-04-20)
2.7.6 (2017-04-13)
Bug Fixes
- fix issue with events not being fired on widget resize & drag (#26)
2.7.5 (2017-04-13)
Updates
- update demo to have min/max grid cols/rows options
- update devDependencies
2.4.9 (2017-04-13)
Bug Fixes
- fix issue with events not being fired on widget resize & drag (#26)
2.7.4 (2017-04-11)
Bug Fixes
- options properties from
GridsterConfig
andGridsterItem
use only those that are needed. (#24) - options objects like
GridsterConfig
andGridsterItem
can have other properties which don't matter for grid. (#24)
Dev Dependencies
- update
[email protected]