Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: angular/angular-cli

21.1.0-rc.0

08 Jan 20:06
@hybrist hybrist

Choose a tag to compare

21.1.0-rc.0 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 9006ec057 move 'provideZoneChangeDetection' to the root module
fix - 42d4febf4 update application schematics for module-based apps to use 'provideZoneChangeDetection'
fix - 5dfc0eea0 update default app component message
fix - 424a465df update default app component welcome message

@angular/cli

Commit Description
feat - 772e6efe7 add 'test' and 'e2e' MCP tools
feat - 8efb86318 Add "all" as an experimental tool group
fix - 316fca862 handle array output from npm view in manifest parser
fix - 1ad773671 update dependency @modelcontextprotocol/sdk to v1.25.2
fix - 45d4f5668 update yarn berry package manager configuration

@angular/build

Commit Description
feat - 1eda0a99f directly support ng-packagr in unit-test builder
feat - 87175f9dc disable TestBed teardown during debugging in Vitest
fix - 32adc3a75 ensure correct project targeting during Vitest debugging
fix - 1e39c77a4 inject source-map-support for Vitest browser tests
fix - 3fd7dcd76 normalize roots to POSIX in test discovery for Windows compatibility
fix - 164e7dbbc resolve test files correctly on Windows when using non-C drives
Loading
ArGul-0, IgorSedov, and amosISA reacted with thumbs up emoji ArGul-0 reacted with laugh emoji SkyZeroZx and ArGul-0 reacted with hooray emoji ArGul-0 and amosISA reacted with heart emoji ArGul-0 reacted with rocket emoji
4 people reacted

21.0.5

07 Jan 21:37
@hybrist hybrist

Choose a tag to compare

@schematics/angular

Commit Description
fix - cbd0718b9 move 'provideZoneChangeDetection' to the root module
fix - 33f7cf761 update application schematics for module-based apps to use 'provideZoneChangeDetection'
fix - 37b14d1f7 update default app component message
fix - c37dccb09 update default app component welcome message

@angular/cli

Commit Description
fix - 249563749 use narrower types for new MCP TS SDK compatibility

@angular/build

Commit Description
fix - 2b9be3a7c ensure correct project targeting during Vitest debugging
Assets 2
Loading
ArGul-0, Lucas-Lopes-Mais-Condominios, and amosISA reacted with thumbs up emoji ArGul-0 reacted with laugh emoji ArGul-0, SkyZeroZx, and lucascampolimm reacted with hooray emoji ArGul-0 reacted with heart emoji ArGul-0 reacted with rocket emoji
5 people reacted

20.3.14

07 Jan 21:27
@hybrist hybrist

Choose a tag to compare

@angular/cli

Commit Description
fix - ff366499e update dependency @modelcontextprotocol/sdk to v1.25.2
Loading
ArGul-0 and amosISA reacted with thumbs up emoji ArGul-0 reacted with eyes emoji
2 people reacted

21.1.0-next.3

18 Dec 21:33
@dgp1130 dgp1130

Choose a tag to compare

21.1.0-next.3 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 52ace04a7 improve VS Code background compilation start/end detection
fix - 288a9225c remove inlineSources from library tsconfig template

@angular/cli

Commit Description
fix - 348096623 enhance list_projects MCP tool file system traversal and symlink handling
fix - 032257a6d improve signal forms lesson examples in AI tutor
fix - 18d74dde8 rename mcp devserver tools to comply with naming spec
perf - a15db28b2 cache resolved specific version in package manager abstraction

@angular/build

Commit Description
fix - 98c207bc0 add browser condition to resolver for vitest
fix - f39f7ee95 allow non-prefixed requests when using SSR and base href
fix - 7c7e6a614 conditionally manage Vitest UI option
fix - edeb41c0e ensure tests run when compilation error is resolved
fix - 9744af1f8 remove LmdbCacheStore export from private API

@angular/ssr

Commit Description
fix - e5651224b add leading slash to well-known non-Angular URLs
fix - 081e31337 propagate status code to redirect
fix - 2d56a319d skip SSR processing for well-known non-Angular URLs like favicon.ico
Loading
amosISA, raindrop-ua, and Lucas-Lopes-Mais-Condominios reacted with thumbs up emoji
3 people reacted

21.0.4

18 Dec 20:44
@dgp1130 dgp1130

Choose a tag to compare

@schematics/angular

