Skip to content

Releases: angular/angular-cli

v15.2.6

12 Apr 18:09

Choose a tag to compare

15.2.6 (2023-04-12)

@schematics/angular

Commit Description
fix - f0b257ef4 ignore hidden directories when running browserlist migration

v16.0.0-next.7

06 Apr 05:18

Choose a tag to compare

v16.0.0-next.7 Pre-release
Pre-release

16.0.0-next.7 (2023-04-06)

@schematics/angular

Commit Description
feat - c2d2da41b add support to add service worker to standalone application
fix - f98c9de80 add experimental message when using standalone application schematic.
fix - de6d30102 replace provideServerSupport with provideServerRendering
fix - bff634fe0 update private Components utilities to work with standalone project structure

@angular/cli

Commit Description
fix - fb19f5f3d collect tech information

@angular-devkit/architect

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

@angular-devkit/build-angular

Commit Description
feat - ee8013f66 display build output table with esbuild
feat - 0eac98f61 implement progress option for esbuild builder
feat - 8c550302c initial development server for esbuild-based 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
fix - 005ba4276 ensure empty component styles compile with esbuild
fix - 4822b3ba5 keep esbuild server active until builder fully stops
fix - 67670b612 pass listening port in result for esbuild dev server
fix - b8c9667f9 remove unintended files in esbuild output stats table
perf - aae34fc02 fully lazy load sass in esbuild builder

Special Thanks

Alan Agius, Charles Lyding and Kristiyan Kostadinov

v15.2.5

05 Apr 11:51

Choose a tag to compare

15.2.5 (2023-04-05)

@angular/cli

Commit Description
fix - db173d7ed collect tech information

Special Thanks

Alan Agius

v16.0.0-next.6

30 Mar 20:51

Choose a tag to compare

v16.0.0-next.6 Pre-release
Pre-release

16.0.0-next.6 (2023-03-30)

@schematics/angular

Commit Description
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 - ba4414b2c reformat app.config.ts
fix - 202e9a50f remove compileComponents from component test schematic
fix - 85fe820b0 use same property order in standalone AppComponent

@angular-devkit/build-angular

Commit Description
fix - cdfa7ca88 allow multiple polyfills with esbuild-based builder
fix - 955b493b1 support CSP on critical CSS link tags.
perf - 458400b7b avoid unnecessary iterations

Special Thanks

Alan Agius, Charles Lyding, Cédric Exbrayat, Joey Perrott, Kristiyan Kostadinov and Mike Brocchi

v16.0.0-next.5

22 Mar 21:42

Choose a tag to compare

v16.0.0-next.5 Pre-release
Pre-release

16.0.0-next.5 (2023-03-22)

Breaking Changes

    • TypeScript 4.8 is no longer supported.

@schematics/angular

Commit Description
feat - a832c2028 Implement a standalone flag for new applications

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

@angular-devkit/build-angular

Commit Description
feat - ff5ebf9b1 add CSP support for inline styles
feat - 52969db6b initial tailwindcss support for CSS in esbuild builder

Special Thanks

Alan Agius, Charles Lyding, Kristiyan Kostadinov and Mike Brocchi

v15.2.4

16 Mar 09:11

Choose a tag to compare

15.2.4 (2023-03-16)

@angular-devkit/build-angular

Commit Description
fix - f74bfea24 update webpack dependency to 5.76.1

Special Thanks

Alan Agius

v14.2.11

16 Mar 08:56

Choose a tag to compare

14.2.11 (2023-03-16)

@angular-devkit/build-angular

Commit Description
fix - ddd33bf38 update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

v13.3.11

16 Mar 08:50

Choose a tag to compare

13.3.11 (2023-03-16)

@angular-devkit/build-angular

Commit Description
fix - 50fa9300f update webpack dependency to 5.76.1

Special Thanks

Alan Agius and Joey Perrott

v16.0.0-next.4

15 Mar 09:38

Choose a tag to compare

v16.0.0-next.4 Pre-release
Pre-release

16.0.0-next.4 (2023-03-15)

@angular-devkit/build-angular

Commit Description
feat - f04859d16 initial autoprefixer support for CSS in esbuild builder
feat - 290802060 support standalone app-shell generation
fix - 4d82e0d10 correct wrap ES2022 classes with static properties
fix - 04274afc1 set public class fields as properties (#24849)

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

v15.2.3

15 Mar 09:19

Choose a tag to compare

15.2.3 (2023-03-15)

@angular-devkit/build-angular

Commit Description
fix - a93680585 correct wrap ES2022 classes with static properties

Special Thanks

Alan Agius and Paul Gschwendtner