Skip to content

Commit fd5e65e

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
chore(combo): Adding additional custom migration for ts files
1 parent eac2309 commit fd5e65e

File tree

8 files changed

+414
-176
lines changed

8 files changed

+414
-176
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes for each version of this project will be documented in this
55
## 20.0.5
66
### General
77
- `IgxSimpleCombo`
8-
- Added `disableFiltering` to the `IgxSimpleCombo`, which enables/disables the filtering in the list. The default is `false`. With this introduction, `filteringOptions.filterable` is no longer usde.
8+
- Added `disableFiltering` to the `IgxSimpleCombo`, which enables/disables the filtering in the list. The default is `false`.
99
- `IgxCombo`, `IgxSimpleCombo`
1010
- Removed deprecated `filteringOptions.filterable` option.
1111

projects/igniteui-angular/migrations/migration-collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@
238238
"factory": "./update-20_0_2"
239239
},
240240
"migration-48": {
241-
"version": "20.0.5",
241+
"version": "20.0.6",
242242
"description": "Updates Ignite UI for Angular from v20.0.2 to v20.0.5",
243-
"factory": "./update-20_0_5"
243+
"factory": "./update-20_0_6"
244244
}
245245
}
246246
}

projects/igniteui-angular/migrations/update-20_0_5/changes/inputs.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/igniteui-angular/migrations/update-20_0_5/index.spec.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

projects/igniteui-angular/migrations/update-20_0_5/index.ts

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)