Releases: bmartinson/ngx-draggable-dom
2.5.0
This update ensures that this project is using Angular 14.
Full Changelog: 2.4.6...2.5.0
2.4.6
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
A revision update to build with the latest package installations to improve security warnings.
2.4.4
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
A revision update to build with the latest package installations to improve security warnings.
2.4.2
This update ensures that the package uses the latest dependencies for Angular 13.1.
2.4.1
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
This release uses the latest dependencies for Angular 13 and removes the reliance on the deprecated ClientRect
interface.
2.3.0
This release uses the latest dependencies since the release of Angular 12.
2.2.5
Overview
This update fixes an issue where movement events were not tracking previous positioning correctly leading to the toolbox jumping on screen when dragging.