-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Releases: angular/angular-cli
Releases · angular/angular-cli
v16.0.0-rc.2
v16.0.0-rc.2
Pre-release
Pre-release
16.0.0-rc.2 (2023年04月26日)
@schematics/angular
Commit | Description |
---|---|
fix - a5cb46124 | add standalone option to library library |
fix - 0d58f73c5 | rename app.server.module.ts to app.module.server.ts |
fix - b21a0e733 | replace vscode launch type from pwa-chrome to chrome |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 766c14698 | add sourcemap x_google_ignoreList support for esbuild builder |
fix - 135ab4c36 | avoid double sourcemap comments with esbuild dev-server |
fix - 1a8833b21 | provide option to run build-optimizer on server bundles |
fix - c272172c8 | update esbuild builder complete log |
fix - eca366a84 | use preserveSymlinks option for tsconfigs in esbuild builder |
Assets 2
4 people reacted
v15.2.7
15.2.7 (2023年04月26日)
@schematics/angular
Commit | Description |
---|---|
fix - d9aefd6da | replace vscode launch type from pwa-chrome to chrome |
@angular/cli
Commit | Description |
---|---|
fix - f4a6dac87 | process keeps running when analytics are enabled |
perf - f9b2fb1c4 | register CLI commands lazily |
Assets 2
9 people reacted
v16.0.0-rc.1
v16.0.0-rc.1
Pre-release
Pre-release
16.0.0-rc.1 (2023年04月19日)
@angular/cli
Commit | Description |
---|---|
fix - bae6b2822 | process keeps running when analytics are enabled |
perf - 19f9d351c | register CLI commands lazily |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - dcf60d2be | correctly filter lazy global styles in esbuild builder |
fix - 342a4ea30 | correctly show initial files in stat table with esbuild builder |
fix - 107851ae4 | display warning when preserveWhitespaces is set in the tsconfig provided to the server builder |
fix - f72155bc7 | fully remove third-party sourcemaps when disabled in esbuild builder |
fix - 0b450578a | update list of known tailwind configuration files |
perf - a710a262a | cache Sass in memory with esbuild watch mode |
Assets 2
6 people reacted
v16.0.0-rc.0
v16.0.0-rc.0
Pre-release
Pre-release
16.0.0-rc.0 (2023年04月12日)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - ff8a89cbf | ensure all build resources are served in esbuild dev server |
fix - f76a8358e | ensure directories are properly ignored in esbuild builder |
fix - adbf2c8a1 | normalize long-form asset option output to relative path |
fix - a778fe6c2 | show lazy files in stat table correctly with esbuild |
perf - 28c27567c | asynchronously delete output path in esbuild builder |
perf - b2ece91b7 | enhance Sass package resolution in esbuild builder |
perf - 9ea3e8e34 | only import esbuild watcher when in watch mode |
perf - f88ac6fdf | skip Angular linker in JIT mode with esbuild |
Assets 2
5 people reacted
v15.2.6
15.2.6 (2023年04月12日)
@schematics/angular
Commit | Description |
---|---|
fix - f0b257ef4 | ignore hidden directories when running browserlist migration |
Assets 2
v16.0.0-next.7
v16.0.0-next.7
Pre-release
Pre-release
16.0.0-next.7 (2023年04月06日)
@schematics/angular
Commit | Description |
---|---|
feat - c2d2da41b | add support to add service worker to standalone application |
fix - f98c9de80 | add experimental message when using standalone application schematic. |
fix - de6d30102 | replace provideServerSupport with provideServerRendering |
fix - bff634fe0 | update private Components utilities to work with standalone project structure |
@angular/cli
Commit | Description |
---|---|
fix - fb19f5f3d | collect tech information |
@angular-devkit/architect
Commit | Description |
---|---|
fix - 48871381a | allow registered builder teardowns to execute |
@angular-devkit/build-angular
Commit | Description |
---|---|
feat - ee8013f66 | display build output table with esbuild |
feat - 0eac98f61 | implement progress option for esbuild builder |
feat - 8c550302c | initial development server for esbuild-based builder |
feat - ce46ecae0 | support module resolution with less stylesheets in esbuild builder |
feat - 584b51907 | support scripts option with esbuild builder |
feat - e4883b0ee | support SSL options with esbuild development server |
fix - 005ba4276 | ensure empty component styles compile with esbuild |
fix - 4822b3ba5 | keep esbuild server active until builder fully stops |
fix - 67670b612 | pass listening port in result for esbuild dev server |
fix - b8c9667f9 | remove unintended files in esbuild output stats table |
perf - aae34fc02 | fully lazy load sass in esbuild builder |
Special Thanks
Alan Agius, Charles Lyding and Kristiyan Kostadinov
Assets 2
3 people reacted
v15.2.5
15.2.5 (2023年04月05日)
@angular/cli
Commit | Description |
---|---|
fix - db173d7ed | collect tech information |
Special Thanks
Alan Agius
Assets 2
v16.0.0-next.6
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
Assets 2
1 person reacted
v16.0.0-next.5
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
Assets 2
4 people reacted
v15.2.4
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
Assets 2
3 people reacted