-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Angular 15/Material 15 support #126
Comments
We're also using den --legacy-peer-deps in our project because ngx-material-file-input is still lacking support for Angular 15. |
Yes please, this would be highly appreciated |
hey! would be great to upgrade! |
any information when it will be updated? i can try to create PR if it needed, but i saw another PR that was rejected as i can see |
Hope the PR with legacy material implementation could be accepted soon. Really looking forward on angular 15 support ! |
Can someone explain why this is a difficult change to make, so we can understand why these major version releases of angular / material take so long to be applied? |
@dnordahl1 Read angular migration guides to know what changes with new versions: Update Angular to v15 on Material components
|
@Elvynia After getting through the Angular 15 package update challenges, I now see how the MDC-based redesign and deprecation of nearly all existing material components creates major challenges to say the least. |
Angular 15 has been released mid november last year, what more, the current version of Angular is 16 (just got released), but the package still does not support v15. |
Is this package no longer maintained? |
Hey guys! I forked this repo and implemented a quick fix here Apologies to the main contributors to this project, but I needed to fix it as I used this library in my own project. Please let me know if my fix is sufficient to create a pull request here so that I'd remove my fork. Thanks! P.S.: Thanks, benceHornyak! You had practically solved it, I just gave it the final push :) |
In our project, I get rid of the It's an Angular custom form-field that does the same as this library & it works with Angular 15 and Angular 16. You can find it in my repo here. Feel free to use it in your project :) |
Cool. |
I just published the package in the Angular 15 version: Remember to change the references in the project to use the new ones: I have tested it only in the library's demo project, for now just note that the placeholder no longer works and a mat-label must be used. If you find any problem, tell me or raise an issue in the new repo and we will review it together :D |
Could we possibly get Angular 15 & Material 15 support? This is the only package I have that doesn't support 15, so would be good to get it upgraded :).
The text was updated successfully, but these errors were encountered: