Skip to content

Releases: tiberiuzuld/angular-gridster2

11.0.0 (2020-12-05)

05 Dec 09:54
Compare
Choose a tag to compare

Update and build library with Angular v11

8.4.2 (2020-12-05)

05 Dec 10:12
Compare
Choose a tag to compare

Bug fixes

9.3.4 (2020-10-25)

25 Oct 05:35
Compare
Choose a tag to compare

Bug fixes

10.1.7 (2020-10-21)

21 Oct 17:01
Compare
Choose a tag to compare

Bug fixes

10.1.6 (2020-09-26)

26 Sep 06:54
Compare
Choose a tag to compare

Bug fixes

  • Move the top/left assignment before itemInitCallback #671 Thanks @FrozenReality
  • fix issue with infinite loop when pushing #638

10.1.5 (2020-08-29)

29 Aug 13:36
Compare
Choose a tag to compare

Bug fixes

  • fix scroll behaviour when setGridSize true #665
    now with setGridSize: true when drag/resize the items will render outside the grid
    you can try yourself to set .gridSize { overflow: hidden;} if you don't have scroll and want to clip that

10.1.4 (2020-08-15)

15 Aug 10:15
Compare
Choose a tag to compare

Bug fixes

10.1.3 (2020-08-03)

03 Aug 17:07
Compare
Choose a tag to compare

Bug fixes

  • fix issue with trackBy and reset, items being added multiple times to the grid internal list #645

10.1.2 (2020-07-25)

25 Jul 16:39
Compare
Choose a tag to compare

fix npm publish

10.1.1 (2020-07-25)

25 Jul 16:34
Compare
Choose a tag to compare

Bug fixes

  • fix option setGridSize compatibility with different gridTypes #637
  • fix issues with push #446 #576 #639