Skip to content

Releases: reppners/ngx-drag-drop

New rc

28 Jun 08:56
Compare
Choose a tag to compare
New rc Pre-release
Pre-release

Adds a fix for cross-browser compatibility regarding DOM node removal

Upcoming release!

05 Jun 13:43
Compare
Choose a tag to compare
Upcoming release! Pre-release
Pre-release

There is a new release pending. Please check it out if you're interested in some performance optimizations and Angular 6 support without warnings.

Thanks to @mtraynham for his contributions!

dndHandle and dndDragImage more robust

26 Jan 11:55
Compare
Choose a tag to compare

Support Angular v5.2 fullTemplateTypeCheck

12 Jan 19:15
Compare
Choose a tag to compare

This release changes some access modifiers on fields/properties that are decorated with Angular decorators e.g. HostListener.

Having those private prevented successful compilation with Angular's new compiler option fullTemplateTypeCheck and were changed to public to make compilation work.

Support angular v5

01 Dec 13:22
Compare
Choose a tag to compare

Adjusts peerDependency version range to prevent warning about unmet peer dependency when using with angular v5

Stable release!

18 Oct 15:37
Compare
Choose a tag to compare
v1.0.0

chore(CHANGELOG): stable release notice

Last rc before stable release

18 Sep 09:57
Compare
Choose a tag to compare
Pre-release
v1.0.0-rc.3

chore(release): update version and changelog for rc.3

Typed drag and drop fix and more docs

05 Sep 09:01
Compare
Choose a tag to compare
Pre-release
v1.0.0-rc.2

chore(CHANGELOG): update changelog

Updated dependencies and use ng-packagr for AOT build

04 Sep 16:28
Compare
Choose a tag to compare
chore(package.json): update dependencies

build(): migrate to ng-packagr for valid AOT compatible output

Closing in on stable release

29 Jun 08:29
Compare
Choose a tag to compare
Pre-release

Contains a small fix on placeholder positioning not working when dragging over direct child element of dropzone.

See CHANGELOG