mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(changelog): add backticks around app and body
This commit is contained in:

committed by
Brandy Carney

parent
4b58899df8
commit
b5ebd05602
@ -23,7 +23,7 @@ RC0 requires changes to the structure of your app. To get started updating your
|
|||||||
* Nav transitions are queued. For more info on what this means for you see [this section](#nav-transitions).
|
* Nav transitions are queued. For more info on what this means for you see [this section](#nav-transitions).
|
||||||
* Removed Tabs `preloadTabs` ability. This is no longer needed with the Ahead of Time (AoT) compiler.
|
* Removed Tabs `preloadTabs` ability. This is no longer needed with the Ahead of Time (AoT) compiler.
|
||||||
* Icons in buttons require an attribute on the parent button in order to style them.
|
* Icons in buttons require an attribute on the parent button in order to style them.
|
||||||
* Platform and mode CSS classes have been moved from the <body> element to the <ion-app> element.
|
* Platform and mode CSS classes have been moved from the `<body>` element to the `<ion-app>` element.
|
||||||
* Select’s `alertOptions` input has been renamed to `selectOptions`. See more [details here](#select-changes).
|
* Select’s `alertOptions` input has been renamed to `selectOptions`. See more [details here](#select-changes).
|
||||||
* Colors should be passed in the `color` input on components, not added individually as an attribute on the component. See more [details here](#component-colors).
|
* Colors should be passed in the `color` input on components, not added individually as an attribute on the component. See more [details here](#component-colors).
|
||||||
* buttons: `<button>` becomes `<button ion-button>`. See more [details here](#new-behavior-of-button) and [here](#new-behavior-of-icons-in-buttons).
|
* buttons: `<button>` becomes `<button ion-button>`. See more [details here](#new-behavior-of-button) and [here](#new-behavior-of-icons-in-buttons).
|
||||||
|
Reference in New Issue
Block a user