# v1.1.0

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!

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.

As always, huge thanks and appreciation for everyone in our community for their feedback and contributions to make this release possible!

## Enhancements

* Tailwind CSS starter kit - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5666) - [PR](https://github.com/adobe/react-spectrum/pull/5710)
* Add `isDisabled` render prop to DateSegment - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5674)
* Add support for tracking visible focus across multiple windows - [@slye-stripe](https://github.com/slye-stripe) - [PR](https://github.com/adobe/react-spectrum/pull/5588) - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5754)
* Export `useObjectRef` from React Aria package - [@zaboco](https://github.com/zaboco) - [PR](https://github.com/adobe/react-spectrum/pull/5685)
* Export `FieldErrorContext` - [@vladislavsz](https://github.com/vladislavsz) - [PR](https://github.com/adobe/react-spectrum/pull/5743)
* Update `DOMProps` to extend `SharedDOMProps` in React Aria Components - [@Akshithpottigari](https://github.com/Akshithpottigari) - [PR](https://github.com/adobe/react-spectrum/pull/5783)
* Add `isWheelDisabled` prop to `useNumberField` and `useColorField` - [@ryo-manba](https://github.com/ryo-manba) - [PR](https://github.com/adobe/react-spectrum/pull/5775) - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/5804)
* Add focus/blur events support for `CheckboxGroup` - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5801)
* Add `isInvalid` to `DateInputRenderProps` - [@alex-mcgovern](https://github.com/alex-mcgovern) - [PR](https://github.com/adobe/react-spectrum/pull/5670)

## Fixes

* TS Strict support in Dialog - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5545)
* TS Strict support in NumberField - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5552)
* TS Strict support in  NumberField, Tag, InlineAlert hooks- [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5560)
* TS Strict support in Aria utils - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5590)
* Fix focused row obscured by sticky table header - [@majornista](https://github.com/majornista) - [PR](https://github.com/adobe/react-spectrum/pull/5622)
* Fix `Popover` offset prop default value - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5677)
* Fix tree shaking of `TextField` component - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5646)
* Handle `runAfterTransition` when target is null - [@VillePakarinenPosti](https://github.com/VillePakarinenPosti) - [PR](https://github.com/adobe/react-spectrum/pull/5569)
* Fix drag preview in `TableView` - [@ryo-manba](https://github.com/ryo-manba) - [PR](https://github.com/adobe/react-spectrum/pull/5687)
* Fix React Aria Component `ProgressBar` and `Meter` overflow - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5706)
* Allow passing readonly array to Locales plugin [@stefanprobst](https://github.com/stefanprobst) - [PR](https://github.com/adobe/react-spectrum/pull/5646)
* Fix width overflow issue for quiet `Picker` [@pr7prashant](https://github.com/pr7prashant) - [PR](https://github.com/adobe/react-spectrum/pull/5592)
* Remove "use client" from types declaration files in build - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/5649)
* Fix `onPress` when used with `onKeyUp` on a button - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5554)
* Fix `ComboBox` async loading runtime error - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5689)
* Fix controlled `Slider` when value updates - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5655)
* Ensure Collection commits updated information when removing nodes - [@richardbann](https://github.com/richardbann) - [PR](https://github.com/adobe/react-spectrum/pull/5735)
* Add check for undefined rows in GridLayout - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5737)
* Fix `focusVisible` in `Calendar` - [@richardbann](https://github.com/richardbann) - [PR](https://github.com/adobe/react-spectrum/pull/5785)
* Freeze overlay positioning when pinch zooming - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/5612)
* Add missing aria-labels to `ListBox`, `Menu`, `Tabs` items in React Aria Components - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/5796)
* Add sort compare to `useListData` - [@piecyk](https://github.com/piecyk) - [PR](https://github.com/adobe/react-spectrum/pull/5773)
* Remove "use client" and mark packages as client-only instead - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5826)
* Ensure pure render for tree data - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5835)

## Docs

