Skip to content
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

Closed
phamtuananh791994 opened this issue Aug 30, 2017 · 14 comments
Closed

Covalent vs Angular Material 2.0.0-beta.10 #842

phamtuananh791994 opened this issue Aug 30, 2017 · 14 comments
Milestone

Comments

@phamtuananh791994
Copy link

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
covalent

@jotatoledo
Copy link
Contributor

jotatoledo commented Aug 30, 2017

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.

@phamtuananh791994
Copy link
Author

Thanks 🇻🇳

@emoralesb05
Copy link
Contributor

emoralesb05 commented Aug 30, 2017

Yeah, we will release soon to support the latest angular material since a lot of breaking changes were introduced.

@YonathanMeguira
Copy link

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

@emoralesb05
Copy link
Contributor

You have control over that, you choose with material version to install.. if you have ^ infront of it then it will always install the latest.

@e-cloud
Copy link

e-cloud commented Aug 31, 2017

@emoralesb05 ^ doesn't work for unstable releases

@emoralesb05
Copy link
Contributor

Exactly my point, im saying that if he has ^ then the latest will be installed.. which he should remove.

@AnthonySaldana
Copy link

AnthonySaldana commented Aug 31, 2017

@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.

@jotatoledo
Copy link
Contributor

jotatoledo commented Aug 31, 2017

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.

@Gustav0ar
Copy link

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

@kyleledbetter
Copy link
Contributor

btw track our progress in beta10 in this PR #847

@Gustav0ar care to elaborate?

@Gustav0ar
Copy link

Nothing major, just a few bugs with material2 datepicker that was solved in beta.10.
Thanks for the update.

@emoralesb05 emoralesb05 added this to the Beta.7 milestone Aug 31, 2017
@gozeon
Copy link

gozeon commented Sep 1, 2017

npm install --save @angular/[email protected] @angular/[email protected]

@emoralesb05
Copy link
Contributor

This has just been merged, so anybody that wants to be adventurous can install the nightly build 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants