Skip to content

v1 to v2 upgrade guide

Callum Smith edited this page Oct 31, 2018 · 8 revisions

Deprecations

  • Switch has been deprecated in favor of Toggle. Switch is set to be removed with v3
    • ToggleModule replaces SwitchModule
    • ToggleChange replaces SwitchChange
    • ToggleState replaces SwitchState
  • Banner has been deprecated in favour of Notification. Banner is set to be removed with v3
    • NotificationModule replaces BannerModule
    • NotificationContent replaces BannerContent
    • Notification replaces Banner
    • Toast stays the same
  • appendToBody has been deprecated in favour of appendInline. The default values have also been reversed - by default everything renders into an ibm-placeholder (or the body), appendInline="true" should be used if you need the component to render in the normal page flow.

Removals

  • removed unused button-menu component
  • removed "default" as an size or type option for most cases
Clone this wiki locally