react/packages
Sebastian Markbåge 42a57ea802
Merge ViewTransition layout/onLayout props into update/onUpdate (#32723)
We currently have the ability to have a separate animation for a
ViewTransition that relayouts but doesn't actually have any internal
mutations. This can be useful if you want to separate just a move from
for example flashing an update.

However, we're concerned that this might be more confusion than its
worth because subtle differences in mutations can cause it to trigger
the other case. The existence of the property name might also make you
start looking for it to solve something that it's not meant for.

We already fallback to using the "update" property if it exists but
layout doesn't. So if we ever decide to add this back it would backwards
compatible. We've also shown in implementation that it can work.
2025-03-24 14:04:27 -04:00
..
dom-event-testing-library Add jest lint rules (#29760) 2024-06-10 14:31:37 -04:00
eslint-plugin-react-hooks feat(eslint-plugin-react-hooks): merge rule from eslint-plugin-react-compiler into react-hooks plugin (#32416) 2025-03-12 21:43:06 -04:00
internal-test-utils [flags] remove enableOwnerStacks (#32426) 2025-03-04 12:34:34 -05:00
jest-react Bump next prerelease version numbers (#31676) 2024-12-12 14:10:46 -05:00
react Stop creating Owner Stacks if many have been created recently (#32529) 2025-03-23 15:47:03 -07:00
react-art Measure Updated ViewTransition Boundaries (#32653) 2025-03-17 21:38:13 -04:00
react-cache [flags] remove enableOwnerStacks (#32426) 2025-03-04 12:34:34 -05:00
react-client Stop creating Owner Stacks if many have been created recently (#32529) 2025-03-23 15:47:03 -07:00
react-debug-tools [flags] remove enableOwnerStacks (#32426) 2025-03-04 12:34:34 -05:00
react-devtools [devtools] Introduce REACT_DEVTOOLS_PORT for the standalone react-devtools (#30767) 2025-02-11 18:14:43 +00:00
react-devtools-core fix[react-devtools-standalone]: define missing globals (#32327) 2025-02-07 11:07:46 +00:00
react-devtools-extensions React DevTools 6.1.0 -> 6.1.1 (#32326) 2025-02-07 10:54:44 +00:00
react-devtools-fusebox fix[react-devtools-fusebox]: add extension globals to build (#32297) 2025-02-03 09:59:58 +00:00
react-devtools-inline React DevTools 6.1.0 -> 6.1.1 (#32326) 2025-02-07 10:54:44 +00:00
react-devtools-shared [devtools] add filters for internal builds (#32646) 2025-03-17 12:14:19 -04:00
react-devtools-shell DevTools: support useEffectEvent and forward-fix experimental prefix support (#32106) 2025-01-22 14:15:48 +00:00
react-devtools-timeline React DevTools 6.1.0 -> 6.1.1 (#32326) 2025-02-07 10:54:44 +00:00
react-dom Add getRootNode to fragment instances (#32682) 2025-03-24 10:19:55 -04:00
react-dom-bindings Add getRootNode to fragment instances (#32682) 2025-03-24 10:19:55 -04:00
react-is [refactor] move isValidElementType to react-is (#32518) 2025-03-20 16:51:33 -04:00
react-markup [flags] remove enableOwnerStacks (#32426) 2025-03-04 12:34:34 -05:00
react-native-renderer Measure Updated ViewTransition Boundaries (#32653) 2025-03-17 21:38:13 -04:00
react-noop-renderer Add getRootNode to fragment instances (#32682) 2025-03-24 10:19:55 -04:00
react-reconciler Merge ViewTransition layout/onLayout props into update/onUpdate (#32723) 2025-03-24 14:04:27 -04:00
react-refresh Revert "Fix:- Improve HOC support and state preservation in React Refresh" (#32214) 2025-03-18 19:05:56 +00:00
react-server Stop creating Owner Stacks if many have been created recently (#32529) 2025-03-23 15:47:03 -07:00
react-server-dom-esm [Flight] Expose registerServerReference from the client builds (#32534) 2025-03-05 22:16:56 -05:00
react-server-dom-fb Bump next prerelease version numbers (#31676) 2024-12-12 14:10:46 -05:00
react-server-dom-parcel [Flight] Expose registerServerReference from the client builds (#32534) 2025-03-05 22:16:56 -05:00
react-server-dom-turbopack [Flight] Expose registerServerReference from the client builds (#32534) 2025-03-05 22:16:56 -05:00
react-server-dom-webpack Stop creating Owner Stacks if many have been created recently (#32529) 2025-03-23 15:47:03 -07:00
react-suspense-test-utils (Land #28798) Move Current Owner (and Cache) to an Async Dispatcher (#28912) 2024-04-25 10:40:40 -07:00
react-test-renderer Measure Updated ViewTransition Boundaries (#32653) 2025-03-17 21:38:13 -04:00
scheduler Fork Scheduler feature flags for native-fb (#31859) 2024-12-19 11:49:14 -05:00
shared Stop creating Owner Stacks if many have been created recently (#32529) 2025-03-23 15:47:03 -07:00
use-subscription [Fiber] Schedule passive effects using the regular ensureRootIsScheduled flow (#31785) 2024-12-17 17:01:31 -05:00
use-sync-external-store use-sync-external-store: Add exports field to package.json (#25231) 2025-02-24 13:01:59 +01:00