-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uppy Angular 17 #4893
Comments
It should be part of the Uppy 4.x release, which we aim to do in Q1 2024. We won't be able to commit to any specific date, as we are in the process of refactoring all Uppy plugins to TypeScript, and it is simply hard to predict how long it's going to take exactly. |
Please Upgrade to Angular 17.x |
It's certainly still on the roadmap, as you can see I've even opened a PR yesterday upgrading the library. The goal would be to release that along with Uppy 4.x which hopefully will be released (at least as beta) in the next few weeks. Could you give more details on how pressing this is for you? Does the current |
@aduh95 no right now i'm unable to install the uppy in my angular 17 project . Found: @angular/common@17.3.0 |
Can't we just do this, wouldn't be a breaking change: "peerDependencies": {
- "@angular/common": "^16.2.0",
- "@angular/core": "^16.2.0",
+ "@angular/common": "^16.2.0 || ^17.0.0",
+ "@angular/core": "^16.2.0 || ^17.0.0", Even if we upgrade to 17, it would be unnecessary to make this a breaking change to only support 17 if it runs fine on both. |
We've just release |
@aduh95 the peer dependencies in v0.7.0-beta.1 still restrict angular to ^16.2.0 - any suggestions or does another release need to be made fixing that for us to use the update with v17? |
@TiKevin83 Thanks for pointing it out. A new beta release is out with the correct peer dependency info. |
Initial checklist
Problem
Hello,
When will uppy angular be compatible with angular 17?
Solution
Hello,
When will uppy angular be compatible with angular 17?
Alternatives
Hello,
When will uppy angular be compatible with angular 17?
The text was updated successfully, but these errors were encountered: