Skip to content

Releases: katoid/angular-grid-layout

3.1.0

02 Sep 14:14

Choose a tag to compare

3.1.0 (2025-09-02)

Features

  • allow only drag/resize with primary (left) button (#132) (3293c2b)
  • multiple items drag/resize (7d847d3), closes #134

3.0.2

28 Apr 08:41

Choose a tag to compare

3.0.2 (2025-04-28)

Features

  • grid: use Angular injected document to allow Server Side Rendering (a4fdee8), closes #124

Bug Fixes

  • grid: correctly calculate x coordinate when dragging in a one colum grid (26626fb), closes #128

3.0.1

25 Apr 10:08

Choose a tag to compare

3.0.1 (2025-04-25)

Bug Fixes

  • grid-item: touch-action should be set to auto when grid item isn't draggable (#131) (3e4d6b0)

3.0.0

03 Sep 08:11

Choose a tag to compare

3.0.0 (2024-08-19)

Features

  • demo-app: added a drag handle in the real-life-example table (850f5df)
  • update to angular v15 (#117) (e7c0ae1)
  • update to angular v16 (#118) (bce1287)
  • added support for hybrid devices (touch and mouse) (a1a40a5)

Bug Fixes

  • grid-component: improve end of drag events of the grid elements, animate over other elements (251c1bb)
  • grid: fix edge case crash in ngOnDestroy when subscriptions array is undefined (f74824f), closes #79
  • prevent browser drag event in custom handles example (7f6426e)

2.2.0

03 Jul 08:39

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

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

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

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

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

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)