Charles
e77fb1fb14
docs: separate Zone.js-specific testing utilities into new guide
...
This commit moves documentation for Zone.js-dependent testing utilities
(`waitForAsync`, `fakeAsync`, `tick`, `discardPeriodicTasks`, `flushMicrotasks`)
from `testing/utility-apis.md` to a new dedicated guide:
`testing/zone-js-testing-utilities.md`.
2025-11-19 16:40:35 -08:00
tsc036
34e1fe235f
refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder
...
move framework enum and profile_types to a shared folder so it can be used by wiz
2025-11-19 15:22:49 -08:00
Angular Robot
4c31f8ebf4
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-19 15:00:49 -08:00
Ben Hong
38f4ea1ea8
docs: add signal forms validation guide
2025-11-19 14:53:01 -08:00
Ben Hong
4771dc9cf7
docs: add redirect for angular overview
2025-11-19 14:52:39 -08:00
SkyZeroZx
e9ba63a4c1
docs: Adds documentation for generic type argument to SimpleChanges
2025-11-19 14:31:53 -08:00
Joey Perrott
0bb09dc5ba
build: update to latest ng-dev tooling for caretaker handoff update
...
Update to the latest tooling to upate how caretaker handoff is handled, using new standardized groupings
2025-11-19 14:30:17 -08:00
Shuaib Hasan Akib
c7affdfbc9
refactor(common): update examples to align with Angular best practices
...
Updated examples to use the standalone component approach and the latest
2025-11-19 14:29:49 -08:00
Kristiyan Kostadinov
5e6d8573f4
perf(core): avoid repeat searches for field directive
...
The `getControlDirective` is called multiple times, both at init and during each update run. Under the hood it performs a linear search for the `Field` directive.
We can speed this up by finding its index once and reusing it since the array of directive matches is static.
2025-11-19 14:28:56 -08:00
Kristiyan Kostadinov
81ce1ba1d9
refactor(compiler): remove interpolation-related symbols
...
We removed the ability to customize the interpolation some time ago. These changes remove the remaining code related to them.
2025-11-19 14:28:20 -08:00
Kristiyan Kostadinov
b6c141bf8b
refactor(compiler): remove container blocks config
...
Removes the ability to specify container blocks when creating an i18n parser. We were only passing in `switch` and it likely won't change.
2025-11-19 14:28:20 -08:00
Miles Malerba
7ddf4a6b07
fix(forms): run reset as untracked
...
Run the signal forms `reset()` as untracked so it does not trigger
`effect` to rerun when the model changes
Fixes https://github.com/angular/angular/issues/65322
2025-11-19 14:27:52 -08:00
Alan Agius
22ad71d752
refactor: improve release process instructions and vsce login handling
...
This commit introduces several improvements to the release process:
- Adds a clear warning and instructions to test the extension before merging the release PR
- Removes the explicit `vsce login` command.
2025-11-19 14:22:46 -08:00
Cheng-Hsuan Tsai
d2fe8674f1
docs: update aria overview page
2025-11-19 14:11:20 -08:00
Alessio Pelliccione
7e5fca2608
docs: add style binding example to style guide
...
Adds a parallel example for style bindings alongside the existing class binding example, demonstrating the preferred syntax of [style.property] and [style] over [ngStyle] directive.
2025-11-19 14:09:46 -08:00
Joey Perrott
2013261243
docs: add version 21 to update guide page
2025-11-19 14:08:07 -08:00
Georgi Serev
0a33a18fa4
docs(docs-infra): fix code editor file creation and renaming
...
Hide the field when the user unfocuses from it; Fill the input with the file name when renaming; Fix file path renaming
2025-11-19 14:07:30 -08:00
Ben Hong
2ead438634
docs: add signal forms field state management guide
2025-11-19 14:07:03 -08:00
Ben Hong
fb32a5bafa
docs: improve instruction for import in signal forms tutorial
2025-11-19 14:06:11 -08:00
Ben Hong
d352484773
docs: add signal forms tutorial
2025-11-19 14:06:11 -08:00
Angular Robot
ca18d8e967
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2025-11-19 14:04:38 -08:00
Devin Chasanoff
c2317949a8
docs: add release blog to v21 page
2025-11-19 14:34:40 -07:00
Joey Perrott
1b4d1f88dc
docs: link to v21 blog post in changelog
2025-11-19 14:34:15 -07:00
Jessica Janiuk
11ea1a01ff
build: bump core zone.js version
...
this bumps the core dep on zone.js to 0.16.0.
2025-11-19 13:22:14 -08:00
Joey Perrott
c03883ec54
build: provide a specific version of zone.js for the vscode pre standalone test
...
Use zone.js 0.15.0 specifically instead of moving to a later verison of zone.js for the test
2025-11-19 13:07:43 -08:00
Jessica Janiuk
58014cb01a
release: cut the zone.js-0.16.0 release
zone.js-0.16.0
2025-11-19 12:38:52 -08:00
Jessica Janiuk
d42d7523ec
build: bump adev version
...
Bump adev versions for v21 release
2025-11-19 12:09:26 -08:00
Joey Perrott
9a663a28f9
release: bump version of in memory web api
2025-11-19 12:05:51 -08:00
Jessica Janiuk
4c6b4d76a0
docs: release notes for the v21.0.0 release
2025-11-19 10:10:14 -08:00
Jessica Janiuk
eb2f6653c9
docs: release notes for the v20.3.13 release
2025-11-19 09:43:03 -08:00
Joey Perrott
a51ba9c7a9
docs: update the actively supported versions
...
Update the actively supported versions table
2025-11-19 08:47:48 -08:00
Wagner Maciel
3e31a9967e
docs: fix menubar overlay bug
2025-11-19 08:45:37 -08:00
kirjs
040af1aaa1
fix(docs-infra): add moduleResolution to TypeScript compiler options for playground
...
This fixes signal forms, but idk if it breas other things
2025-11-19 08:26:17 -08:00
Cheng-Hsuan Tsai
1289371474
docs: aria grid replace overview example with a playful one
2025-11-19 08:18:56 -08:00
Angular Robot
56b40d835f
build: update dependency @inquirer/prompts to v8
...
See associated pull request for more information.
2025-11-19 08:14:42 -08:00
Angular Robot
52d05f9be9
build: update all github actions
...
See associated pull request for more information.
2025-11-19 08:13:22 -08:00
Ben Hong
d3ea7cbcc9
docs: update aria component api links
2025-11-19 08:12:51 -08:00
Angular Robot
634bfec66c
build: update bazel dependencies
...
See associated pull request for more information.
2025-11-19 08:11:01 -08:00
Aristeidis Bampakos
0e1ddce1cb
fix(docs-infra): add install in pnpm
...
Add missing install option in pnpm command.
2025-11-19 08:10:09 -08:00
Ben Hong
90bd469ac3
docs: iterate on signal forms essential guide
2025-11-19 08:09:04 -08:00
Ben Hong
758cd113b3
docs: remove redundant labels on aria since section is marked new
2025-11-19 08:08:26 -08:00
Andrew Scott
2cbe9425bf
docs: bump VSCode extension version to 21.0.0
...
cherrypick notes into main (and version bump)
2025-11-19 08:05:48 -08:00
Angular Robot
ce98cc7dea
build: update dependency @codemirror/view to v6.38.8
...
See associated pull request for more information.
2025-11-19 08:04:52 -08:00
Ben Hong
e0eb619c03
docs: add signal forms playground template
2025-11-19 08:03:53 -08:00
Devin Chasanoff
3810422521
docs: add v21 banner
2025-11-19 08:02:14 -08:00
Joey Perrott
35125c6116
build: force angular cli to run in non-TTY mode for adev and devapp
...
Force adev and devapp to run in non-TTY mode so it doesn't create a prompt that can't be interacted with. This will initially have no effect,
but the fix is expected to land in CLI to make this work as expected in the next few days.
2025-11-19 08:00:40 -08:00
Ben Hong
7a910e66d4
docs: add signal forms comparison guide
2025-11-18 17:01:39 -08:00
Matthieu Riegler
c7424c8f07
docs: fix docs heading alignment
2025-11-18 17:00:24 -08:00
Ben Hong
47eb77ffb1
docs: update angular aria guides structure, subnav menu, and examples
2025-11-18 15:29:47 -08:00
Angular Robot
7e9f1cc8d8
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 15:28:38 -08:00