Skip to content

v15.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:11
a088135

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 baseUrl tsconfig 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