Skip to content

Releases: angular/angular-cli

v16.0.2

17 May 12:28

Choose a tag to compare

16.0.2 (2023-05-17)

@angular-devkit/build-angular

Commit Description
fix - 7a3c895c8 attempt relative global script read first in esbuild builder
fix - f30be2518 correctly generate serviceworker hashes for binary assets
fix - 117e8d001 normalize Vite dev-server Windows asset paths
perf - e5c1d43de minor sourcemap ignorelist improvements for esbuild builder

v16.0.1

10 May 20:07

Choose a tag to compare

16.0.1 (2023-05-10)

@angular-devkit/build-angular

Commit Description
fix - ed82c83fe avoid CommonJS warnings for relative imports with esbuild builders
fix - 3083c4eda avoid hash filenames for non-injected global styles/scripts
fix - b106bc9d0 clean incoming index URL before processing in esbuild builder
fix - 2967705ed convert dev-server glob proxy entries for esbuild builder
fix - a9d20015c disable runtime errors from being displayed in overlay
fix - 822b552f6 fix index option const value for browser-esbuild
fix - 131cd23b6 prevent relative import failure with Less in esbuild builder
fix - fedcc5d92 properly set base dev-server path with esbuild
fix - cb3161045 show error note for CSS url() tilde usage in esbuild builder
fix - 54e5000ca workaround for esbuild static block AOT generated code

@angular-devkit/schematics

Commit Description
fix - 5a35970af do not generate an UpdateBuffer for created and overridden files

@angular/pwa

Commit Description
fix - 70d224ca7 compress PWA icons

v16.0.0

03 May 17:54

Choose a tag to compare

16.0.0 (2023-05-03)

@angular/cli

Commit Description
feat - 68024234e remove deprecated defaultCollection from workspace configuration
feat - d58428d3d remove deprecated defaultProject from workspace configuration
feat - 7cb5689e0 show optional migrations during update process
refactor - c29c8e18d remove Node.js v14 support

@schematics/angular

Commit Description
feat - c2d2da41b add support to add service worker to standalone application
feat - 22fdd7da9 generate functional resolvers and guards by default
feat - a832c2028 Implement a standalone flag for new applications
feat - 5ceedcb11 remove deprecated CanLoad option for guards
feat - c9e84d024 remove generation of BrowserModule.withServerTransition
feat - 50b9e59a5 update app-shell schematic to support standalone applications
feat - dc5cc893d Update universal schematic to support standalone applications
fix - f98c9de80 add experimental message when using standalone application schematic.
fix - a5cb46124 add standalone option to library library
fix - b2ed7bd10 provide migration that disables build optimizer on dev server builds
fix - ba4414b2c reformat app.config.ts
fix - 202e9a50f remove compileComponents from component test schematic
fix - 0d58f73c5 rename app.server.module.ts to app.module.server.ts
fix - de6d30102 replace provideServerSupport with provideServerRendering
fix - bff634fe0 update private Components utilities to work with standalone project structure
fix - 85fe820b0 use same property order in standalone AppComponent

Commit Description
build - 5a171ddff update to TypeScript 5 and drop support for TypeScript 4.8

@angular-devkit/architect

Commit Description
fix - 48871381a allow registered builder teardowns to execute

@angular-devkit/build-angular

