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: BREAKING.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
19
19
-[Card](#version-9x-card)
20
20
-[Chip](#version-9x-chip)
21
21
-[Grid](#version-9x-grid)
22
+
-[Radio Group](#version-9x-radio-group)
22
23
-[Textarea](#version-9x-textarea)
23
24
24
25
<h2id="version-9x-components">Components</h2>
@@ -39,12 +40,6 @@ This is a comprehensive list of the breaking changes introduced in the major ver
39
40
40
41
- The properties `pull` and `push` have been deprecated and no longer work. A similar look can be achieved with the newly added property `order`.
41
42
42
-
<h4id="version-9x-radio-group">Radio Group</h4>
43
-
44
-
- Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).<br/>
45
-
If you were targeting the internals of `ion-radio-group` in your CSS, you will need to target the `supporting-text`, `helper-text` or `error-text`[Shadow Parts](https://ionicframework.com/docs/theming/css-shadow-parts) instead, or use the provided CSS Variables.<br/>
46
-
Additionally, the `radio-group-wrapper` div element has been removed, causing slotted elements to be direct children of the `ion-radio-group`.
47
-
48
43
<h5>Example 1: Swap two columns</h5>
49
44
50
45
**Version up to 8.x**
@@ -154,6 +149,12 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
154
149
</ion-grid>
155
150
```
156
151
152
+
<h4id="version-9x-radio-group">Radio Group</h4>
153
+
154
+
- Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).<br/>
155
+
If you were targeting the internals of `ion-radio-group` in your CSS, you will need to target the `supporting-text`, `helper-text` or `error-text`[Shadow Parts](https://ionicframework.com/docs/theming/css-shadow-parts) instead, or use the provided CSS Variables.<br/>
156
+
Additionally, the `radio-group-wrapper` div element has been removed, causing slotted elements to be direct children of the `ion-radio-group`.
157
+
157
158
<h4id="version-9x-textarea">Textarea</h4>
158
159
159
160
Converted `ion-textarea` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).
0 commit comments