refactor(range): remove legacy property and support for legacy syntax (#29040)

BREAKING CHANGE:

The `legacy` property and support for the legacy syntax, which involved placing an `ion-range` inside of an `ion-item` with an `ion-label`, have been removed from range. For more information on migrating from the legacy range syntax, refer to the [Range documentation](https://ionicframework.com/docs/api/range#migrating-from-legacy-range-syntax).
This commit is contained in:
Liam DeBeasi
2024-02-15 12:06:08 -05:00
committed by GitHub
parent fb5ae5b07f
commit 58c795f315
92 changed files with 74 additions and 1197 deletions

View File

@ -639,10 +639,8 @@ export const IonRange = /*@__PURE__*/ defineContainer<JSX.IonRange, JSX.IonRange
'disabled',
'value',
'labelPlacement',
'legacy',
'ionChange',
'ionInput',
'ionStyle',
'ionFocus',
'ionBlur',
'ionKnobMoveStart',