reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

ngx-drag-drop Angular 14 update #115

Closed asatryanarsen closed 2 years ago

asatryanarsen commented 2 years ago

Hi all contributors,

I appreciate all the work that you have done, it is really helping me a lot in my projects.

I am interested if you are planning to update the project to support angular 14, and if yes what are the timelines for that

reppners commented 2 years ago

Hi, is there a breaking change from v13.x to v14.x for the library? There will be a v14.x release but it should be possible to just use the v13 version of this module.

GeorgeTailor commented 2 years ago

@reppners as of npm 8 it tries to install peerDependencies automatically, and there'll be a conflict between version installed locally and required by this lib

reppners commented 2 years ago

I see. Will try to cut a v14 release this week. 👍

NOPR9D commented 2 years ago

raghavendra5k commented 2 years ago

update for Angular v14 release please

reppners commented 2 years ago

finally got around to do this.. thanks for your patience!

Let me know if the issue is not resolved by the v14 release, will reopen if that would be the case!