Skip to content

Releases: angular/angular-cli

v14.2.0

25 Aug 22:26
Compare
Choose a tag to compare

14.2.0 (2022-08-25)

@angular/cli

Commit Description
fix - 596037010 add missing space after period in warning text

@angular-devkit/build-angular

Commit Description
feat - 44c25511e add ability to serve service worker when using dev-server
feat - 3fb569b5c switch to Sass modern API in esbuild builder
fix - 5bd03353a correct esbuild builder global stylesheet sourcemap URL
fix - c4402b1bd correctly handle parenthesis in url
fix - 50c783307 use valid CSS comment for sourcemaps with Sass in esbuild builder
perf - 4c251853f avoid extra string creation with no sourcemaps for esbuild sass
perf - d97640534 with esbuild builder only load Sass compiler when needed

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott, Kristiyan Kostadinov and angular-robot[bot]

v14.2.0-rc.0

17 Aug 18:00
Compare
Choose a tag to compare
v14.2.0-rc.0 Pre-release
Pre-release

14.2.0-rc.0 (2022-08-17)

v14.2.0-next.2

17 Aug 11:17
Compare
Choose a tag to compare
v14.2.0-next.2 Pre-release
Pre-release

14.2.0-next.2 (2022-08-17)

@angular-devkit/core

Commit Description
fix - db17eac25 update workspace extension warning to use correct phrasing

Special Thanks

AgentEnder, Alan Agius, Charles Lyding and Jason Bedard

v14.1.3

17 Aug 10:09
Compare
Choose a tag to compare

14.1.3 (2022-08-17)

@angular-devkit/core

Commit Description
fix - 365035cb3 update workspace extension warning to use correct phrasing

Special Thanks

AgentEnder, Alan Agius, Charles Lyding and Jason Bedard

v14.2.0-next.1

11 Aug 14:41
Compare
Choose a tag to compare
v14.2.0-next.1 Pre-release
Pre-release

14.2.0-next.1 (2022-08-11)

@angular-devkit/build-angular

Commit Description
feat - 44c25511e add ability to serve service worker when using dev-server
feat - 3fb569b5c switch to Sass modern API in esbuild builder
fix - 7de9b470c avoid collect stats from chunks with no files
fix - 70bc35456 correctly handle data URIs with escaped quotes in stylesheets
fix - f474bf532 process stylesheet resources from url tokens with esbuild browser builder
fix - 50c783307 use valid CSS comment for sourcemaps with Sass in esbuild builder
perf - 3e3dc6962 reduce babel transformation in esbuild builder
perf - 8f9cee351 use esbuild in esbuild builder to downlevel native async/await

@ngtools/webpack

Commit Description
fix - cf9afeec2 elide type only named imports when using emitDecoratorMetadata

Special Thanks

Alan Agius, Charles Lyding and Jason Bedard

v14.1.2

10 Aug 19:46
Compare
Choose a tag to compare

14.1.2 (2022-08-10)

@angular-devkit/build-angular

Commit Description
fix - 3e19c842c avoid collect stats from chunks with no files
fix - d0a0c597c correctly handle data URIs with escaped quotes in stylesheets
fix - 67b3a086f process stylesheet resources from url tokens with esbuild browser builder
perf - e6c45c316 reduce babel transformation in esbuild builder
perf - 38b71bcc0 use esbuild in esbuild builder to downlevel native async/await

@ngtools/webpack

Commit Description
fix - dd47a5e8c elide type only named imports when using emitDecoratorMetadata

Special Thanks

Alan Agius, Charles Lyding and Jason Bedard

v14.2.0-next.0

03 Aug 20:48
Compare
Choose a tag to compare
v14.2.0-next.0 Pre-release
Pre-release

14.2.0-next.0 (2022-08-03)

@angular/cli

Commit Description
fix - 596037010 add missing space after period in warning text

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and angular-robot[bot]

v14.1.1

03 Aug 18:25
Compare
Choose a tag to compare

14.1.1 (2022-08-03)

@schematics/angular

Commit Description
fix - 83dcfb32f prevent numbers from class names

@angular/cli

Commit Description
fix - 4ee825bac catch clause variable is not an Error instance

@angular-devkit/build-angular

Commit Description
fix - ef6da4aad allow the esbuild-based builder to fully resolve global stylesheet packages
fix - eed54b359 catch clause variable is not an Error instance
fix - c98471094 correctly respond to preflight requests
fix - 94b444e4c correctly set ngDevMode in esbuilder

@angular-devkit/core

Commit Description
fix - 44c18082a classify string util should concat string without using a .

@angular/create

Commit Description
fix - cb0d3fb33 use appropriate package manager to install dependencies

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Paul Gschwendtner

v12.2.18

21 Jul 13:56
Compare
Choose a tag to compare

12.2.18 (2022-07-21)

@angular-devkit/build-angular

Commit Description
fix - 4d723ca95 update terser to address CVE-2022-25858

Special Thanks

Alan Agius, Joey Perrott and Paul Gschwendtner

v14.1.0

20 Jul 19:37
Compare
Choose a tag to compare

14.1.0 (2022-07-20)

@schematics/angular

Commit Description
feat - 707911d42 support controlling addDependency utility rule install behavior
fix - a8fe4fcc3 Allow skipping existing dependencies in E2E schematic
fix - b8bf3b480 only issue a warning for addDependency existing specifier

@angular/cli

Commit Description
fix - 3884b8652 add esbuild browser builder to workspace schema

@angular-devkit/build-angular

Commit Description
feat - a7709b718 add externalDependencies to the esbuild browser builder
feat - 248860ad6 add Sass file support to experimental esbuild-based builder
feat - b06ae5514 add service worker support to experimental esbuild builder
feat - b5f6d862b Identify third-party sources in sourcemaps
fix - b3a14d056 allow third-party sourcemaps to be ignored in esbuild builder
fix - 53dd929e5 ensure esbuild builder sourcemap sources are relative to workspace

@angular-devkit/schematics

Commit Description
feat - 526cdb263 allow chain rule to accept iterables of rules

@angular/create

Commit Description
feat - cfe93fbc8 add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]