Skip to content

Commit 2debefe

Browse files
authored
Merge pull request #10598 from IgniteUI/simeonoff/migrate-icon-color
migrations(icon): remove color input prop
2 parents 133be5c + 2347e50 commit 2debefe

File tree

1 file changed

+14
-0
lines changed
  • projects/igniteui-angular/migrations/update-13_0_0/changes

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"@scheme": "../../common/schema/binding.schema.json",
3+
"changes": [
4+
{
5+
"name": "color",
6+
"remove": "true",
7+
"owner": {
8+
"selector": "igx-icon",
9+
"type": "component"
10+
}
11+
}
12+
]
13+
}
14+

0 commit comments

Comments
 (0)