refactor(radio): remove legacy property and support for legacy syntax (#29038)

BREAKING CHANGE:

The `legacy` property and support for the legacy syntax, which involved placing an `ion-radio` inside of an `ion-item` with an `ion-label`, have been removed from radio. For more information on migrating from the legacy radio syntax, refer to the [Radio documentation](https://ionicframework.com/docs/api/radio#migrating-from-legacy-radio-syntax).
This commit is contained in:
Liam DeBeasi
2024-02-13 17:59:09 -05:00
committed by GitHub
parent c72ecedc09
commit 58d7315802
102 changed files with 20 additions and 1442 deletions

View File

@ -605,10 +605,8 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
'disabled',
'value',
'labelPlacement',
'legacy',
'justify',
'alignment',
'ionStyle',
'ionFocus',
'ionBlur'
],