{
    "$schema": "../../common/schema/class.schema.json",
    "changes": [{
            "name": "IgxHierarchicalGridCellComponent",
            "replaceWith": "CellType"
        },
        {
            "name": "IgxGridCellComponent",
            "replaceWith": "CellType"
        },
        {
            "name": "IgxTreeGridCellComponent",
            "replaceWith": "CellType"
        },
        {
            "name": "IgxGridExpandableCellComponent",
            "replaceWith": "CellType"
        },
        {
            "name": "IComboSelectionChangeEventArgs",
            "replaceWith": "IComboSelectionChangingEventArgs"
        },
        {
            "name": "AutocompleteItemSelectionEventArgs",
            "replaceWith": "AutocompleteSelectionChangingEventArgs"
        }
    ]
}
