docs(changelog): add backticks around app and body

This commit is contained in:
Patrick McDonald
2016-09-29 01:42:16 +01:00
committed by Brandy Carney
parent 4b58899df8
commit b5ebd05602

View File

@ -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.
* Selects `alertOptions` input has been renamed to `selectOptions`. See more [details here](#select-changes). * Selects `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).