-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Upgrade peer dependency to angular 1.7.0 #11281
Comments
Thank you for opening this. We were expecting 1.7 to come out in June, so we haven't yet done the proper level of testing for compatibility with AngularJS 1.7. We plan to address this in 1.1.10. It would be helpful if anyone could report if they see issues in 1.7 (in a separate issue) or if things are working fine for them after the upgrade (fine to do in this issue). |
Everyone works fine for me, have been using it as soon as it was available. |
I am going to update https://github.com/angular/bower-material today to support AngularJS 1.7.0 in the I am also going to make the latest versions of AngularJS However, we can't support AngularJS 1.7.1 due to #11319. PR #11320 should fix that in AngularJS Material 1.1.10. |
default to the latest AngularJS 1.6.x in JSPM and Bower Fixes angular/material#11281
default to the latest AngularJS 1.6.x in JSPM and Bower Fixes angular/material#11281
This will be available as part of the releases generated for each PR next week when a PR gets merged. Then it will also be part of AngularJS Material 1.1.10. |
Since this will only ship as part of 1.1.10, the docs at https://github.com/angular/bower-material/#installing-angularjs-material were updated a little too soon and they now state that 1.1.9 supports AngularJS 1.7.0. |
@endisway 1.1.9 does support AngularJS 1.7.0, but it doesn't support 1.7.1 until 1.1.10. Using 1.1.9 with AngularJS 1.7.0 will generate a peer dependency warning in NPM, but it's safe to ignore for 1.7.0 (not 1.7.1!). |
- default to the latest AngularJS ^1.7.2 in JSPM and Bower - AngularJS Material does not support AngularJS 1.7.1 Relates to angular/material#11281
Update on this
|
Bug, enhancement request, or proposal:
Enhancement request
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
install angular 1.7.0
Detailed Reproduction Steps:
What is the expected behavior?
No warnings from angular material
What is the current behavior?
npm WARN angular-material@1.1.9 requires a peer of angular@>=1.4 <1.7 but none is installed.
etc...
What is the use-case or motivation for changing an existing behavior?
Final 1.x major release from angular is 1.7.x.
Which versions of AngularJS, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
The text was updated successfully, but these errors were encountered: