Skip to content

Releases: swiety85/angular2gridster

Console log amnesia

11 Mar 00:01
Compare
Choose a tag to compare

Bug Fixes

  • remove forgoten console.log (4d4a61a)

Drag fixes and improvements

10 Mar 23:31
Compare
Choose a tag to compare

Bug Fixes

  • deeps: Add missing RxJs dependencies (f675e66)
  • Hide grid lines on item drag out (49294c2), closes #173
  • drag: Fix overlapping in different breakpoints after item resize with floating on false (09b7e94), closes #194
  • drag: Fix overlapping in different breakpoints after item resize with floating on false (0258d5d)
  • drag: Prevent moving item to negative position (0265244), closes #174
  • drag: Solve problem with dropping items in single lane (624a9fe), closes #183

Features

  • demo: Add reset widgets button (0338921)
  • Add new option gristerOptions.lines.backgroundColor

Fix initial items definition

02 Feb 22:37
Compare
Choose a tag to compare

Bug Fixes

  • Define _items initially (400c4b9), closes #187
  • Update readme.md with info about coords with responsiveOptions set (b8f2227)

Display grid lines

01 Jan 14:00
Compare
Choose a tag to compare

Bug Fixes

  • config: correct applying dragAndDrop and resizable options on init (acfbd58), closes #163
  • gridster: add missing unsubscribe (6083508)
  • error when lazy loading widgets (611e56f), closes #165
  • Fix lint errors and extend lint script (f61d42a)

Features

  • display grid lines on drag and resize (d9440bb)

Fix resize binding

13 Dec 22:57
Compare
Choose a tag to compare

Bug Fixes

  • demo: fix wrong item position on prototype drop (dde685c)
  • drag: Fix exceptions when dropping item prototype with touch devices (8053e01)
  • resize: Fix initial bindings, when new item without data is added. (7e0d0db), closes #158

Features

  • demo: Add "Remove all widgets" button to demo page (aad2c09)

Fix build folder

28 Nov 19:44
Compare
Choose a tag to compare

Bug Fixes

  • build: fix build folder

More stable and reliable

28 Nov 19:18
Compare
Choose a tag to compare

1.0.0 (2017-11-28)

Bug Fixes

  • responsive: Use responsive position properties for items added after gridster init (20ddfe3), closes #116
  • scroll: Use draggable options to enable/disable scroll on resize (7345024)
  • demo: Remove directory demo/src/app/gridster/, add symlink (06cc048)

Features

  • resize: configurable resize handlers (f7f83b5), closes #135
  • scroll: restrict scroll direction to gridster direction (dabcf1a), closes #143

Drag improvements

19 Nov 13:23
Compare
Choose a tag to compare

Bug Fixes

  • drag: Fix problem with focused el when dragging in IE. Issue #128

Features

  • drag: Provide tolerance for gridster config. Issue #71
  • drag: Scroll container while dragging. Issue #27
  • drag: Output bindings in gridster item on drag/resize start and end
  • resize: Auto height for item. Issue #78

Add events when reflowing grid items and fix bindings

04 Nov 20:24
Compare
Choose a tag to compare

Bug Fixes

  • api: No binding update on item remove. Issue #120
  • performance Remove unnecessary import of entirety of Rxjs

Features

  • api Add events when reflowing grid items. Issue #115

Drag n drop items without floating

16 Oct 18:52
Compare
Choose a tag to compare

Bug Fixes

  • drag: Fix problem with scrolling on touch devices. Issue #111
  • drag Fix drag position bug in scrolled container. Issue #114

Features

  • drag Options: direction: "none" and floating: false. Issue #59
  • performance Disable initial animation. Issue #104
  • config Provide option to set fixed cellWidth/cellHeight. Issue #91