Skip to content

Commit 81177fb

Browse files
committed
add link to go to the releases list from any individual release
1 parent 5d68629 commit 81177fb

30 files changed

+110
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'December 20, 2023';
1919
export const title = 'v1.0.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.0.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'February 13, 2024';
1919
export const title = 'v1.1.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.1.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'June 5, 2025';
1919
export const title = 'v1.10.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.10.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'July 22, 2025';
1919
export const title = 'v1.11.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.11.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'August 25, 2025';
1919
export const title = 'v1.12.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.12.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const tags = ['release', 'React Aria'];
1919
export const date = 'October 2, 2025';
2020
export const title = 'v1.13.0';
2121
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.'
22+
export const isSubpage = true;
2223

2324
# v1.13.0
2425
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'May 1, 2024';
1919
export const title = 'v1.2.0';
2020
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!';
21+
export const isSubpage = true;
2122

2223
# v1.2.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'July 22, 2024';
1919
export const title = 'v1.3.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.3.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'September 30, 2024';
1919
export const title = 'v1.4.0';
2020
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.';
21+
export const isSubpage = true;
2122

2223
# v1.4.0
2324
<Time date={date} />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const tags = ['release', 'React Aria'];
1818
export const date = 'November 20, 2024';
1919
export const title = 'v1.5.0';
2020
export const description = 'We\'re excited to announce that our 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.';
21+
export const isSubpage = true;
2122

2223
# v1.5.0
2324
<Time date={date} />

0 commit comments

Comments
 (0)