Skip to content

Merge remote-tracking branch 'upstream/main' into prototype/signal-forms #62934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
ae9f3fe
docs: Update docs and add new animation guide (#62874)
thePunderWoman Jul 29, 2025
9bd4855
build: correctly apply patch fro dagre-d3-es (#62883)
josephperrott Jul 29, 2025
49b7729
build: remove usages of rules_nodejs (#62885)
josephperrott Jul 29, 2025
5f7cc12
build: update github/codeql-action action to v3.29.5 (#62889)
angular-robot Jul 30, 2025
1ab3b5b
refactor(core): add private resource error helper function for g3 mig…
JeanMeche Jul 27, 2025
6ad01e6
build: update all non-major dependencies (#62890)
angular-robot Jul 30, 2025
7f5d7c9
docs: add updated label to animations (#62893)
thePunderWoman Jul 30, 2025
9d05a8a
docs(docs-infra): increase until timeout (#62894)
JeanMeche Jul 30, 2025
320de4e
refactor(core): deprecate animations field on component interface (#6…
thePunderWoman Jul 30, 2025
d23c5e4
refactor(core): Tiny animation optimization (#62896)
thePunderWoman Jul 30, 2025
245494a
fix(http): add missing http options allowed in fetch API (#62881)
SkyZeroZx Jul 29, 2025
ecb50ad
test(language-service): update language-service legacy tests (#62900)
josephperrott Jul 30, 2025
335cdc7
build: update to latest devinfra in workspace (#62901)
josephperrott Jul 30, 2025
9ae1803
build: migrate @angular/upgrade examples tests to new esbuild (#62906)
josephperrott Jul 30, 2025
e7d748e
build: remove @bazel/esbuild (#62906)
josephperrott Jul 30, 2025
d08f9ce
docs: release notes for the v20.1.4 release
thePunderWoman Jul 31, 2025
78a6b68
release: cut the v20.2.0-next.3 release
thePunderWoman Jul 31, 2025
e0ea8b6
docs: remove the trailing comma (#62914)
rbalet Jul 31, 2025
008ed21
build: remove usages of runtime_rnjs_interop (#62908)
josephperrott Jul 30, 2025
cbc258e
build: remove ts_project_interop infrastructure (#62908)
josephperrott Jul 30, 2025
b1514d5
fix(migrations): incorrect filtering in inject migration (#62913)
crisbeto Jul 31, 2025
b5fc949
fix(devtools): MessageBus.on return type (#62898)
hawkgs Jul 30, 2025
8255e0c
feat(service-worker): add messageerror event handling and logging (#6…
SkyZeroZx Jul 26, 2025
216caaf
build: update cross-repo angular dependencies (#62902)
angular-robot Jul 31, 2025
892c2d1
build: update dependency shiki to v3.9.0 (#62920)
angular-robot Jul 31, 2025
82cc576
build: use pnpm as the package manager instead of yarn (#62924)
josephperrott Jul 31, 2025
d05138a
release: bump Angular DevTools version to 1.0.41 (#62932)
dgp1130 Jul 31, 2025
455b147
fix(core): fixes timing issues with enter animations (#62925)
thePunderWoman Jul 31, 2025
7836f79
build: update to TypeScript 5.9 final (#62939)
crisbeto Aug 1, 2025
e5d6fb5
fix(http): Reset headers, progress, and statusCode when using `set()`…
wartab Jul 29, 2025
b0f0b6d
refactor(devtools): update graph effect colors, fix graph animations …
milomg Jul 31, 2025
65f587b
fix(devtools): Display falsy signal values correctly (#62919)
JeanMeche Jul 31, 2025
8c9d0c1
build: update dependency node to v22.18.0 (#62937)
angular-robot Aug 1, 2025
17b6a5b
build: update pnpm to v10.14.0 (#62938)
angular-robot Aug 1, 2025
c34fdd9
ci: remove lockfile sync (#62948)
JeanMeche Aug 1, 2025
a2b4988
build: replace `docs` script with `adev` (#62944)
JeanMeche Aug 1, 2025
857675f
refactor(core): this delays removal of stylesheets when the element r…
thePunderWoman Aug 1, 2025
8de8dc8
build: move to pnpm version 9.15.9 (#62950)
josephperrott Aug 1, 2025
3e6e1c1
docs: Add `MAX_ANIMATION_TIMEOUT` to the animate docs (#62949)
thePunderWoman Aug 1, 2025
9db1179
docs(devtools): fix `pnpm` install command (#62956)
dgp1130 Aug 1, 2025
7158c23
ci: use new version of pnpm-lock.yaml file during renovate (#62957)
josephperrott Aug 1, 2025
9da26ad
docs: disable stackblitz examples (#62972)
JeanMeche Aug 3, 2025
cbd300d
docs: Adds docs on handling redirect info in interceptors (#62968)
SkyZeroZx Aug 3, 2025
6597ac0
fix(core): fix support for space separated strings in leave animation…
thePunderWoman Aug 4, 2025
141bb75
feat(core): Promote zoneless to stable (#62699)
atscott Jul 17, 2025
0950524
refactor(compiler): allow directives to be resolved on host element (…
crisbeto Aug 2, 2025
fb1fc82
fix(compiler-cli): correctly type check host listeners to own outputs…
crisbeto Aug 2, 2025
d00b3fe
feat(router): add a `currentNavigation` signal to the `Router` servic…
JeanMeche Aug 3, 2025
de3a0c5
fix(core): Fix `animate.enter` class removal when composing classes (…
thePunderWoman Aug 4, 2025
0305dcd
docs: Fix typos in zoneless documentation (#62985)
muhammadali1658 Aug 4, 2025
3d9fc3e
fix(devtools): injector tree root refocus on CD (#62987)
hawkgs Aug 4, 2025
d9035b1
docs: Update best-practices (#62988)
JeanMeche Aug 4, 2025
2960722
build: drop usage of pkg_web (#62990)
josephperrott Aug 4, 2025
648bbb0
fix(core): properly recognize failed `fetch` responses when loading e…
devversion Aug 4, 2025
5802f80
build: no longer rely on archive packages for integration tests (#62996)
josephperrott Aug 4, 2025
ddf779e
Revert "feat(router): add a `currentNavigation` signal to the `Router…
crisbeto Aug 5, 2025
4b183c7
refactor(devtools): add explicit error message when `ng` is not avail…
JeanMeche Aug 5, 2025
8f414b2
docs: add context7.json config (#63000)
jelbourn Aug 4, 2025
52b8e07
feat(platform-browser): Warns on conflicting hydration and blocking n…
SkyZeroZx Aug 3, 2025
cd8e0c3
Merge remote-tracking branch 'upstream/main' into prototype/signal-forms
leonsenft Aug 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor(core): deprecate animations field on component interface (#6…
…2895)

This deprecates the animations field on the component decorator in favor of animate.enter and leave.

DEPRECATED: @angular/animations

PR Close #62895
  • Loading branch information
thePunderWoman committed Jul 30, 2025
commit 320de4e96d250cad1ce2c9f8c0fa2022da53b734
1 change: 1 addition & 0 deletions goldens/public-api/core/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export type CompilerOptions = {

// @public
export interface Component extends Directive {
// @deprecated
animations?: any[];
changeDetection?: ChangeDetectionStrategy;
encapsulation?: ViewEncapsulation;
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/metadata/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ export interface Component extends Directive {
* [`state()`](api/animations/state) and `transition()` definitions.
* See the [Animations guide](guide/animations) and animations API documentation.
*
* @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
*/
animations?: any[];

Expand Down