You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type rename migrations for Size and IChangeCheckboxEventArgs
Enhanced ng update migration with type renames:
- Added SIZE type rename: Size → ElementDimensions (overlay service)
- Added IChangeCheckboxEventArgs → IChangeRadioEventArgs rename
- Migration now replaces old type names throughout the code, not just in imports
- Updated migration logic to track imported renamed types
- Added identifier replacement for all usages of renamed types
- Updated README with comprehensive type rename documentation
- Updated logger output to show all type renames
Migration now handles:
1. Import path changes (igniteui-angular → entry points)
2. Type renames in imports
3. Type renames in code (identifiers)
Addresses feedback on missing Size rename from commit c0e35b3
Co-authored-by: kdinev <[email protected]>
The migration script will automatically update your imports. No manual changes are required.
60
+
The migration script will automatically update your imports and rename types. No manual changes are required.
49
61
50
62
The main `igniteui-angular` package still exports everything for backwards compatibility, but using specific entry points is recommended for optimal bundle sizes.
0 commit comments