mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
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:
@ -29,7 +29,6 @@ const RANGE_INPUTS = [
|
||||
'dualKnobs',
|
||||
'label',
|
||||
'labelPlacement',
|
||||
'legacy',
|
||||
'max',
|
||||
'min',
|
||||
'mode',
|
||||
|
Reference in New Issue
Block a user