Skip to content

Commit dce5386

Browse files
committed
Fix all dates
1 parent 86689d0 commit dce5386

29 files changed

+104
-41
lines changed

packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'December 20, 2023';
18-
export const title = 'v1.0.0 - December 20, 2023';
19+
export const title = 'v1.0.0';
1920
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.';
2021

21-
# December 20, 2023 Release
22+
# v1.0.0
23+
<Time date={date} />
2224

2325
Welcome to the last release of the year! After a year of work, we are happy to announce the GA release of React Aria Components 🎉 This component library, built on top of our React Aria hooks, provides a simpler way to craft world-class accessible components with custom styles. See our new React Aria [landing page](https://react-spectrum.adobe.com/react-aria/index.html) for all of the details, including interactive examples. To help get you started even faster, we now also have a downloadable Storybook [starter kit](../getting-started.html#starter-kit) including an example CSS theme.
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-1-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'February 13, 2024';
18-
export const title = 'v1.1.0 - February 13, 2024';
19+
export const title = 'v1.1.0';
1920
export const description = 'Welcome to the first release of the new year! We have had a great response to our GA release of React Aria Components. To help get you started, we have also created a few starter kits. We have been busy working on our new Submenu feature which we are excited to release as an alpha. We have also made improvements to our overlay positioning code to better handle pinch zooming and spatial awareness.';
2021

21-
# February 13, 2024 Release
22+
# v1.1.0
23+
<Time date={date} />
2224

2325
Welcome to the first release of the new year! We have had a great response to our GA release of React Aria Components. If you haven't tried it out, visit [our docs](https://react-spectrum.adobe.com/react-aria/index.html) to explore the examples. To help get you started, we have also created a few starter kits. These downloadable [starter kits](../getting-started.html#starter-kits) contain beautifully styled implementations of every available component and includes a working storybook. Available in vanilla and Tailwind CSS!
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-10-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'June 5, 2025';
18-
export const title = 'v1.10.0 - June 5, 2025';
19+
export const title = 'v1.10.0';
1920
export const description = 'Drop everything! Drag and drop support in React Aria Tree has been released! This supports moving items within a tree or between collection components, with full keyboard and screen reader accessibility.';
2021

21-
# June 5, 2025 Release
22+
# v1.10.0
23+
<Time date={date} />
2224

2325
Drop everything! Drag and drop support in React Aria Tree has been released! 🫳🎤 This supports moving items within a tree or between collection components, with full keyboard and screen reader accessibility. It's interoperable with our existing drag and drop support in components like Table and GridList, and with third party apps via native HTML APIs. Check out our [previous blog post](../blog/drag-and-drop.html) on drag and drop to learn about the interactions, and our new [Tree drag and drop documentation](../Tree.html#drag-and-drop).
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-11-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'July 22, 2025';
18-
export const title = 'v1.11.0 - July 22, 2025';
19+
export const title = 'v1.11.0';
1920
export const description = 'Happy summer! This release adds support for async loading and infinite scrolling, improves form integration and drag and drop interactions, and adds support for additional DOM events and attributes.';
2021

21-
# July 22, 2025 Release
22+
# v1.11.0
23+
<Time date={date} />
2224

2325
Happy summer! This release adds support for async loading and infinite scrolling, improves form integration and drag and drop interactions, and adds support for additional DOM events and attributes.
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-12-0.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'August 25, 2025';
18-
export const title = 'v1.12.0 - August 25, 2025';
19+
export const title = 'v1.12.0';
1920
export const description = 'Summer might be winding down but we\'re definitely not! Back with another release, we have added support for origin-aware overlay animations in Popover and Tooltip, which enable scale transitions to appear as if they are emerging from the trigger. We have also advanced Autocomplete to RC, and added support for filtering GridList, Table, and TagGroup (virtual focus support is still to come). Section support in GridList has also been added as an alpha, laying the groundwork for similar support in Tree and Table.';
2021

21-
# August 25, 2025 Release
22+
# v1.12.0
23+
<Time date={date} />
24+
2225
Summer might be winding down but we're definitely not! Back with another release, we have added support for origin-aware overlay animations in [Popover](../Popover.html) and [Tooltip](../Tooltip.html), which enable scale transitions to appear as if they are emerging from the trigger. We have also advanced Autocomplete to RC, and added support for filtering GridList, Table, and TagGroup (virtual focus support is still to come). Section support in [GridList](../GridList.html#sections) has also been added as an alpha, laying the groundwork for similar support in Tree and Table.
2326

2427
As always, a big thank you to everyone in the community for your feedback and contributions! ❤️

packages/dev/s2-docs/pages/react-aria/releases/v1-13-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'October 2, 2025';
18-
export const title = 'v1.13.0 - October 2, 2025';
19+
export const title = 'v1.13.0';
1920
export const description = 'Happy fall! This release brings some long-awaited features, including multi-selection in React Aria Select and enhanced animation support across our components. For example, Disclosure now provides CSS variables to easily animate expanding and collapsing. We\'ve also added a new `<SelectionIndicator>` component that can be used within components that support single selection to animate selection changes. In addition, we have significantly improved the behavior of scrolling modals on iOS 26. Lastly, `onAction` can now be used on a `ComboBoxItem`, enabling you to add a “create” option.'
2021

21-
# October 2, 2025 Release
22+
# v1.13.0
23+
<Time date={date} />
2224

2325
Happy fall! This release brings some long-awaited features, including multi-selection in [React Aria Select](../Select.html#multiple-selection) and enhanced animation support across our components. For example, [Disclosure](../Disclosure.html) now provides CSS variables to easily animate expanding and collapsing. We’ve also added a new `<SelectionIndicator>` component that can be used within components that support single selection such as [Tabs](../Tabs.html) and [ToggleButtonGroup](../ToggleButtonGroup.html#animation) to animate selection changes. In addition, we have significantly improved the behavior of scrolling modals on iOS 26. Lastly, `onAction` can now be used on a [`ComboBoxItem`](../ComboBox.html#item-actions), enabling you to add a “create” option.
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-2-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'May 1, 2024';
18-
export const title = 'v1.2.0 - May 1, 2024';
19+
export const title = 'v1.2.0';
1920
export const description = 'We have a huge release! Submenu, unavailable menu items, DropZone, FileTrigger are all in GA. New color components in React Aria Components, and so much more!';
2021

21-
# May 1, 2024 Release
22+
# v1.2.0
23+
<Time date={date} />
2224

2325
We have a huge release today! Its a GA bonanza 🎊 – [Submenu](../Menu.html#submenus), [unavailable menu items](../Menu.html#unavailable-items), [DropZone](../DropZone.html) and [FileTrigger](../FileTrigger.html) components are now in GA. Check our [blog post](/blog/creating-a-pointer-friendly-submenu-experience.html) on the intricacies of the submenu interactions and how we handled them.
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-3-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'July 22, 2024';
18-
export const title = 'v1.3.0 - July 22, 2024';
19+
export const title = 'v1.3.0';
1920
export const description = 'For this summer release, we have been busy working on improving virtualization in many of our Spectrum components including TableView, ListView, and ListBox. Our Color components are moving to RC, Toast focus management has been improved, we have been preparing for React 19 release along with many bug fixes and improvements.';
2021

21-
# July 22, 2024 Release
22+
# v1.3.0
23+
<Time date={date} />
2224

2325
For this summer release, we have been busy working on improving virtualization in many of our Spectrum components including TableView, ListView, and ListBox. We have significantly reduced the complexity of our implementation, resulting in smaller bundle size, better performance, and improved stability. In our testing, this resulted in 14x faster per-frame render times on large tables due to better reuse of DOM nodes as you scroll. We are also working on bringing virtualization support to React Aria Components, which is available as an unstable API in this version.
2426

packages/dev/s2-docs/pages/react-aria/releases/v1-4-0.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'September 30, 2024';
18-
export const title = 'v1.4.0 - September 30, 2024';
19+
export const title = 'v1.4.0';
1920
export const description = 'Happy fall! 🍁 We\'re excited to announce that our color picker components are now generally available! We\'ve also added a pending state for buttons in React Aria Components, advanced TreeView to beta, and added new Disclosure and DisclosureGroup components in alpha for building accordions and collapsible panels.';
2021

21-
# September 30, 2024 Release
22+
# v1.4.0
23+
<Time date={date} />
24+
2225
Happy fall! 🍁 We're excited to announce that our color picker components are now generally available! This includes [ColorPicker](../ColorPicker.html), [ColorArea](../ColorArea.html), [ColorField](../ColorField.html), [ColorSlider](../ColorSlider.html), [ColorSwatch](../ColorSwatch.html), [ColorSwatchPicker](../ColorSwatchPicker.html), and [ColorWheel](../ColorWheel.html). These enable you to build fully customizable color pickers, including accessible color descriptions for screen reader support.
2326

2427
In addition, we've introduced a new [pending state](../Button.html#pending) for buttons in React Aria Components, allowing you to display a progress spinner to indicate that an action is in progress. It also handles screen reader announcements and disables other interactions, except for focus, during the pending state.

packages/dev/s2-docs/pages/react-aria/releases/v1-5-0.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ import {Layout} from '../../../src/Layout';
1111
export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
14+
import {Time} from '../../../src/ReleasesList';
1415

1516
export const section = '';
1617
export const tags = ['release', 'React Aria'];
1718
export const date = 'November 20, 2024';
18-
export const title = 'v1.5.0 - November 20, 2024';
19+
export const title = 'v1.5.0';
1920
export const description = 'We\'re excited to announce that our Accordion and Disclosure components are now generally available! We\'ve also introduced the ToggleButtonGroup component, as well as Section-level selection groups in Menu. Additionally, React Aria is now Typescript Strict compliant.';
2021

21-
# November 20, 2024 Release
22+
# v1.5.0
23+
<Time date={date} />
2224

2325
We're excited to announce that our Accordion and Disclosure components are now generally available! This includes [Disclosure](../Disclosure.html) and [DisclosureGroup](../DisclosureGroup.html) in React Aria. These components now also use the `hidden="until-found"` API currently supported in Chrome to enable searching collapsed content with ctrl + F.
2426

0 commit comments

Comments
 (0)