Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 733 Bytes

File metadata and controls

22 lines (15 loc) · 733 Bytes
title Migration

Migration

Use the section for the version you are upgrading to. Each section lists only the changes that require application code or configuration updates.

Migrating to 2.0.0

Rename .header-item-group to .item-group-header

The class for an ion-item-group used as a section header has been renamed for consistency with the element it modifies. Replace every occurrence of .header-item-group in application templates and styles.

- <ion-item-group class="header-item-group">
+ <ion-item-group class="item-group-header">
    ...
  </ion-item-group>

The old class is no longer styled by the theme. This rename applies to markup shared with @rdlabo/ionic-theme-ios26 as well.