npm @angular-devkit/build-angular 19.0.0-next.1
v19.0.0-next.1

latest releases: 19.0.0-next.7, 18.2.5, 16.2.16...
28 days ago

19.0.0-next.1 (2024-08-22)

@schematics/angular

Commit Description
fix - 7992218a9 remove declaration and sourceMap from default tsconfig

@angular-devkit/build-angular

Commit Description
fix - 0b161bc76 remove outdated browser-esbuild option warning
refactor - e40384e63 remove deprecated browserTarget

@angular-devkit/core

Commit Description
refactor - 0d8a1006d remove deprecated fileBuffer function in favor of stringToFileBuffer

@angular/build

Commit Description
fix - 71c06c69f improve error message when an unhandled exception occurs during prerendering
fix - 6b544f70e support reading on-disk files during i18n extraction
refactor - d6a34034d remove automatic addition of @angular/localize/init polyfill and related warnings

@angular/ssr

Commit Description
feat - 9692a9054 improve handling of aborted requests in AngularServerApp

Breaking Changes

@angular-devkit/build-angular

  • The browserTarget option has been removed from the DevServer and ExtractI18n builders. buildTarget is to be used instead.

@angular-devkit/core

  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@angular/build

  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.

Don't miss a new build-angular release

NewReleases is sending notifications on new releases.