Delete CHANGELOG-canary.md (#32807)
This is no longer being used or updated
Matt Carroll committed
Apr 2, 2025 at 13:05 UTC
b81c92be627c8bd03405eaa71731245301e4656f
1 file changed
-18
CHANGELOG-canary.md
deleted
-18
@@ -1,18 +0,0 @@
1
-## March 22, 2024 (18.3.0-canary-670811593-20240322)
2
-
3
-## React
4
-- Added `useActionState` to replace `useFormState` and added `pending` value ([#28491](https://github.com/facebook/react/pull/28491)).
5
-
6
-## October 5, 2023 (18.3.0-canary-546178f91-20231005)
7
-
8
-### React
9
-
10
-- Added support for async functions to be passed to `startTransition`.
11
-- `useTransition` now triggers the nearest error boundary instead of a global error.
12
-- Added `useOptimistic`, a new Hook for handling optimistic UI updates. It optimistically updates the UI before receiving confirmation from a server or external source.
13
-
14
-### React DOM
15
-
16
-- Added support for passing async functions to the `action` prop on `<form>`. When the function passed to `action` is marked with [`'use server'`](https://react.dev/reference/react/use-server), the form is [progressively enhanced](https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement).
17
-- Added `useFormStatus`, a new Hook for checking the submission state of a form.
18
-- Added `useFormState`, a new Hook for updating state upon form submission. When the function passed to `useFormState` is marked with [`'use server'`](https://react.dev/reference/react/use-server), the update is [progressively enhanced](https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement).