Skip to content

Releases: katoid/angular-grid-layout

2.2.0

03 Jul 08:39
Compare
Choose a tag to compare

2.2.0 (2023-07-03)

Features

  • add manual drag event handler (#87) (a1c0e96)
  • grid: added grid background (fe9c71f)

2.1.0

04 Jan 16:07
Compare
Choose a tag to compare

2.1.0 (2023-01-04)

Features

  • grid: Added support for rowHeight = 'fit', also added Input() height (fe7d0e7), closes #1 #51 #58

Bug Fixes

  • grid: Fixed compact horizontal bug that was compacting also vertically (806a2f8)
  • grid: Fixed compact horizontal method not moving items to the left sometimes (5420a6f), closes #21

2.0.0

22 Sep 08:01
Compare
Choose a tag to compare

2.0.0 (2022-09-22)

Features

  • custom-placeholder: added custom placeholder (ce78265)
  • gap: added gap functionality to grid component (a8b129d)
  • angular v14: Update Angular to version 14 (065889e)

1.2.0

07 Feb 10:03
Compare
Choose a tag to compare

1.2.0 (2022-02-07)

Features

  • grid-item: grid item accepts minW, minH maxW and maxH as Input properties (273d62c)

1.1.0

04 Feb 14:46
Compare
Choose a tag to compare

1.1.0 (2022-02-04)

Chore

  • Upgraded from Angular v11 to Angular v12 (57b7591)

Features

  • added Grid support for min and max sizes on grid items (06051f6)
  • demo-app: added github link & enhanced meta tags data with description and image (a51cc26)
  • grid: grid scrollSpeed Input can be binded without the need of a variable (8d74468)
  • grid: number and Boolean input properties can be binded as string value in template (1f436f6)

0.2.0

28 Jun 10:54
Compare
Choose a tag to compare

0.2.0 (2021-06-28)

Features

  • grid: grid scrollSpeed Input can be binded without the need of a variable (8d74468)
  • grid: number and Boolean input properties can be binded as string value in template (1f436f6)
  • grid: added prevent collision flag (62651ad) (1253849)

0.1.3

08 Mar 12:01
Compare
Choose a tag to compare

0.1.3 (2021-03-08)

Features

  • grid: added Input property 'scrollSpeed' to customize the speed of the autoscrolling (9908940)

0.1.2

08 Feb 12:03
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2021-02-08)

Bug Fixes

  • grid: set grid height while performing a drag operation (d9427a5)

0.1.1

05 Feb 17:39
Compare
Choose a tag to compare

0.1.1 (2021-02-05)

Features

  • Added Auto Scroll vertical/horizontal if container is scrollable when dragging a grid item (b9798d6)

Bug Fixes

  • Fixed DragStarted event emitter to always emit inside the zone (51d7d76), closes #3