Create new release with Angular14 dependency #1228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey guys,
thank you for migrating the Angular14 changes. Could you please create a new release?
Thanks in advance :-)
Hi,
In my angular 14 project in package.json for ng2-file-upload it doesn't say there's no newer available version other than 1.4.0.
And ng2-file-upload v1.4.0 is still a legacy "View Engine" library, not on Angular Ivy? How's that possible if @SvetlanaMuravlova and others work on it?
Thanks in advance for answer and potential fix.
Kind regards,
Robert Medved
According to https://github.com/valor-software/ng2-file-upload/tags and even more important https://www.npmjs.com/package/ng2-file-upload the version v.2.0.0-3 is the latest one. Unfortunately, the mentioned version is only supported up to angular 12. With angular14, you will get error messages during the installation process... as workaround you can use "npm install --force"
Updates?
I would greatly benefit from an update with upgraded peer dependencies.
Any new updates?
Are you sure they did not just re-publish ng14 code onto 1.4.0? I have had that version for a long time, (1.4.0), and I am on ng13. I am now trying to rebuild my project, there are no compile errors, but running it crashes with emod module not found or something. Very strange that all of a sudden the same version stops working.
@christianmarois I'm not sure if you ask me. It be good if the stuff would be documented, we can't assume stuff on blind. I also don't have compile time errors, but I've compile time warnings, that library doesn't use newest Angular Ivy compiler.
@valorkin are you able to help weigh in here? Version 2 appears to be breaking semver convention, so
v.2.0.0-3should really bev.2.0.0-3... unless it's still in beta/unstable. Either way I'm still stuck on 1.4.0, and have the ivy compilation warning. The library works fine on angular 14.2.3Also, the
v.2.0.0-3peerDependencies line is requiring me to force my npm installs. it works fine on 14, would be ideal if things could be normalisedIn the meantime I'm switching to
@ralphinevanbraak/ng2-file-upload-angular-14now it is available as next version (v3.0.0)