Skip to content

Releases: ChristofFritz/ngx-drag-drop

v22.0.0

Choose a tag to compare

@ChristofFritz ChristofFritz released this 17 Jun 22:50
57878ef

What's Changed

Angular 22

This release tracks Angular 22 — the library major version matches the Angular major version as always.

  • Updated peer dependencies to @angular/core >= 22.0.0 and @angular/common >= 22.0.0
  • Upgraded all workspace dependencies to Angular 22, Angular Material 22, ng-packagr 22, and pnpm 11

Internal

  • Migrated DndDropzoneDirective and DndPlaceholderRefDirective from constructor injection to inject(), consistent with the rest of the library

Breaking Changes

Requires Angular 22. For Angular 21 support, use ngx-drag-drop@21.x.

Full Changelog: v21.0.6...v22.0.0

v21.0.6

Choose a tag to compare

@ChristofFritz ChristofFritz released this 29 Mar 13:23
94a6c76

What's Changed

Bug Fixes

  • Fix nested dropzone flickering and stale placeholders (#235)

Docs

  • Update recommended touch polyfill to @dragdroptouch/drag-drop-touch and mark touch support as experimental (#237)

v21.0.5

Choose a tag to compare

@ChristofFritz ChristofFritz released this 26 Mar 08:50
015adb9

What's Changed

Bug Fixes

  • Fix dropEffect ignoring dropzone's dndEffectAllowed on drop (#195) — thanks @NArnott for reporting

Demo

  • Add issue reproduction demos with dropdown menu in toolbar

v21.0.4

Choose a tag to compare

@ChristofFritz ChristofFritz released this 25 Mar 22:01
1954a1b

What's Changed

Bug Fixes

Docs

  • Add Angular version compatibility table to README (#203)

v21.0.3

Choose a tag to compare

@ChristofFritz ChristofFritz released this 25 Mar 21:34
c5186a8

What's Changed

Bug Fixes

Cleanup

  • Replace deprecated substr() with substring() (#199)
  • Remove IE9/IE/Edge workarounds (#200)

Infrastructure

  • Add vitest unit tests (64 tests)
  • Add GitHub Actions workflows for CI, Pages deployment, and npm publishing
  • Add test coverage reporting to CI

v21.0.1

Choose a tag to compare

@ChristofFritz ChristofFritz released this 25 Mar 19:22
  • Repo-transfer changes

Full Changelog: v21...v21.0.1

v21

v21

Choose a tag to compare

@ChristofFritz ChristofFritz released this 09 Jan 22:10
  • Upgraded to Angular 21
  • Bumped package version to 21
  • Removed Karma test framework and all associated configuration files (the existing tests were not useful and not run in the pipeline anyway)
  • Deleted all test related files
  • Rebuilt docs with Angular 21

Full Changelog: v20...v21

v20

v20

Choose a tag to compare

@ChristofFritz ChristofFritz released this 11 Jul 20:59

What's Changed

New Contributors

Full Changelog: v18.0.2...v20

v18.0.2

Choose a tag to compare

@ChristofFritz ChristofFritz released this 14 Jul 15:58

What's Changed

  • Unregistering drag handle after handle's destroy by @Elytes in #162

Full Changelog: v18.0.1...v18.0.2

v18.0.1

Choose a tag to compare

@ChristofFritz ChristofFritz released this 14 Jul 15:42

What's Changed

  • Fix a bug where interacting more than 2 times in 100 milliseconds lea… by @Elytes in #163

New Contributors

Full Changelog: v18.0.0...v18.0.1