Skip to content

Releases: angular/angular-cli

v8.3.19

13 Nov 20:48

Choose a tag to compare

Commits

@angular/cli (8.3.19)

Commit Description Notes
clarify ng update outdated message
add pnpm options to install package task
remove no-bin-links during npm/yarn install

@schematics/update (0.803.19)

Commit Description Notes
add pnpm and cnpm as a valid packageManagers


Special Thanks

Alan Agius, Minko Gechev

v9.0.0-rc.1

07 Nov 20:18

Choose a tag to compare

v9.0.0-rc.1 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-rc.1)

Commit Description Notes
disable update commit creation by default [Closes #16013]
use spawned process error when it's available
handle null stderr during npm install
only show add/update package install output on errors [Closes #16014]
[Closes #16027]
remove unneeded git HEAD update message [Closes #16031]
add migration name to commit header
pass next option to all update logic [Closes #16015]
verify package specifier when adding a package [Closes #16029]
skip project analytics prompt when using update [Closes #16012]
don't install using global command but rather install in a different folder
change analytics type to boolean or string

@schematics/angular (9.0.0-rc.1)

Commit Description Notes
only show `ngsw-config.json` file not find warning when `ngswConfigPath` is defined
migrate module compiler option
warn when target references a missing tsconfig [Closes #16019]
`appendValueInAstArray` should not break JSON when using different formatting
tsconfig creates invalid file references
replace `'**/*.ts` file inclusion with `**/*.d.ts`

@angular-devkit/build-angular (0.900.0-rc.1)

Commit Description Notes
temporarily disable global locale data injection
insert locale data when localizing
temporarily remove localize peer dependency
allow missing i18nFile option when using i18nLocale

@ngtools/webpack (9.0.0-rc.1)

Commit Description Notes
fix resource dep lookup on windows [Closes #15863]
skip NGCC when file system is read only


Special Thanks

Alan Agius, Charles Lyding, Filipe Silva, Renovate Bot, vikerman, Kayla Altepeter

v8.3.18

07 Nov 20:28

Choose a tag to compare

Commits

@angular/cli (8.3.18)

Commit Description Notes
don't install using global command but rather install in a different folder


Special Thanks

Alan Agius, vikerman

v9.0.0-rc.0

31 Oct 20:59

Choose a tag to compare

v9.0.0-rc.0 Pre-release
Pre-release

Commits



Special Thanks

vikerman

v9.0.0-next.19

31 Oct 01:46

Choose a tag to compare

v9.0.0-next.19 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-next.19)

Commit Description Notes
improve statues and description logs during update
updated CLI should not have analytics enabled

@schematics/angular (9.0.0-next.19)

Commit Description Notes
disable i18n migrations
universal add outputHashing to media [Closes #15953]

@angular-devkit/build-angular (0.900.0-next.19)

Commit Description Notes
temporarily disable localize for multiple locales
adjust translation parser import paths
augment with serviceworker during localization
i18n app shell with Ivy
enable locale data transform for single localization
don't emit CSS resources during a server build [Closes #12878]

@angular-devkit/schematics (9.0.0-next.19)

Commit Description Notes
use error logger method when there is a workflow error


Special Thanks

Alan Agius, Charles Lyding, Renovate Bot, Filipe Silva, Vikram Subramanian

v8.3.17

31 Oct 21:00

Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.17)

Commit Description Notes
update terser to 4.3.9 to address issue with keep_fnames [Closes #15996]


Special Thanks

vikerman, Alan Agius

v8.3.16

31 Oct 01:47

Choose a tag to compare

Commits

@angular/cli (8.3.16)

Commit Description Notes
updated CLI should not have analytics enabled


Special Thanks

vikerman, Alan Agius

v9.0.0-next.15

23 Oct 22:19

Choose a tag to compare

v9.0.0-next.15 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.900.0-next.15)

Commit Description Notes
sockPath for custom path


Special Thanks

vikerman, renovate[bot], Amadou Sall, Alan Agius, Noopur, Charles Lyding, Michael

v8.3.14

23 Oct 22:07

Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.14)

Commit Description Notes
sockPath for custom path


Special Thanks

vikerman, Noopur, Michael

v9.0.0-next.14

22 Oct 21:27

Choose a tag to compare

v9.0.0-next.14 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-next.14)

Commit Description Notes
logic to determine if the installed CLI is out of date

@schematics/angular (9.0.0-next.14)

Commit Description Notes
add tslib as a peerDependencies in library package.json

@angular-devkit/build-ng-packagr (0.900.0-next.14)

Commit Description Notes
limit support to version 9.0

Breaking Changes

@schematics/angular: remove deprecated `spec` and `styleext` options (e92c46a)

Deprecated `styleext` and `spec` options have been removed. Use `style` and `skipTests` options instead.

Special Thanks

Alan Agius, Renovate Bot, vikerman, Judy Bogart, Charles Lyding