Covalent: Covalent vs Angular Material 2.0.0-beta.10

Created on 30 Aug 2017  路  14Comments  路  Source: Teradata/covalent

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

dependencies

Most helpful comment

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

All 14 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 ^ infront of it then it will always install the latest.

@emoralesb05 ^ doesn't work for unstable releases

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

@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 https://github.com/Teradata/covalent/pull/847

@Gustav0ar care to elaborate?

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

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 馃槢

Was this page helpful?
0 / 5 - 0 ratings