This is a comprehensive list of the breaking changes introduced in the major version releases of Ionic Framework.
- The
border-radius
of theios
andmd
button now defaults to6px
and999px
instead of14px
and4px
, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set theshape
to"soft"
formd
and override the--border-radius
CSS variable forios
to14px
, or set it to a different value entirely.
- The
border-radius
of theios
andmd
card now defaults to14px
and12px
instead of8px
and4px
, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set theshape
to"soft"
, or override the--border-radius
CSS variable to specify a different value.
- The
border-radius
of theios
andmd
chip now defaults to10px
and8px
, respectively, instead of16px
in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set theshape
to"round"
, or override the--border-radius
CSS variable to specify a different value.