From 44e0aa1f7b7e17380e43db966c29787f58cadd46 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 8 Nov 2023 10:00:41 -0800 Subject: [PATCH 1/4] Add FormValidationContext to stately monopackage --- packages/dev/docs/pages/react-aria/forms.mdx | 2 +- packages/react-aria-components/src/Form.tsx | 2 +- packages/react-aria-components/src/index.ts | 2 +- packages/react-stately/package.json | 1 + packages/react-stately/src/index.ts | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/dev/docs/pages/react-aria/forms.mdx b/packages/dev/docs/pages/react-aria/forms.mdx index 02cb197951f..3f70bd06073 100644 --- a/packages/dev/docs/pages/react-aria/forms.mdx +++ b/packages/dev/docs/pages/react-aria/forms.mdx @@ -519,7 +519,7 @@ let {isInvalid, validationErrors, validationDetails} = useTextField(props, ref); Server errors can be provided using the `FormValidationContext` directly, or using the `Form` component from `react-aria-components` as described above. ```tsx -import {FormValidationContext} from 'react-aria'; +import {FormValidationContext} from 'react-stately'; Date: Wed, 8 Nov 2023 10:26:52 -0800 Subject: [PATCH 2/4] Update RAC status to RC --- packages/react-aria-components/README.md | 2 +- packages/react-aria-components/docs/react-aria-components.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-aria-components/README.md b/packages/react-aria-components/README.md index 5e7d5286e2e..8a579c4548b 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 **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). +React Aria Components is currently in **RC**. This means APIs are unlikely to change, and we are in the final testing period before our stable release. Please report issues and feature requests [on GitHub](https://github.com/adobe/react-spectrum/issues). ## Documentation diff --git a/packages/react-aria-components/docs/react-aria-components.mdx b/packages/react-aria-components/docs/react-aria-components.mdx index 8bd53d611b4..7d1c9d4af03 100644 --- a/packages/react-aria-components/docs/react-aria-components.mdx +++ b/packages/react-aria-components/docs/react-aria-components.mdx @@ -69,7 +69,7 @@ Compared with the React Aria hooks, the components provide a default DOM structu ## Status -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). +React Aria Components is currently in **RC**. This means APIs are unlikely to change, and we are in the final testing period before our stable release. Please report issues and feature requests [on GitHub](https://github.com/adobe/react-spectrum/issues). ## Installation From 829501fe5c92b5390135c1cb8c63871b9dc6c41c Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 8 Nov 2023 10:33:28 -0800 Subject: [PATCH 3/4] release steplist packages --- packages/@react-aria/steplist/package.json | 1 - packages/@react-spectrum/steplist/package.json | 1 - packages/@react-stately/steplist/package.json | 1 - packages/@react-types/steplist/package.json | 1 - 4 files changed, 4 deletions(-) diff --git a/packages/@react-aria/steplist/package.json b/packages/@react-aria/steplist/package.json index 943a0b2b24d..f051f1eaf91 100644 --- a/packages/@react-aria/steplist/package.json +++ b/packages/@react-aria/steplist/package.json @@ -1,7 +1,6 @@ { "name": "@react-aria/steplist", "version": "3.0.0-alpha.1", - "private": true, "description": "Spectrum UI components in React", "license": "Apache-2.0", "main": "dist/main.js", diff --git a/packages/@react-spectrum/steplist/package.json b/packages/@react-spectrum/steplist/package.json index cc94b7449e3..a9f56eb544f 100644 --- a/packages/@react-spectrum/steplist/package.json +++ b/packages/@react-spectrum/steplist/package.json @@ -1,7 +1,6 @@ { "name": "@react-spectrum/steplist", "version": "3.0.0-alpha.1", - "private": true, "description": "Spectrum UI components in React", "license": "Apache-2.0", "main": "dist/main.js", diff --git a/packages/@react-stately/steplist/package.json b/packages/@react-stately/steplist/package.json index 0a268abb45a..4c46a8f6b2e 100644 --- a/packages/@react-stately/steplist/package.json +++ b/packages/@react-stately/steplist/package.json @@ -3,7 +3,6 @@ "version": "3.0.0-alpha.1", "description": "Spectrum UI components in React", "license": "Apache-2.0", - "private": true, "main": "dist/main.js", "module": "dist/module.js", "exports": { diff --git a/packages/@react-types/steplist/package.json b/packages/@react-types/steplist/package.json index 5b19a128eb7..fcdb773394e 100644 --- a/packages/@react-types/steplist/package.json +++ b/packages/@react-types/steplist/package.json @@ -3,7 +3,6 @@ "version": "3.0.0-alpha.1", "description": "Spectrum UI components in React", "license": "Apache-2.0", - "private": true, "types": "src/index.d.ts", "repository": { "type": "git", From 14c9fb80d3e0c05f10e4df853d32605af9731ac5 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 8 Nov 2023 10:39:33 -0800 Subject: [PATCH 4/4] remove unused dep --- packages/react-aria-components/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-aria-components/package.json b/packages/react-aria-components/package.json index c9fcfc50917..b43e3803b58 100644 --- a/packages/react-aria-components/package.json +++ b/packages/react-aria-components/package.json @@ -29,7 +29,6 @@ "@react-aria/interactions": "^3.19.1", "@react-aria/toolbar": "3.0.0-alpha.1", "@react-aria/utils": "^3.21.1", - "@react-stately/form": "3.0.0-alpha.1", "@react-stately/table": "^3.11.2", "@react-types/calendar": "^3.4.1", "@react-types/form": "^3.5.4",