Skip to content

Commit 3586ba4

Browse files
committed
docs(*): update changelog
1 parent c6eed17 commit 3586ba4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ All notable changes for each version of this project will be documented in this
1818

1919
### Breaking Changes
2020

21+
#### Dependency Injection Refactor
22+
- All internal DI now uses the `inject()` API across `igniteui-angular` (no more constructor DI in library code).
23+
- If you extend our components/services or call their constructors directly, remove DI params and switch to `inject()` (e.g., `protected foo = inject(FooService);`).
24+
- App usage via templates remains the same; no action needed unless you subclass/override our types.
25+
2126
#### Multiple Entry Points Support
2227

2328
The library now supports multiple entry points for better tree-shaking and code splitting. While the main entry point (`igniteui-angular`) remains fully backwards compatible by re-exporting all granular entry points, we recommend migrating to the new entry points for optimal bundle sizes.

0 commit comments

Comments
 (0)