Skip to content

Releases: swiety85/angular2gridster

Performance boost

25 Sep 20:45
Compare
Choose a tag to compare

Bug Fixes

  • drag: Fix problem with IE touch drag by touch-action css. Issue #72
  • performance Prevent performance issues while dragging item with selected text inside
  • resize Fix problem with assigning width/height to gridster element. Issue #85

Features

  • performance useCSSTransforms option for more effective moving rendering while dragging item
  • performance Get rid of getBoundingRect in drag event

Make dragging works when gridster is in scrollable element

27 Aug 20:12
Compare
Choose a tag to compare

Bug Fixes

  • drag: Make dragging works when gridster is in scrollable element. Issue #21

Dragging and resizing bug fixes

28 Jul 12:57
Compare
Choose a tag to compare

Bug Fixes

  • drag: Update gridster element item on drag start
  • config: Fix snap issue with new items and no responsive configuration
  • resize: Fix problem with item resize when no maxWidth and maxHeight option

Reorganise project deps

28 Jul 09:06
Compare
Choose a tag to compare

Bug Fixes

  • deps: Reorganise project deps - try to fix bug with angular-cli #57

Solving Rx.js breaking changes after next angular version

14 Jul 14:18
Compare
Choose a tag to compare

Bug Fixes

  • drag-drop: fix problem with not working drag n drop events in angular 4.2.6

Fix dragging prototype when it's placed in gridster area

13 Jul 20:48
Compare
Choose a tag to compare

Bug Fixes

  • drag-drop: fix dragging new item (gridster-item-prototype) when it's placed in the area of gridster #64

Fix default options

10 Jul 18:37
Compare
Choose a tag to compare

Bug Fixes

  • config: fix default gridster options
  • responsiveness: fix responsive behaviour on iPhones and iPads

Responsivness and single item options

06 Jul 17:16
Compare
Choose a tag to compare

Bug Fixes

  • drag-drop: solved problems with inputs in gridster-item container
  • drag-drop: bug fix with fast dragging item from outside

Features

  • config: Gridster responsive behaviour
  • config: different Gridster configuration for different breakpoints
  • drag-drop: disabling/enabling moving item in gridster
  • resize: disabling/enabling resizing item in gridster
  • api: new change event on GridsterItem
  • config: new GridsterItem options
  • deps: update angular env to newest version
  • demo: extend demo page
  • config: shrink Gridster height to fit items

Add item by drag bug fix and dynamic widthHeightRatio option change

16 May 19:08
Compare
Choose a tag to compare

Bug Fixes

  • drag-drop: DnD ngOnInit gridster-item bug fix
  • api: AOT fix for mismatching signature call

Features

  • config: Dynamic widthHeightRatio option change

Dragging item fix

30 Apr 21:12
Compare
Choose a tag to compare
  • item dragging position fix
  • add System.js installation steps
  • add polyfills to support older IE