-
Notifications
You must be signed in to change notification settings - Fork 357
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
Covalent vs Angular Material 2.0.0-beta.10 #842
Comments
Obviously you cant just go all cowboy, upgrade one of the dependencies of covalent and expect all to work just fine 😄 . Specially considering the amount of breaking changes introduced in the new release of material. Wait for the dev team to adjust covalent, and then update. |
Thanks 🇻🇳 |
Yeah, we will release soon to support the latest angular material since a lot of breaking changes were introduced. |
how to downgrade to previous version of material then ? since changing it in package.json and running npm install still installs the last version 10 |
You have control over that, you choose with material version to install.. if you have |
@emoralesb05 |
Exactly my point, im saying that if he has |
@jonathanmeguira In your package.json set angular/material to use beta-8 for now as beta-10 introduced breaking changes "@ angular/material": "2.0.0-beta.8" Then you have to either do a fresh npm install or remove the angular/material package and then do npm install. |
Pro tip: fix the dependencies of your projects that have a beta suffix to a specific version (dont use ^ or ~). Or use a .lock file (yarn or npm>=5). Beta is a synonym for anarchy and chaos 💣 when new versions are released, as breaking changes will most probably be introduced. |
Looking forward for this update, material beta 10 update fix some issues that I was having with their library, but unfortunately I can't use of covalent |
btw track our progress in beta10 in this PR #847 @Gustav0ar care to elaborate? |
Nothing major, just a few bugs with material2 datepicker that was solved in beta.10. |
npm install --save @angular/[email protected] @angular/[email protected] |
This has just been merged, so anybody that wants to be adventurous can install the nightly build 😛 |
This repository's issues are reserved for feature requests and bug reports.
Do you want to request a feature or report a bug?
BUG
Bug Report
After upgrade to Angular Material 2.0.0-beta.10

The text was updated successfully, but these errors were encountered: