Skip to content

Releases: angular/angular-cli

v9.0.4

27 Feb 22:05
Compare
Choose a tag to compare

Commits

@angular/cli (9.0.4)

Commit Description Notes
expand locale pattern in all schemas for all cases
directly remove ansi color codes when no color support

@schematics/angular (9.0.4)

Commit Description Notes
Allow empty string in the type option

@angular-devkit/schematics-cli (0.900.4)

Commit Description Notes
provide resolvePaths to NodeWorkflow [Closes #17067]

@angular-devkit/build-angular (0.900.4)

Commit Description Notes
allow function in filename while changing the name of compiling chunks [Closes #17087]
limit the amount of CPUs used by workers
fix autoprefixer comments support in scss [Closes #17041]
baseHref with protocol and localize option
update core-js to 3.6.4 [Closes #16955]

@angular/pwa (0.900.4)

Commit Description Notes
use relative paths in webmanifest

@ngtools/webpack (9.0.4)

Commit Description Notes
don't elide decorated method parameter type reference [Closes #17080]
always use VE for deprecated string route discovery
handle union type with a nullable argument


Special Thanks

Alan Agius, Sachin Grover, Charles Lyding, Doug Parker, Cyrille Tuzi, Schneider

v9.1.0-next.0

19 Feb 22:47
Compare
Choose a tag to compare
v9.1.0-next.0 Pre-release
Pre-release

Commits

@angular-devkit/benchmark (0.901.0-next.0)

Commit Description Notes
add capabilities to benchmark watch processes

@angular-devkit/build-angular (0.901.0-next.0)

Commit Description Notes
pass "grep" and "invertGrep" [Closes #13020]
export protractor builder

@angular/cli (9.1.0-next.0)

Commit Description Notes
Support XDG Base Directory Specfication
add pnpm options to install package task [Closes #16149]

@angular/pwa (0.901.0-next.0)

Commit Description Notes
support for maskable icons

@schematics/angular (9.1.0-next.0)

Commit Description Notes
add opt in option 'displayBlock'
update karma and karma-jasmine

@schematics/update (0.901.0-next.0)

Commit Description Notes
add pnpm and cnpm as a valid packageManagers


Special Thanks

Renovate Bot, Alan Agius, Filipe Silva, renovate[bot], Doug Parker, Charles Lyding, Keen Yee Liau, Jonathan Garvey, Reto Ryter, Seth Jones, Douglas Parker, Mike Hartington, Vikram Subramanian, Amadou Sall, Murad, minijus

v9.0.3

19 Feb 22:22
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.900.3)

Commit Description Notes
limit CPUs used by terser-webpack-plugin
Correctly prints the size of the chunk during the build statistic print.
insert sourcemap source content when using fast path

@angular/cli (9.0.3)

Commit Description Notes
print `ng update` errors stack to log file

@ngtools/webpack (9.0.3)

Commit Description Notes
elide imports for `implements` keywords [Closes #16907]
add local dts file as dependencies [Closes #16920]
[Closes #16921]

@schematics/angular (9.0.3)

Commit Description Notes
scroll issue on new app after adding Material [Closes #16966]
set inlineTemplate and inlineStyle for minimal projects


Special Thanks

Alan Agius, Keen Yee Liau, Sachin Grover, Santosh Yadav, Christoph Guttandin, Filipe Silva, Joey Perrott, EmaGht, Charles Lyding

v9.0.2

12 Feb 22:20
Compare
Choose a tag to compare

Commits

@angular/cli (9.0.2)

Commit Description Notes
add skipTests to @schematics/angular:component in config schema
typo in error message
expand locale pattern in workspace schema
fully use add command registry option when installing packages
support path spaces with temporary package installs
added clarity on angular cli version issues [Closes #16888]
fix the URL for doc search

@schematics/angular (9.0.2)

Commit Description Notes
add include to type definitions in tsconfig [Closes #16923]
migrate spec and styleext schematic options

@angular-devkit/build-angular (0.900.2)

Commit Description Notes
generate correct filenames when targeting ESNext
provide explicit return type for extract-i18n builder
only remove localize polyfill if in AOT mode
correct maximum budget size message [Closes #16871]

@angular-devkit/core (9.0.2)

Commit Description Notes
Rename to a non-existing dir [Closes #16484]

@angular-devkit/schematics (9.0.2)

Commit Description Notes
allow custom registry for node package task


Special Thanks

Charles Lyding, Alan Agius, Sachin Grover, Doug Parker, Ivan, Filipe Silva, RiccardoBracci, John Papa, George Kalpakas

v9.0.1

07 Feb 00:59
Compare
Choose a tag to compare

Commits

@ngtools/webpack (9.0.1)

Commit Description Notes
only load test helpers on tests [Closes #16858]


Special Thanks

Minko Gechev, Filipe Silva

v9.0.0

06 Feb 20:47
Compare
Choose a tag to compare

Commits

@angular-devkit/architect (0.900.0)

Commit Description Notes
support multiple configs in WorkspaceNodeModulesArchitectHost
support accessing project metadata
clone workspace objects before builder use

@angular-devkit/benchmark (0.900.0)

Commit Description Notes
Allows the CLI repo to be hosted in a directory with spaces. (#16073)

@angular-devkit/build-angular (0.900.0)

Commit Description Notes
support TSLint 6.0+
support i18n localization for non-differential builds
support deprecated i18n options with new configuration
support parallel i18n localization
optimize i18n localize usage in source locale
initial support for i18n translation inlining
update peer dependency support
add experimentalRollupPass (#15690)
add support for i18n extraction with Ivy (#15796)
add analytics for ivy/non-ivy builds
set document locale when using i18nLocale [Closes #8102]
deprecate `lazyModules` option
ignore express and hapi depedency expresstion (#15586)
enable bundleDependencies by default for server builder
expose webpack-dev-server's allowedHosts option [Closes #13656]
update sass-loader to 8.0.0
exclude TSX test files from test coverage
collect test coverage from JSX/TSX files
resolve webdriver-manager from protractor location
provide supported browsers to babel
use translation file in bundle hash calculations
add crossorigin attribute to lazy chunks [Closes #16801]
remove unneeded regex polyfills
when optimizing do not emit Ivy class metadata or module scope
Read more

v8.3.25

06 Feb 01:29
Compare
Choose a tag to compare

Commits

Misc

Commit Description Notes
remove alias for ng doc command

@angular-devkit/build-angular (0.803.25)

Commit Description Notes
provide supported browsers to babel
add crossorigin attribute to lazy chunks [Closes #16801]


Special Thanks

Alan Agius, Charles Lyding, Minko Gechev

v9.0.0-rc.14

05 Feb 01:13
Compare
Choose a tag to compare
v9.0.0-rc.14 Pre-release
Pre-release

Commits

@ngtools/webpack (9.0.0-rc.14)

Commit Description Notes
don't elide imports for type references that are needed for decorator metadata [Closes #16808]


Special Thanks

Minko Gechev, Alan Agius

v9.0.0-rc.13

04 Feb 23:07
Compare
Choose a tag to compare
v9.0.0-rc.13 Pre-release
Pre-release

Commits

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

Commit Description Notes
provide supported browsers to babel
use translation file in bundle hash calculations
add crossorigin attribute to lazy chunks [Closes #16801]

@schematics/angular (9.0.0-rc.13)

Commit Description Notes
resolve windows paths in tsconfig migration [Closes #16800]


Special Thanks

Alan Agius, Charles Lyding, Filipe Silva, Minko Gechev, Renovate Bot

v9.0.0-rc.12

31 Jan 01:23
Compare
Choose a tag to compare
v9.0.0-rc.12 Pre-release
Pre-release

Commits

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

Commit Description Notes
remove unneeded regex polyfills


Special Thanks

Charles Lyding, Minko Gechev