valor-software / ng2-dragula

Simple drag and drop with dragula
http://valor-software.com/ng2-dragula/
MIT License
1.91k stars 430 forks source link

[usage question] What version to use for Angular 10-15? #1096

Open rbirkgit opened 1 year ago

rbirkgit commented 1 year ago

REQUIRED: Before filing a usage question

Change each [ ] to [x] when you have done it.

Use case description (required)

The main readme says to use v2 for angular <= 9 and to use current for angular 16. But what should use use for Angular 10-15?

Can you show a demo, or a picture of what you want to achieve?

Additional context

jmonloop commented 4 months ago

By checking package-lock.json version 4.0.0 is compatible with Angular 15


"node_modules/ng2-dragula": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/ng2-dragula/-/ng2-dragula-4.0.0.tgz",
      "integrity": "sha512-f6LntgWvh+MQRfDKlS+ZSKx/AFqF9dN7MJi7v/SDMPjj9pYkd8YgiL4uKGEC2Bjcuz13rzJgkJY/7kDj/kTKwg==",
      "dependencies": {
        "tslib": "^2.3.0"
      },
      "peerDependencies": {
        "@angular/animations": "^15.0.0",
        "@angular/common": "^15.0.0",
        "@angular/core": "^15.0.0",
        "@types/dragula": "^2.1.34",
        "dragula": "^3.7.2",
        "rxjs": ">=6.0.0"
      }
    },