Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@llorenspujol llorenspujol released this 03 Sep 08:11

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)