Releases: swiety85/angular2gridster
Releases · swiety85/angular2gridster
GridsterModule forRoot()
Features
- allow drag item prototypes to different gridster components in different modules
BREAKING CHANGES:
- requires .forRoot() in module import
v1.5.3
Bug Fixes
- Make click event to be triggered on touch in drag handler (e8a6578)
v1.5.2
Bug Fixes
- Remove error when adding new widgets with no responsiveOptions (275b1ca), closes #246
Allow wrapping gridster-item component with other components
Bug Fixes
- Allow wrapping gridster-item component with other components (e6a5b3f)
v1.5.0
Bug Fixes
- drag: Fix error on prototype drag start (90ade55)
- Enabling scrolling in demo dashboard (80326f8)
- prevent changing bindings in gridster items on gridster destroy (982cc53)
- drag: Remove restriction about dragging items down/right (3e596c5), closes #228
Features
- api: extend "change" event object to have isNew and oldValues (4e5d541), closes #191
- config: Add option lines.always to always show grid lines (07c1512), closes #227
Gridster inside gridster
Features
- css: use ViewEncapsultation.None in all components (06cfa7b)
- drag: Allow gridster inside gridster (1fc10d6)
Prevent gravity of dragged element on drop
Bug Fixes
- drag: Prevent gravity of dragged element on drop (f32144e), closes #214
Collision respolver fix
Bug Fixes
- drag: Fix problem with resolving collision with gridster gravity on false (8d8f6a4), closes #209
Fixing bug fix - overlapping items with floating on false
Bug Fixes
- drag: Fix overlapping in different breakpoints after item resize with floating on false (a411afe)