You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/updating/8-0.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ button {
158
158
}
159
159
```
160
160
161
+
The [stepped color generator](../theming/themes#stepped-color-generator) has been updated to generate text and background color stepped variables.
162
+
161
163
### Dynamic Font
162
164
163
165
The `core.css` file has been updated to enable dynamic font scaling by default.
@@ -174,7 +176,7 @@ For more information on the dynamic font, refer to the [Dynamic Font Scaling doc
174
176
175
177
The `angular.json` file currently imports `src/theme/variables.scss` before importing `src/global.scss`. This may cause the incorrect styles to be applied when customizing the new [Dark Palette](#dark-palette) changes.
176
178
177
-
We recommend having the `src/global.scss` file get imported first instead:
179
+
We recommend importing the `src/global.scss` file first instead:
1. Ionic 8 now ships with an inline `ion-picker` component. Developers who wish to continue using the legacy picker should update any `ion-picker` usages to `ion-picker-legacy`. The `pickerController` import remains unchanged. Note that the `ion-picker-legacy` component will be removed in an upcoming major release of Ionic.
225
+
1. Ionic 8 now ships with an inline `ion-picker` component. Developers who wish to continue using the legacy picker should update any `ion-picker` usages to `ion-picker-legacy`. The `pickerController` import remains unchanged. Note that the `ion-picker-legacy` component will be removed in an upcoming major release of Ionic. Refer to the [Picker documentation](../api/picker) for usage information.
0 commit comments