Skip to content

Releases: bmartinson/ngx-draggable-dom

2.5.0

08 Jun 23:36
2472bd0
Compare
Choose a tag to compare

This update ensures that this project is using Angular 14.

Full Changelog: 2.4.6...2.5.0

2.4.6

10 Apr 08:01
b042fb4
Compare
Choose a tag to compare

This update ensures that the project is using all of the latest package dependencies. It also aims to resolves some known issues and provide better examples in the wrapper project.

  • Latest package dependencies are in use.
  • Fix directive data bound Input properties being inaccessible via HTML templates.
  • Update the wrapper project name for better naming conventions.
  • Provide an advanced handle example in the wrapper test project.

This update was provided as a direct response to #30.

2.4.5

10 Apr 08:00
0d871bc
Compare
Choose a tag to compare

A revision update to build with the latest package installations to improve security warnings.

2.4.4

06 Feb 02:14
df14c9c
Compare
Choose a tag to compare

A minor maintenance update:

  • Package updates for a clean CVE list.
  • Turned on partial Ivy compilation mode to support npm publishing requirements.

2.4.3

16 Jan 07:21
083aeb5
Compare
Choose a tag to compare

A revision update to build with the latest package installations to improve security warnings.

2.4.2

11 Dec 08:09
7056466
Compare
Choose a tag to compare

This update ensures that the package uses the latest dependencies for Angular 13.1.

2.4.1

10 Nov 03:50
3fd2fcf
Compare
Choose a tag to compare

This update removes usage of ClientRect in favor of DOMRect as the former is deprecated with the update to TypeScript 4.4.

2.4.0

10 Nov 00:49
4b27648
Compare
Choose a tag to compare

This release uses the latest dependencies for Angular 13 and removes the reliance on the deprecated ClientRect interface.

2.3.0

14 May 23:53
Compare
Choose a tag to compare

This release uses the latest dependencies since the release of Angular 12.

2.2.5

29 Apr 03:21
Compare
Choose a tag to compare

Overview

This update fixes an issue where movement events were not tracking previous positioning correctly leading to the toolbox jumping on screen when dragging.