Releases: tiberiuzuld/angular-gridster2
Releases · tiberiuzuld/angular-gridster2
12.0.1 (2021-06-06)
Bug fixes
- Prevent window resize callback when gridster isn't document child #742 Thanks @legrottagliegionata
12.0.0 (2021-05-15)
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)
11.1.5 (2021-03-28)
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)
11.1.3 (2021-02-17)
Bug fixes
- fix TrackBy Demo not working #716
11.1.2 (2021-02-15)
Bug fixes
- fix TrackBy Demo not working #716
11.1.1 (2021-02-13)
- fix npm package readme.md file
11.1.0 (2021-02-13)
Features
- add new option
rowHeightRatio
from column width for gridType:scrollVertical
andscrollHorizontal
#711 Thanks @danwhite-ipc
Improvements
11.0.1 (2020-12-30)
Bug fixes
- Fix resize in RTL #610 #704 Thanks @Cybervaldemar