🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@katoid/angular-grid-layout

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@katoid/angular-grid-layout - npm Package Versions

2
l
llorenspujol
published 3.0.2 •

Changelog

Source

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
l
llorenspujol
published 3.0.1 •

Changelog

Source

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)
l
llorenspujol
published 3.0.0 •

Changelog

Source

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)
l
llorenspujol
published 2.2.0 •

Changelog

Source

2.2.0 (2023-07-03)

Features

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

Changelog

Source

2.1.0 (2023-01-04)

Features

  • added support for rowHeight = 'fit', also added Input() height (fe7d0e7), closes #1 #51 #58
  • custom-drag-placeholders: added custom drag placeholders (ce78265)
  • gap: added gap functionality to grid component (a8b129d)
  • update angular to 14 (065889e)

Bug Fixes

  • compact-horizontal: fixed compact horizontal bug that was compacting also vertically (806a2f8)
  • demo-app: fixed Row height fit example not saving the updated layout (bb3886b)
  • grid: fixed compact horizontal method not moving items to the left sometimes (5420a6f), closes #21
l
llorenspujol
published 2.0.0 •

Changelog

Source

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)
l
llorenspujol
published 1.2.0 •

Changelog

Source

1.2.0 (2022-02-07)

Features

  • grid-item: grid item accepts minW, minH maxW and maxH as @Input properties (273d62c)
l
llorenspujol
published 1.1.0 •

Changelog

Source

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)
l
llorenspujol
published 0.2.0 •

Changelog

Source

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)
l
llorenspujol
published 0.1.3 •

Changelog

Source

0.1.3 (2021-03-08)

Features

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

Bug Fixes

  • grid: fixed incorrect logic when re-calculating the layout render data when props change (c0c943f)
2