Alex Rickabaugh
2e907eaa98
refactor(compiler-cli): remove circular dep in the partial evaluator ( #59083 )
...
Use `import type` to break a phantom import cycle.
PR Close #59083
2024-12-05 16:01:14 -08:00
Tom Wilkinson
8780399234
refactor(core): Remove event_contract_multi_container ( #59059 )
...
This code has been moved internally.
PR Close #59059
2024-12-05 15:24:43 -08:00
Joey Perrott
73dc59d83e
ci: update to latest version of dev-infra actions ( #59070 )
...
Update to latest version of the actions
PR Close #59070
2024-12-05 08:17:29 -07:00
Pawel Kozlowski
4a030f7308
release: cut the v19.1.0-next.2 release
19.1.0-next.2
2024-12-04 20:30:03 +01:00
Pawel Kozlowski
acf9ab2033
docs: release notes for the v19.0.3 release
2024-12-04 20:22:58 +01:00
Matthieu Riegler
04e074bc04
Revert "fix(platform-server): remove peer dependency on animations ( #58997 )" ( #59051 )
...
This reverts commit 1cfbfc66d3 .
PR Close #59051
2024-12-04 19:11:12 +01:00
Angular Robot
60e59007b0
build: update cross-repo angular dependencies ( #59011 )
...
See associated pull request for more information.
PR Close #59011
2024-12-04 18:07:50 +01:00
hawkgs
77a0ee85c1
feat(docs-infra): use angular-ts and angular-html shiki highlighting ( #59004 )
...
Use `angular-ts` instead of `typescript` and `angular-html` instead of `html`.
PR Close #59004
2024-12-04 18:05:59 +01:00
hawkgs
0a399e7f9c
refactor(docs-infra): update comments ( #59004 )
...
Add missing file header comments and update others.
PR Close #59004
2024-12-04 18:05:59 +01:00
hawkgs
b8b6c8c77a
refactor(docs-infra): convert code-example-s that have only region param to @example-s ( #59004 )
...
Replace all <code-example>-s within TS files that contain only a path and a region with JSDoc @example-s.
PR Close #59004
2024-12-04 18:05:59 +01:00
hawkgs
c13528b1b9
test(docs-infra): interpolation mechanism ( #59004 )
...
Test all use cases that are supported by the interpolation mechanism.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
d40967c356
fix(docs-infra): minor bug fixes ( #59004 )
...
Minor bug fixes found and implemented during testing.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
b97b92024d
test(docs-infra): add initial test ( #59004 )
...
Setup the test suite and add the initial test.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
9ca8ddb265
fix(docs-infra): markdown code block highlighting for the different file types ( #59004 )
...
Set the code block language highlighting based on the file type.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
f13f52f70f
feat(docs-infra): remove redundant JSDoc transform related to code examples ( #59004 )
...
The transform is no longer relevant nor it served any functional purpose.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
e1009f09c0
fix(docs-infra): handle regions overlap and multiple-regions examples ( #59004 )
...
It seems that there are overlapping region markers and an example can be composed by multiple regions.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
e0beb27581
fix(docs-infra): interpolation script nesting ( #59004 )
...
Add support for nested #docregion-s and modify the examples caching.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
8b93e3c90d
feat(docs-infra): implement interpolation script ( #59004 )
...
The script substitutes the JSDoc example tags with the respective code sample.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
a4ee2d90e6
feat(docs-infra): include code examples files in the API gen ( #59004 )
...
The code examples in `package/examples` are now passed to the API JSON generator.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
0513fbc9fc
docs: set syntax highlighting of code examples MD code blocks ( #59026 )
...
Set the syntax highlighting based on the code examples' language.
PR Close #59026
2024-12-04 17:30:28 +01:00
Pawel Kozlowski
dc7d555e42
release: cut the v19.1.0-next.1 release
19.1.0-next.1
2024-12-04 16:21:16 +01:00
Pawel Kozlowski
316bf1726a
docs: release notes for the v19.0.2 release
2024-12-04 16:16:02 +01:00
hawkgs
922ffdb40e
feat(docs-infra): move members descriptions section to the center of the page ( #58610 )
...
Move the members description section below the main content of the page since it is part of the core information about a doc item. The CLI reference details page is affected as well.
PR Close #58610
2024-12-04 15:26:15 +01:00
Sheik Althaf
9658dd1fe3
refactor(common): remove standalone: true ( #58949 )
...
Removed the standalone true flag from common packages.
PR Close #58949
2024-12-04 12:41:51 +01:00
AleksanderBodurri
e894a5daea
feat(core): set kind field on template and effect nodes ( #58865 )
...
Builds on #58333 by assigning the kind field to reactive nodes that are not in the `core/primitives` package.
PR Close #58865
2024-12-04 12:30:11 +01:00
hawkgs
8d6ea5bae3
docs: fix missing alert block styles in the API reference ( #59020 )
...
Substitute legacy alert classes with the new ones.
PR Close #59020
2024-12-04 11:02:42 +01:00
Angular Robot
35d390dae7
build: update io_bazel_rules_sass digest to df7d2a9 ( #59034 )
...
See associated pull request for more information.
PR Close #59034
2024-12-04 10:59:37 +01:00
Jessica Janiuk
f073bedda4
ci: add kirjs to pullapprove groups ( #59025 )
...
This adds Kirill to a number of pullapprove groups.
PR Close #59025
2024-12-03 18:31:37 +01:00
Alan Agius
a37af179d9
docs: remove extra spacing from DI token note ( #59023 )
...
This commit removes extra spacing.
PR Close #59023
2024-12-03 16:14:17 +01:00
AleksanderBodurri
fa0a9a5dde
refactor(core): add "kind" to signal prototype nodes ( #58333 )
...
Enables debug APIs to determine the kind of a signal given a node.
PR Close #58333
2024-12-03 15:15:50 +01:00
Angular Robot
392c036e5e
build: update dependency mocha to v11 ( #59012 )
...
See associated pull request for more information.
PR Close #59012
2024-12-03 12:21:45 +01:00
Angular Robot
992e64f2e9
build: update all non-major dependencies to ~5.5.0 ( #59016 )
...
See associated pull request for more information.
PR Close #59016
2024-12-03 10:32:37 +01:00
Angular Robot
55c3cd3dfd
build: update io_bazel_rules_sass digest to fe48516 ( #59014 )
...
See associated pull request for more information.
PR Close #59014
2024-12-03 10:23:43 +01:00
Sumit Arora
42b1662ae8
refactor(devtools): removing unused styles and addressing PR comments ( #58213 )
...
- removed unused styles
- refactored tests and adding types
PR Close #58213
2024-12-03 09:16:25 +01:00
Sumit Arora
ef10d528ed
refactor(devtools): adds router graph implementation and demo ( #58213 )
...
Follow-up PR for https://github.com/angular/angular/pull/58086 & https://github.com/angular/angular/pull/58199 .
Adds below features to Angular DevTools to display router graph:
- Add a new router example in the Angular DevTools demo application.
- Implement the router graph in the Angular DevTools to view the routes that are loaded in the application.
PR Close #58213
2024-12-03 09:16:25 +01:00
Angular Robot
10b3dcca8b
build: update cross-repo angular dependencies ( #59010 )
...
See associated pull request for more information.
PR Close #59010
2024-12-02 16:42:35 +01:00
Emmanuel DEMEY
c3b6e8822e
docs: add import for toObservable ( #58991 )
...
Add import for toObservable in signals-interop.md
PR Close #58991
2024-12-02 16:39:02 +01:00
Georgy Serga
aff4f66cf1
docs: add a notice on compiler parsing changes ( #58748 )
...
Add a note about recent changes to compiler parsing
rules for pseudo selectors, hosts, multiple arguments
and complex selectors.
PR Close #58748
2024-12-02 16:35:26 +01:00
Kauan Manzato do Nascimento
bad05a01d6
docs: fix a typo in an example in Templates page ( #58985 )
...
Fix a typo in an example in Templates page in
Essentials section of Angular Docs.
Instead of "Profile file", the correct would be
"Profile for", according to the example's template.
PR Close #58985
2024-12-02 16:32:36 +01:00
Angular Robot
e305b45627
build: lock file maintenance ( #58998 )
...
See associated pull request for more information.
PR Close #58998
2024-12-02 16:29:03 +01:00
Matthieu Riegler
d0ea622040
docs(docs-infra): read jsdoctags from function overloads ( #58994 )
...
Functions like `linkedSignal` have there `@developerPreview` tags on the overload signature. This commit adds the support for them.
This commit also removes the logic for multiple entries, as now overloads are a single entry.
fixes #58817
PR Close #58994
2024-12-02 16:17:02 +01:00
Paul Gschwendtner
7c628f9ee8
ci: mark devversion as unavailable ( #59007 )
...
Will be unavailable for a bit, and don't want to block review queue :)
PR Close #59007
2024-12-02 15:13:23 +01:00
Timon
1b6204dd2a
docs(core): fix eventCoalescing comment ( #57097 )
...
PR Close #57097
2024-12-02 11:34:26 +01:00
Kristiyan Kostadinov
1cfbfc66d3
fix(platform-server): remove peer dependency on animations ( #58997 )
...
The `@angular/platform-server` package had a peer dependency on `@angular/animations` which wasn't being used anywhere.
PR Close #58997
2024-12-02 11:33:04 +01:00
Máté Gyöngyösi
16ab166315
docs(docs-infra): add missing dot ( #58993 )
...
PR Close #58993
2024-12-02 10:44:41 +01:00
Kristiyan Kostadinov
35165d152d
fix(migrations): inject migration dropping code if everything except super is removed ( #58959 )
...
Fixes that in some cases the internal version of the migration was dropping code when all the statements after the `super` call are deleted.
PR Close #58959
2024-12-02 08:56:21 +01:00
Kristiyan Kostadinov
7191aa6e09
fix(migrations): don't migrate classes with parameters that can't be injected ( #58959 )
...
Updates the inject migrations to skip over classes that have uninjectable class parameters.
PR Close #58959
2024-12-02 08:56:21 +01:00
Kristiyan Kostadinov
68e5ba7a3a
fix(migrations): preserve type literals and tuples in inject migrations ( #58959 )
...
Updates the inject migration to preserve type literals and tuple types, based on some internal feedback.
PR Close #58959
2024-12-02 08:56:21 +01:00
Kristiyan Kostadinov
a4924af6d5
fix(migrations): inject migration aggressively removing imports ( #58959 )
...
Fixes that the inject migration would remove imports even if they're still used by classes that aren't being migrated.
PR Close #58959
2024-12-02 08:56:21 +01:00
Kristiyan Kostadinov
508d3a1b3b
fix(migrations): correctly strip away parameters surrounded by comments in inject migration ( #58959 )
...
Fixes that the inject migration was sometimes producing invalid code if there are comments around the parameters.
PR Close #58959
2024-12-02 08:56:21 +01:00