diff --git a/CHANGELOG-canary.md b/CHANGELOG-canary.md new file mode 100644 index 0000000000000..6040a0b246cb3 --- /dev/null +++ b/CHANGELOG-canary.md @@ -0,0 +1,13 @@ +## October 5, 2023 (18.3.0-canary-546178f91-20231005) + +### React + +- Added support for async functions to be passed to `startTransition`. +- `useTransition` now triggers the nearest error boundary instead of a global error. +- Added `useOptimistic`, a new Hook for handling optimistic UI updates. It optimistically updates the UI before receiving confirmation from a server or external source. + +### React DOM + +- Added support for passing async functions to the `action` prop on `