Skip to content

v2 to v3 upgrade guide

Yousef Ouda edited this page Apr 22, 2019 · 14 revisions

Take a look at our carbon-angular-starter for a quickstart on v3

Additions

  • @carbon/icons-angular ^10.1.0 is now a peer dependency
  • carbon-components ^10.0.0

Changes

  • Default header styles are no longer supported, you must define you own heading/body styles using typesets
// Example
h1 {
    @include type-style('productive-heading-05');
}

Removals

  • Remove the experimental feature flag
Clone this wiki locally