Skip to content

Releases: angular/angular-cli

v14.0.0-next.1

09 Feb 21:18

Choose a tag to compare

v14.0.0-next.1 Pre-release
Pre-release

14.0.0-next.1 (2022-02-09)

@angular/cli

Commit Description
feat - 9e69331fa use PNPM as package manager when pnpm-lock.yaml exists

@angular-devkit/build-angular

Commit Description
fix - 7ce50002a block Karma from starting until build is complete

@ngtools/webpack

Commit Description
fix - 966dd01ea support locating PNPM lock file during NGCC processing

Special Thanks

Alan Agius, Derek Cormier, Doug Parker and Joey Perrott

v13.2.3

09 Feb 20:37

Choose a tag to compare

13.2.3 (2022-02-09)

@angular-devkit/build-angular

Commit Description
fix - 8c8377fee block Karma from starting until build is complete

@ngtools/webpack

Commit Description
fix - 1317e470e support locating PNPM lock file during NGCC processing

Special Thanks

Alan Agius, Derek Cormier and Joey Perrott

v14.0.0-next.0

02 Feb 23:54

Choose a tag to compare

v14.0.0-next.0 Pre-release
Pre-release

14.0.0-next.0 (2022-02-02)

Breaking Changes

@angular/cli

  • --all option from ng update has been removed without replacement. To update packages which don’t provide ng update capabilities in your workspace package.json use npm update, yarn upgrade-interactive or yarn upgrade instead.

  • Deprecated option --prod has been removed from all builders. --configuration production/-c production should be used instead if the default configuration of the builder is not configured to production.

@angular-devkit/build-angular

  • browser and karma builders script and styles options input files extensions are now validated.

Valid extensions for scripts are:

  • .js
  • .cjs
  • .mjs
  • .jsx
  • .cjsx
  • .mjsx

Valid extensions for styles are:

  • .css

  • .less

  • .sass

  • .scss

  • .styl

  • We now issue a build time error since importing a CSS file as an ECMA module is non standard Webpack specific feature, which is not supported by the Angular CLI.

This feature was never truly supported by the Angular CLI, but has as such for visibility.

  • The deprecated showCircularDependencies browser and server builder option has been removed. The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tools.

@angular-devkit/core

  • The below APIs have been removed without replacement. Users should leverage other Node.js or other APIs.
  • fs namespace
  • clean
  • mapObject

@angular-devkit/schematics

  • Deprecated analytics property has been removed from TypedSchematicContext interface

@ngtools/webpack

  • ivy namespace has been removed from the public API.

  • ivy.AngularWebpackPlugin -> AngularWebpackPlugin

  • ivy.AngularPluginOptions -> AngularPluginOptions

@schematics/angular

Commit Description
feat - 7e7de6858 update Angular dependencies to use ^ as version prefix
feat - 69ecddaa7 update new and existing projects compilation target to ES2020

@angular/cli

Commit Description
refactor - d94a67353 remove deprecated --all option from ng update
refactor - 2fc7c73d7 remove deprecated --prod flag

@angular-devkit/build-angular

Commit Description
feat - d23a168b8 validate file extensions for scripts and styles options
fix - 07e776ea3 fail build when importing CSS files as an ECMA modules
refactor - 0a1cd584d remove deprecated showCircularDependencies browser and server builder option

@angular-devkit/core

Commit Description
refactor - a0c02af7e remove deprecated fs, object and array APIs

@angular-devkit/schematics

Commit Description
refactor - 44c1e6d0d remove deprecated analytics property

@ngtools/webpack

Commit Description
refactor - 9277eed1d remove deprecated ivy namespace

Special Thanks

Alan Agius, Doug Parker and Joey Perrott

v13.2.2

02 Feb 23:12

Choose a tag to compare

13.2.2 (2022-02-02)

@angular-devkit/build-angular

Commit Description
fix - cc5505cfc add whatwg-url to downlevel exclusion list
fix - ff54b49e7 ensure to use content hash as filenames hashing mechanism
perf - b0e2bb289 update license-webpack-plugin to 4.0.1

@angular-devkit/core

Commit Description
fix - c8826a973 correctly resolve schema references defaults

Special Thanks

Alan Agius, Derek Cormier and Joey Perrott

v13.2.1

31 Jan 18:44

Choose a tag to compare

13.2.1 (2022-01-31)

@angular-devkit/build-angular

Commit Description
fix - acd752773 invalid browsers version ranges

Special Thanks

Alan Agius

v12.2.16

31 Jan 18:13

Choose a tag to compare

12.2.16 (2022-01-31)

@angular-devkit/build-angular

Commit Type Description
ebfdcc635 fix invalid browsers version ranges

Special Thanks

Alan Agius

v13.2.0

26 Jan 21:42

Choose a tag to compare

13.2.0 (2022-01-26)

@schematics/angular

Commit Description
fix - 41a828e20 updated Angular new project version to v13.2.0-next.0

@angular-devkit/architect

Commit Description
fix - f2c6b2b7e correctly handle ESM builders

@angular-devkit/build-angular

Commit Description
feat - cbe028e37 expose i18nDuplicateTranslation option of browser and server builders
fix - 509322b62 Don't use TAILWIND_MODE=watch

@angular-devkit/build-webpack

Commit Description
fix - 820ff2a3e correctly handle ESM webpack configurations

Special Thanks

Alan Agius, CΓ©dric Exbrayat, Derek Cormier, Doug Parker, Joey Perrott, Jordan Pittman, grant-wilson and minijus

v13.2.0-rc.1

25 Jan 00:15

Choose a tag to compare

v13.2.0-rc.1 Pre-release
Pre-release

13.2.0-rc.1 (2022-01-24)

@angular-devkit/architect

Commit Description
fix - f2c6b2b7e correctly handle ESM builders

@angular-devkit/build-webpack

Commit Description
fix - 820ff2a3e correctly handle ESM webpack configurations

Special Thanks

Alan Agius, Derek Cormier and Doug Parker

v13.2.0-rc.0

19 Jan 22:12

Choose a tag to compare

v13.2.0-rc.0 Pre-release
Pre-release

13.2.0-rc.0 (2022-01-19)

@angular-devkit/build-angular

Commit Description
fix - a0784bd8c disable parsing new URL syntax
fix - acf7532bd load translations fresh start
fix - b5c4a2344 support ESNext as target for JavaScript optimizations

Special Thanks

Alan Agius, Bill Barry, Doug Parker and Joey Perrott

v13.1.4

19 Jan 21:30

Choose a tag to compare

13.1.4 (2022-01-19)

@angular-devkit/build-angular

Commit Description
fix - 2f2069dba disable parsing new URL syntax
fix - bddd0fb9f support ESNext as target for JavaScript optimizations

Special Thanks

Alan Agius, Derek Cormier and Doug Parker