Shuaib Hasan Akib
35dc3ecfda
refactor(common): update examples to align with Angular best practices
...
Updated examples to use the standalone component approach and the latest
(cherry picked from commit c7affdfbc9 )
2025-11-19 22:29:53 +00:00
Kristiyan Kostadinov
cc1ec09931
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.
(cherry picked from commit 5e6d8573f4 )
2025-11-19 22:28:59 +00:00
Kristiyan Kostadinov
279824c953
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.
(cherry picked from commit 81ce1ba1d9 )
2025-11-19 22:28:23 +00:00
Kristiyan Kostadinov
00531864e0
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.
(cherry picked from commit b6c141bf8b )
2025-11-19 22:28:23 +00:00
Miles Malerba
de5fca94c5
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
(cherry picked from commit 7ddf4a6b07 )
2025-11-19 22:27:55 +00:00
Alan Agius
47fc721202
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.
(cherry picked from commit 22ad71d752 )
2025-11-19 22:22:48 +00:00
Cheng-Hsuan Tsai
d9017a4fcc
docs: update aria overview page
...
(cherry picked from commit d2fe8674f1 )
2025-11-19 22:11:23 +00:00
Alessio Pelliccione
404e90dd29
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.
(cherry picked from commit 7e5fca2608 )
2025-11-19 22:09:50 +00:00
Alan Agius
2a38387466
docs: add release document
...
Adds the initial documentation for the VSCode Angular Language Service release.
2025-11-19 14:08:36 -08:00
Alan Agius
f88e950f65
build: add vsce script
...
Adds a "vsce" script to package.json to facilitate easier VSCE packaging.
2025-11-19 14:08:36 -08:00
Joey Perrott
22f23ee7bc
docs: add version 21 to update guide page
...
(cherry picked from commit 2013261243 )
2025-11-19 22:08:10 +00:00
Georgi Serev
df37a30924
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
(cherry picked from commit 0a33a18fa4 )
2025-11-19 22:07:34 +00:00
Ben Hong
1c1b50f180
docs: add signal forms field state management guide
...
(cherry picked from commit 2ead438634 )
2025-11-19 22:07:06 +00:00
Ben Hong
563e505df0
docs: improve instruction for import in signal forms tutorial
...
(cherry picked from commit fb32a5bafa )
2025-11-19 22:06:16 +00:00
Ben Hong
9e16f0363f
docs: add signal forms tutorial
...
(cherry picked from commit d352484773 )
2025-11-19 22:06:15 +00:00
Angular Robot
480e8cfb8c
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2025-11-19 14:05:01 -08:00
Devin Chasanoff
4e14a53ab6
docs: add release blog to v21 page
...
(cherry picked from commit c2317949a8 )
2025-11-19 21:34:44 +00:00
Joey Perrott
bcab911846
docs: link to v21 blog post in changelog
...
(cherry picked from commit 1b4d1f88dc )
2025-11-19 21:34:18 +00:00
Jessica Janiuk
685477632f
build: bump core zone.js version
...
this bumps the core dep on zone.js to 0.16.0.
(cherry picked from commit 11ea1a01ff )
2025-11-19 21:22:17 +00:00
Joey Perrott
3d9c82c21d
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
(cherry picked from commit c03883ec54 )
2025-11-19 21:07:46 +00:00
Jessica Janiuk
28810e0914
build: bump adev version
...
Bump adev versions for v21 release
(cherry picked from commit d42d7523ec )
2025-11-19 20:09:29 +00:00
Joey Perrott
fe5c9a1e6a
release: bump version of in memory web api
...
(cherry picked from commit 9a663a28f9 )
2025-11-19 20:05:54 +00:00
Jessica Janiuk
63a95c7b9e
release: cut the v21.0.0 release
2025-11-19 10:07:09 -08:00
Joey Perrott
8b492ce06e
docs: update the actively supported versions
...
Update the actively supported versions table
(cherry picked from commit a51ba9c7a9 )
2025-11-19 16:47:51 +00:00
Wagner Maciel
f06c1fb834
docs: fix menubar overlay bug
...
(cherry picked from commit 3e31a9967e )
2025-11-19 16:45:40 +00:00
kirjs
ac34824608
fix(docs-infra): add moduleResolution to TypeScript compiler options for playground
...
This fixes signal forms, but idk if it breas other things
(cherry picked from commit 040af1aaa1 )
2025-11-19 16:26:24 +00:00
Cheng-Hsuan Tsai
e69855ad13
docs: aria grid replace overview example with a playful one
...
(cherry picked from commit 1289371474 )
2025-11-19 16:18:59 +00:00
Joey Perrott
17b7d56ae9
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:14:19 -08:00
Angular Robot
12193b1e36
build: update all github actions
...
See associated pull request for more information.
2025-11-19 08:13:48 -08:00
Ben Hong
27ef566b98
docs: update aria component api links
...
(cherry picked from commit d3ea7cbcc9 )
2025-11-19 16:12:55 +00:00
Angular Robot
1017cf3b92
build: update bazel dependencies
...
See associated pull request for more information.
2025-11-19 08:10:35 -08:00
Aristeidis Bampakos
4598ca3766
fix(docs-infra): add install in pnpm
...
Add missing install option in pnpm command.
(cherry picked from commit 0e1ddce1cb )
2025-11-19 16:10:14 +00:00
Ben Hong
21c126e743
docs: remove redundant labels on aria since section is marked new
...
(cherry picked from commit 758cd113b3 )
2025-11-19 16:08:30 +00:00
Ben Hong
ccb0264edb
docs: add signal forms playground template
...
(cherry picked from commit e0eb619c03 )
2025-11-19 16:03:57 +00:00
Devin Chasanoff
c2c0140532
docs: add v21 banner
...
(cherry picked from commit 3810422521 )
2025-11-19 16:02:18 +00:00
Ben Hong
28c1a2dc72
docs: add signal forms comparison guide
...
(cherry picked from commit 7a910e66d4 )
2025-11-19 01:01:42 +00:00
Matthieu Riegler
36784d70c0
docs: fix docs heading alignment
...
(cherry picked from commit c7424c8f07 )
2025-11-19 01:00:29 +00:00
Ben Hong
012326e914
docs: update angular aria guides structure, subnav menu, and examples
...
(cherry picked from commit 47eb77ffb1 )
2025-11-18 15:29:51 -08:00
Angular Robot
77fc03ffb6
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 15:29:10 -08:00
Wagner Maciel
21e288963c
docs: aria combobox examples
...
(cherry picked from commit 114c83ed8b )
2025-11-18 14:55:59 -08:00
Wagner Maciel
d285ba27a6
docs: aria menubar examples
...
(cherry picked from commit 695f4df912 )
2025-11-18 14:55:59 -08:00
Wagner Maciel
dce20b9289
docs: aria menu examples
...
(cherry picked from commit 1963bd67cc )
2025-11-18 14:55:59 -08:00
Wagner Maciel
903cb23df9
docs: aria tabs examples
...
(cherry picked from commit 04859b41a2 )
2025-11-18 14:55:59 -08:00
Wagner Maciel
363bcb311c
docs: aria autocomplete examples
...
(cherry picked from commit b2080c8fb0 )
2025-11-18 14:55:58 -08:00
Andrew Seguin
1355edde69
docs: hide temporary prerender tabs and multifile docs sections
...
(cherry picked from commit d4595791d6 )
2025-11-18 14:54:52 -08:00
Amy Sorto
e08a8e2678
docs: update overview page
...
(cherry picked from commit 111a7644ef )
2025-11-18 14:54:13 -08:00
Shuaib Hasan Akib
73e9700788
docs: format examples with replacing <docs-code> typescript examples with fenced ts code blocks
...
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/extended-diagnostics/NG8102.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
(cherry picked from commit 27fa993fb8 )
2025-11-18 22:11:28 +00:00
Cheng-Hsuan Tsai
40875702b0
docs: add aria tree examples and disable text selection
...
(cherry picked from commit 24814ce43e )
2025-11-18 22:10:37 +00:00
Andrew Scott
00dcbf2eeb
release: bump VSCode extension version to 21.0.0
2025-11-18 14:09:30 -08:00
Angular Robot
e43b4dafbf
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 11:17:30 -08:00