Skip to content

Commit 4071440

Browse files
Update documentation as suggested in CR
1 parent 1d766c2 commit 4071440

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BREAKING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ This is a comprehensive list of the breaking changes introduced in the major ver
3838

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

41+
<h4 id="version-9x-radio-group">Radio Group</h4>
42+
43+
- Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).<br/>
44+
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/>
45+
Additionally, the `radio-group-wrapper` div element has been removed, causing slotted elements to be direct children of the `ion-radio-group`.
46+
4147
<h5>Example 1: Swap two columns</h5>
4248

4349
**Version up to 8.x**

0 commit comments

Comments
 (0)