igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
22 lines (21 loc) • 536 B
JSON
{
"$schema": "../../common/schema/class.schema.json",
"changes": [
{
"name": "IChangeSwitchEventArgs",
"replaceWith": "IChangeCheckboxEventArgs"
},
{
"name": "IChangeRadioEventArgs",
"replaceWith": "IChangeCheckboxEventArgs"
},
{
"name": "RadioLabelPosition",
"replaceWith": "LabelPosition"
},
{
"name": "SwitchLabelPosition",
"replaceWith": "LabelPosition"
}
]
}