Commit Description
fix - b671245b9 improve VS Code background compilation start/end detection
fix - 85a28dec7 remove inlineSources from library tsconfig template

@angular/build

Commit Description
fix - deb4fff61 add browser condition to resolver for vitest
fix - 570ce8d3e allow non-prefixed requests when using SSR and base href
fix - 4dd3c1a32 conditionally manage Vitest UI option
fix - 4b8b7caec ensure tests run when compilation error is resolved
fix - bef4fcecb remove LmdbCacheStore export from private API

@angular/ssr

Commit Description
fix - bb54747da add leading slash to well-known non-Angular URLs
fix - 0cfe2e749 propagate status code to redirect
fix - eadadb848 skip SSR processing for well-known non-Angular URLs like favicon.ico
Loading
raindrop-ua reacted with thumbs up emoji lucascampolimm and amosISA reacted with hooray emoji
3 people reacted

21.1.0-next.2

10 Dec 18:56
@hybrist hybrist

Choose a tag to compare

21.1.0-next.2 Pre-release
Pre-release

@angular/cli

Commit Description
fix - d8b76e93d correctly handle yarn classic tag manifest fetching
fix - 7ab5c0b0a correctly spawn package managers on Windows in new abstraction
perf - 240588b7e optimize ng add version discovery

@angular-devkit/build-angular

Commit Description
fix - 985aa18d0 conditionally provide Zone.js change detection in the built-in test main file

@angular/build

Commit Description
fix - 30b5d81b4 Add custom middleware for to present an Angular-tailored message
fix - 2e7227b8d Ensure disposal of close-javascript-transformer
fix - 38b16ea01 ensure locale base href retains leading slash (#32040)
fix - 385165cbc inject testing polyfills in Karma unit-test executor
fix - 6d212206f support NODE_EXTRA_CA_CERTS in SSR SSL plugin
Loading
ArGul-0, 4riel, and amosISA reacted with thumbs up emoji
3 people reacted

21.0.3

10 Dec 16:44
@hybrist hybrist

Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 5d85f416f conditionally provide Zone.js change detection in the built-in test main file

@angular/build

Commit Description
fix - 778b4cffc Add custom middleware for to present an Angular-tailored message
fix - 9b02ab2ee Ensure disposal of close-javascript-transformer
fix - 0fc7d576e ensure locale base href retains leading slash (#32040)
fix - b141670a2 inject testing polyfills in Karma unit-test executor
fix - 88c18ce68 support NODE_EXTRA_CA_CERTS in SSR SSL plugin
Loading
ArGul-0, amosISA, and andriusbaltrunas reacted with thumbs up emoji
3 people reacted

21.1.0-next.1

03 Dec 14:20
@alan-agius4 alan-agius4

Choose a tag to compare

21.1.0-next.1 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - e71a72ffd generate detailed migration report for refactor-jasmine-vitest

@angular/cli

Commit Description
feat - d635a6c63 add signal forms lessons

@angular-devkit/schematics

Commit Description
fix - 98e10fa0f remove lazy imports in node tasks

@angular/build

Commit Description
fix - 63c3e3f64 add filename truncation to test discovery
fix - 8d8ba4f61 allow overriding Vitest coverage reportsDirectory option
Loading
ArGul-0, IgorSedov, and amosISA reacted with thumbs up emoji ArGul-0 reacted with hooray emoji ArGul-0 reacted with heart emoji ArGul-0 reacted with rocket emoji
3 people reacted

21.0.2

03 Dec 14:14
@alan-agius4 alan-agius4

Choose a tag to compare

@angular/cli

Commit Description
fix - f1a7116cd update @modelcontextprotocol/sdk to v1.24.0

@angular-devkit/schematics

Commit Description
fix - dc6d9469e remove lazy imports in node tasks

@angular/build

Commit Description
fix - f8a1939fd add filename truncation to test discovery
fix - 86dd3297f allow overriding Vitest coverage reportsDirectory option
Loading
amosISA reacted with thumbs up emoji
1 person reacted

20.3.13

03 Dec 14:04
@alan-agius4 alan-agius4

Choose a tag to compare

@angular/cli

Commit Description
fix - cfbb61602 update @modelcontextprotocol/sdk to v1.24.0
Loading
amosISA, marcel-lindenbergh-spotler, and robinbuerkli reacted with thumbs up emoji
3 people reacted
Previous 1 3 4 5 91 92
Previous

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /