Skip to content

Latest commit

 

History

History
112 lines (60 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

112 lines (60 loc) · 7.58 KB

Changelog

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

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 (2023-07-03)

Features

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

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

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 (2022-02-07)

Features

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

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 (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 (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)

0.1.2 (2021-02-08)

Bug Fixes

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

0.1.0 (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