* Update autoCaptialize props comment - [@ryo-manba](https://github.com/ryo-manba) - [PR](https://github.com/adobe/react-spectrum/pull/5629)
* Fix HTML rendering in prop descriptions - [@sookmax](https://github.com/sookmax) - [PR](https://github.com/adobe/react-spectrum/pull/5614)
* Add `useObjectRef` docs - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5688)
* Update default selected value for controlled RadioGroup example - [@majornista](https://github.com/majornista) - [PR](https://github.com/adobe/react-spectrum/pull/5755)

## Under construction

**React Aria Components Submenus (Alpha)**

* Submenu support for React Aria Components - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/5648)
* Export `RootMenuTriggerContext` and `SubmenuTriggerProps` - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/5825)
* Fix React Aria Components submenu flipping - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/5808)
* Ensure 2 renders for Submenu portal container - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5828)
* Close all Submenus when interacting outside of root submenu - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/5827)
* Add support for Submenus inside sections - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/5863)

## Released packages

```json
 - react-aria@3.32.0
 - react-aria-components@1.1.0
 - react-stately@3.30.0
 - @react-aria/accordion@3.0.0-alpha.26
 - @react-aria/actiongroup@3.7.2
 - @react-aria/autocomplete@3.0.0-alpha.26
 - @react-aria/breadcrumbs@3.5.10
 - @react-aria/button@3.9.2
 - @react-aria/calendar@3.5.5
 - @react-aria/checkbox@3.14.0
 - @react-aria/color@3.0.0-beta.30
 - @react-aria/combobox@3.8.3
 - @react-aria/datepicker@3.9.2
 - @react-aria/dialog@3.5.11
 - @react-aria/dnd@3.5.2
 - @react-aria/focus@3.16.1
 - @react-aria/form@3.0.2
 - @react-aria/grid@3.8.7
 - @react-aria/gridlist@3.7.4
 - @react-aria/i18n@3.10.1
 - @react-aria/interactions@3.21.0
 - @react-aria/label@3.7.5
 - @react-aria/landmark@3.0.0-beta.9
 - @react-aria/link@3.6.4
 - @react-aria/listbox@3.11.4
 - @react-aria/menu@3.13.0
 - @react-aria/meter@3.4.10
 - @react-aria/numberfield@3.11.0
 - @react-aria/overlays@3.21.0
 - @react-aria/progress@3.4.10
 - @react-aria/radio@3.10.1
 - @react-aria/searchfield@3.7.2
 - @react-aria/select@3.14.2
 - @react-aria/selection@3.17.4
 - @react-aria/separator@3.3.10
 - @react-aria/slider@3.7.5
 - @react-aria/spinbutton@3.6.2
 - @react-aria/steplist@3.0.0-alpha.2
 - @react-aria/switch@3.6.1
 - @react-aria/table@3.13.4
 - @react-aria/tabs@3.8.4
 - @react-aria/tag@3.3.2
 - @react-aria/textfield@3.14.2
 - @react-aria/toast@3.0.0-beta.9
 - @react-aria/toggle@3.10.1
 - @react-aria/toolbar@3.0.0-beta.2
 - @react-aria/tooltip@3.7.1
 - @react-aria/utils@3.23.1
 - @react-aria/virtualizer@3.9.9
 - @react-aria/visually-hidden@3.8.9
 - @react-stately/checkbox@3.6.2
 - @react-stately/color@3.5.2
 - @react-stately/data@3.11.1
 - @react-stately/layout@3.13.6
 - @react-stately/numberfield@3.9.0
 - @react-stately/slider@3.5.1
 - @react-stately/steplist@3.0.0-alpha.2
 - @react-stately/table@3.11.5
 - @react-stately/toggle@3.7.1
 - @react-stately/virtualizer@3.6.7
 - @react-types/card@3.0.0-alpha.23
 - @react-types/checkbox@3.7.0
 - @react-types/color@3.0.0-beta.22
 - @react-types/list@3.2.14
 - @react-types/numberfield@3.8.0
 - tailwindcss-react-aria-components@1.1.0
```
