From 0e4efa9fbb38256bb84527b6fd9159dbcfea6322 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Tue, 3 Oct 2023 09:30:05 +0200 Subject: [PATCH] Make react-aria-components README match the docs Status paragraph was copied over from the docs to README for them to match. Most importantly, to highlight React Aria Components is in **beta**, not **alpha**. --- packages/react-aria-components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-aria-components/README.md b/packages/react-aria-components/README.md index e8c309d03ed..5e7d5286e2e 100644 --- a/packages/react-aria-components/README.md +++ b/packages/react-aria-components/README.md @@ -13,7 +13,7 @@ Compared with the React Aria hooks, React Aria Components provides a default DOM ## Status -React Aria Components is currently in **alpha**. This means APIs will likely change in future updates as we discover the best ways to use it, and there are some known bugs and limitations. That said, it is based on a solid and battle-tested foundation in React Aria, and we would love for you to try it out and give us feedback! This will directly help us shape the APIs and make it the best library it can be. Please report issues and feature requests [on GitHub](https://github.com/adobe/react-spectrum/issues). +React Aria Components is currently in **beta**. This means most APIs are stable but some changes may still occur, and there are some known bugs. That said, it is based on a solid and battle-tested foundation in React Aria, and we would love for you to try it out and give us feedback! Please report issues and feature requests [on GitHub](https://github.com/adobe/react-spectrum/issues). ## Documentation