15.0.0 (2026-06-13)
BREAKING CHANGES
- Angular 22 support
- Bump all @angular/* dependencies to ~22.0.0
- Update TypeScript to ~6.0.2 (required by Angular 22)
- Update @angular/build, @angular/cli, @angular/compiler-cli, ng-packagr to ^22.0.0
- Add ^22.0.0 to library peer dependency ranges for @angular/common and @angular/core
- Remove deprecated
baseUrltsconfig option (deprecated in TS 6.x); prefix paths entries with ./ - Replace removed ComponentFactoryResolver with modern ViewContainerRef.createComponent() in SwalDirective
- Replace removed ComponentFactoryResolver/factory.create() with createComponent() + EnvironmentInjector in SwalPortalDirective
Co-authored-by: limonte 6059356+limonte@users.noreply.github.com
- docs: add Angular 22 row to version compatibility table in README
Co-authored-by: limonte 6059356+limonte@users.noreply.github.com