diff --git a/packages/dev/s2-docs/pages/react-aria/assets/datepicker-rtl.png b/packages/dev/s2-docs/pages/react-aria/assets/datepicker-rtl.png new file mode 100644 index 00000000000..a4447de1f80 Binary files /dev/null and b/packages/dev/s2-docs/pages/react-aria/assets/datepicker-rtl.png differ diff --git a/packages/dev/s2-docs/pages/react-aria/examples/index.mdx b/packages/dev/s2-docs/pages/react-aria/examples/index.mdx index 9fe89b7dee7..96549d6fb18 100644 --- a/packages/dev/s2-docs/pages/react-aria/examples/index.mdx +++ b/packages/dev/s2-docs/pages/react-aria/examples/index.mdx @@ -3,6 +3,7 @@ export default Layout; export const section = 'Getting started'; export const hideFromSearch = true; +export const title = 'Examples'; # Examples diff --git a/packages/dev/s2-docs/pages/react-aria/releases/index.mdx b/packages/dev/s2-docs/pages/react-aria/releases/index.mdx new file mode 100644 index 00000000000..cb881be4e06 --- /dev/null +++ b/packages/dev/s2-docs/pages/react-aria/releases/index.mdx @@ -0,0 +1,20 @@ +{/* Copyright 2020 Adobe. All rights reserved. +This file is licensed to you under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. You may obtain a copy +of the License at http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software distributed under +the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS +OF ANY KIND, either express or implied. See the License for the specific language +governing permissions and limitations under the License. */} + +import {Layout} from '../../../src/Layout'; +import {ReleasesList} from '../../../src/ReleasesList'; +export default Layout; + +export const section = 'Releases'; +export const tags = ['changelog', 'versions', 'updates']; +export const title = 'Releases'; + +# Releases + + page.name.includes('react-aria') && page.name.includes('releases') && !page.name.includes('index.html')) ?? []} /> diff --git a/packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx b/packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx new file mode 100644 index 00000000000..738e42604bd --- /dev/null +++ b/packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx @@ -0,0 +1,199 @@ +{/* Copyright 2020 Adobe. All rights reserved. +This file is licensed to you under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. You may obtain a copy +of the License at http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software distributed under +the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS +OF ANY KIND, either express or implied. See the License for the specific language +governing permissions and limitations under the License. */} + +import {Layout} from '../../../src/Layout'; +export default Layout; + +import docs from 'docs:@react-spectrum/s2'; +import {Time} from '../../../src/ReleasesList'; + +export const section = ''; +export const tags = ['release', 'React Aria']; +export const date = 'December 20, 2023'; +export const title = 'v1.0.0'; +export const description = 'In this release, we\'re promoting React Aria Components from RC to GA 🎉, optimizing our included translation files, shipping a storybook based on all our React Aria Components with a starter theme, and fixing plenty of bugs.'; +export const isSubpage = true; + +# v1.0.0 +