Commit Description
feat - ff5ebf9b1 add CSP support for inline styles
feat - ee8013f66 display build output table with esbuild
feat - 0eac98f61 implement progress option for esbuild builder
feat - f04859d16 initial autoprefixer support for CSS in esbuild builder
feat - 8c550302c initial development server for esbuild-based builder
feat - 52969db6b initial tailwindcss support for CSS in esbuild builder
feat - ce46ecae0 support module resolution with less stylesheets in esbuild builder
feat - 584b51907 support scripts option with esbuild builder
feat - e4883b0ee support SSL options with esbuild development server
feat - 290802060 support standalone app-shell generation
fix - 766c14698 add sourcemap x_google_ignoreList support for esbuild builder
fix - cdfa7ca88 allow multiple polyfills with esbuild-based builder
fix - e690b7cbd always enable looseEnums build optimizer rule
fix - 135ab4c36 avoid double sourcemap comments with esbuild dev-server
fix - dcf60d2be correctly filter lazy global styles in esbuild builder
fix - 342a4ea30 correctly show initial files in stat table with esbuild builder
fix - 107851ae4 display warning when preserveWhitespaces is set in the tsconfig provided to the server builder
fix - ff8a89cbf ensure all build resources are served in esbuild dev server
fix - f76a8358e ensure directories are properly ignored in esbuild builder
fix - 005ba4276 ensure empty component styles compile with esbuild
fix - f74151baa exclude @angular/platform-server/init from unsafe optimizations
[fix - f72155bc7](https://github.com/angular/angula...
Read more

v15.2.8

03 May 16:26

Choose a tag to compare

15.2.8 (2023-05-03)

v16.0.0-rc.4

28 Apr 18:48

Choose a tag to compare

v16.0.0-rc.4 Pre-release
Pre-release

16.0.0-rc.4 (2023-04-28)

@angular-devkit/build-angular

Commit Description
fix - 26dced95c JIT support for standalone applications

v16.0.0-rc.3

27 Apr 22:47

Choose a tag to compare

v16.0.0-rc.3 Pre-release
Pre-release

16.0.0-rc.3 (2023-04-27)

@schematics/angular

Commit Description
fix - b2ed7bd10 provide migration that disables build optimizer on dev server builds

@angular-devkit/build-angular

Commit Description
fix - e690b7cbd always enable looseEnums build optimizer rule
fix - f74151baa exclude @angular/platform-server/init from unsafe optimizations
perf - e1398d333 do not inline sourcemap when using vite dev-server

v16.0.0-rc.2

27 Apr 01:30

Choose a tag to compare

v16.0.0-rc.2 Pre-release
Pre-release

16.0.0-rc.2 (2023-04-26)

@schematics/angular

Commit Description
fix - a5cb46124 add standalone option to library library
fix - 0d58f73c5 rename app.server.module.ts to app.module.server.ts
fix - b21a0e733 replace vscode launch type from pwa-chrome to chrome

@angular-devkit/build-angular

Commit Description
fix - 766c14698 add sourcemap x_google_ignoreList support for esbuild builder
fix - 135ab4c36 avoid double sourcemap comments with esbuild dev-server
fix - 1a8833b21 provide option to run build-optimizer on server bundles
fix - c272172c8 update esbuild builder complete log
fix - eca366a84 use preserveSymlinks option for tsconfigs in esbuild builder

v15.2.7

26 Apr 13:15

Choose a tag to compare

15.2.7 (2023-04-26)

@schematics/angular

Commit Description
fix - d9aefd6da replace vscode launch type from pwa-chrome to chrome

@angular/cli

Commit Description
fix - f4a6dac87 process keeps running when analytics are enabled
perf - f9b2fb1c4 register CLI commands lazily

v16.0.0-rc.1

19 Apr 22:51

Choose a tag to compare

v16.0.0-rc.1 Pre-release
Pre-release

16.0.0-rc.1 (2023-04-19)

@angular/cli

Commit Description
fix - bae6b2822 process keeps running when analytics are enabled
perf - 19f9d351c register CLI commands lazily

@angular-devkit/build-angular

Commit Description
fix - dcf60d2be correctly filter lazy global styles in esbuild builder
fix - 342a4ea30 correctly show initial files in stat table with esbuild builder
fix - 107851ae4 display warning when preserveWhitespaces is set in the tsconfig provided to the server builder
fix - f72155bc7 fully remove third-party sourcemaps when disabled in esbuild builder
fix - 0b450578a update list of known tailwind configuration files
perf - a710a262a cache Sass in memory with esbuild watch mode

v16.0.0-rc.0

12 Apr 21:02

Choose a tag to compare

v16.0.0-rc.0 Pre-release
Pre-release

16.0.0-rc.0 (2023-04-12)

@angular-devkit/build-angular

Commit Description
fix - ff8a89cbf ensure all build resources are served in esbuild dev server
fix - f76a8358e ensure directories are properly ignored in esbuild builder
fix - adbf2c8a1 normalize long-form asset option output to relative path
fix - a778fe6c2 show lazy files in stat table correctly with esbuild
perf - 28c27567c asynchronously delete output path in esbuild builder
perf - b2ece91b7 enhance Sass package resolution in esbuild builder
perf - 9ea3e8e34 only import esbuild watcher when in watch mode
perf - f88ac6fdf skip Angular linker in JIT mode with esbuild