Skip to content

Releases: angular/angular-cli

v16.0.0-next.6

30 Mar 20:51
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v16.0.0-next.3

09 Mar 01:39
Compare
Choose a tag to compare
v16.0.0-next.3 Pre-release
Pre-release

16.0.0-next.3 (2023-03-08)

@angular-devkit/schematics-cli

Commit Description
fix - d15d44d3a correctly transform numbers from prompts

@angular/cli

Commit Description
feat - 7cb5689e0 show optional migrations during update process

@angular-devkit/build-angular

Commit Description
fix - 3978891a4 build optimizer support for non spec-compliant ES2022 class static properties

Special Thanks

Alan Agius, Charles Lyding and Kristiyan Kostadinov

v15.2.2

08 Mar 20:34
Compare
Choose a tag to compare

15.2.2 (2023-03-08)

@angular-devkit/schematics-cli

Commit Description
fix - dfd03aa7c correctly transform numbers from prompts

@angular-devkit/build-angular

Commit Description
fix - eb22f634f build optimizer support for non spec-compliant ES2022 class static properties

Special Thanks

Alan Agius

v16.0.0-next.2

01 Mar 19:57
Compare
Choose a tag to compare
v16.0.0-next.2 Pre-release
Pre-release

16.0.0-next.2 (2023-03-01)

Breaking Changes

@angular-devkit/build-angular

  • Deprecated outputPath and outputPaths from the server and browser builder have been removed from the builder output. Use outputs instead.

    Note: this change does not effect application developers.

@angular-devkit/build-angular

Commit Description
fix - d4c450829 improve parsing of error messages
refactor - a99018cd7 remove deprecated outputPaths and outputPath Builder output

Special Thanks

Alan Agius, Doug Parker and Paul Gschwendtner