Skip to content

Releases: tiberiuzuld/angular-gridster2

12.0.1 (2021-06-06)

06 Jun 17:34
Compare
Choose a tag to compare

Bug fixes

12.0.0 (2021-05-15)

15 May 17:53
Compare
Choose a tag to compare

Support for angular 12

Breaking change

  • Grid Drag and Resize enabled priority switched #717 Thanks @danwhite-ipc
    If grid option is false drag/resize will disable all items drag/resize
    If grid option is true drag/resize will enable all items drag/resize and the item option can be used to disable that individually.
    Before the item option drag/resize will have override the option on grid always.
    This changes make it more easy to disable all items.

11.2.0 (2021-05-12)

12 May 16:54
Compare
Choose a tag to compare

Features

  • Added CompactType.CompactDown with variants #736 Thanks @bohoffi

11.1.5 (2021-03-28)

28 Mar 14:41
Compare
Choose a tag to compare

Bug fixes

  • Avoid undefined gridster error in gridsterEmptyCell.service.ts #728 Thanks @alejandrobcantarero
  • improve swap to work for 2 items with different sizes #729

11.1.4 (2021-03-09)

09 Mar 14:18
Compare
Choose a tag to compare

Bug fixes

  • fix Type of first argument of emptyCellDropCallback should be DragEvent #722 Thanks @JuPfu

11.1.3 (2021-02-17)

17 Feb 05:51
Compare
Choose a tag to compare

Bug fixes

  • fix TrackBy Demo not working #716

11.1.2 (2021-02-15)

15 Feb 17:01
Compare
Choose a tag to compare

Bug fixes

  • fix TrackBy Demo not working #716

11.1.1 (2021-02-13)

13 Feb 12:14
Compare
Choose a tag to compare
  • fix npm package readme.md file

11.1.0 (2021-02-13)

13 Feb 12:06
Compare
Choose a tag to compare

Features

  • add new option rowHeightRatio from column width for gridType: scrollVertical and scrollHorizontal #711 Thanks @danwhite-ipc

Improvements

11.0.1 (2020-12-30)

30 Dec 09:09
Compare
Choose a tag to compare

Bug fixes