Skip to content

Commit 16e83ab

Browse files
committed
docs(breaking): move radio group to the right place
1 parent 4480c7a commit 16e83ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

BREAKING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
1919
- [Card](#version-9x-card)
2020
- [Chip](#version-9x-chip)
2121
- [Grid](#version-9x-grid)
22+
- [Radio Group](#version-9x-radio-group)
2223
- [Textarea](#version-9x-textarea)
2324

2425
<h2 id="version-9x-components">Components</h2>
@@ -39,12 +40,6 @@ This is a comprehensive list of the breaking changes introduced in the major ver
3940

4041
- The properties `pull` and `push` have been deprecated and no longer work. A similar look can be achieved with the newly added property `order`.
4142

42-
<h4 id="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-
4843
<h5>Example 1: Swap two columns</h5>
4944

5045
**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 `
154149
</ion-grid>
155150
```
156151

152+
<h4 id="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+
157158
<h4 id="version-9x-textarea">Textarea</h4>
158159

159160
Converted `ion-textarea` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).

0 commit comments

Comments
 (0)