Skip to content

Commit f185166

Browse files
docs(updating): include links to other documentation (#3591)
1 parent 7d40ea8 commit f185166

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/updating/8-0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ button {
158158
}
159159
```
160160

161+
The [stepped color generator](../theming/themes#stepped-color-generator) has been updated to generate text and background color stepped variables.
162+
161163
### Dynamic Font
162164

163165
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
174176

175177
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.
176178

177-
We recommend having the `src/global.scss` file get imported first instead:
179+
We recommend importing the `src/global.scss` file first instead:
178180

179181
```diff
180182
- "styles": ["src/theme/variables.scss", "src/global.scss"],
@@ -220,7 +222,7 @@ iOS >=15
220222

221223
### Picker
222224

223-
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.
224226

225227
### Toast
226228

0 commit comments

Comments
 (0)