Skip to content

Releases: swiety85/angular2gridster

GridsterModule forRoot()

29 May 18:41
Compare
Choose a tag to compare

Features

  • allow drag item prototypes to different gridster components in different modules

BREAKING CHANGES:

  • requires .forRoot() in module import

Responsive items sizes

21 May 14:11
Compare
Choose a tag to compare

Features

v1.5.3

18 May 19:26
Compare
Choose a tag to compare

Bug Fixes

  • Make click event to be triggered on touch in drag handler (e8a6578)

v1.5.2

18 May 19:28
Compare
Choose a tag to compare

Bug Fixes

  • Remove error when adding new widgets with no responsiveOptions (275b1ca), closes #246

Allow wrapping gridster-item component with other components

16 Apr 20:05
Compare
Choose a tag to compare

Bug Fixes

  • Allow wrapping gridster-item component with other components (e6a5b3f)

v1.5.0

15 Apr 17:26
Compare
Choose a tag to compare

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

13 Apr 19:37
Compare
Choose a tag to compare

Features

  • css: use ViewEncapsultation.None in all components (06cfa7b)
  • drag: Allow gridster inside gridster (1fc10d6)

Prevent gravity of dragged element on drop

26 Mar 18:56
Compare
Choose a tag to compare

Bug Fixes

  • drag: Prevent gravity of dragged element on drop (f32144e), closes #214

Collision respolver fix

24 Mar 17:23
Compare
Choose a tag to compare

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

11 Mar 00:02
Compare
Choose a tag to compare

Bug Fixes

  • drag: Fix overlapping in different breakpoints after item resize with floating on false (a411afe)