Releases: tiberiuzuld/angular-gridster2
Releases · tiberiuzuld/angular-gridster2
11.0.0 (2020-12-05)
Update and build library with Angular v11
8.4.2 (2020-12-05)
9.3.4 (2020-10-25)
Bug fixes
- fixing "margin of grid items" when direction is rtl (#662) Thanks @eghafarzadeh
10.1.7 (2020-10-21)
Bug fixes
- fix resize infinite loop #666 #675 Thanks to @derekparsons718
10.1.6 (2020-09-26)
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)
Bug fixes
- fix scroll behaviour when setGridSize true #665
now withsetGridSize: 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)
Bug fixes
- fix "margin of grid itmes" when direction is rtl #657 Thanks @eghafarzadeh
10.1.3 (2020-08-03)
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)
fix npm publish