Skip to content

Commit 465317b

Browse files
authored
Fix date
1 parent ee820a8 commit 465317b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dev/docs/pages/releases/2025-10-02.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default BlogPostLayout;
1212

1313
---
1414
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.
15+
date: 2025-10-02
1516
---
1617

1718
# October 2, 2025 Release
@@ -77,4 +78,4 @@ To support multi-selection in React Aria Select, we are updating the API from `s
7778

7879
* Autocomplete
7980
* Automatically detect if wrapped collection supports virtual focus - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8862)
80-
* Properly allow user to keyboard edit the Autocomplete input field when collection becomes empty - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8861)
81+
* Properly allow user to keyboard edit the Autocomplete input field when collection becomes empty - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8861)

0 commit comments

Comments
 (0)