Skip to content

Commit f475e68

Browse files
committed
fix spacing
1 parent 3941890 commit f475e68

File tree

23 files changed

+206
-280
lines changed

23 files changed

+206
-280
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ Happy coding and see you in the new year! ☃️
3333
**React Aria Components API updates**
3434

3535
In this release, we made a few last API updates to React Aria Components as they move along to GA.
36-
37-
- Temporarily removed nested column support in `Tables` due to instability.
38-
- Hover and Focus are now distinct states in `ListBox`.
39-
- Hover state has been added to column headers in tables when sorting is allowed.
40-
- All refs given to a component now go to their outer most element. If you need a ref to the input, you can attach it directly.
41-
- Styles for `Popover`, `Tooltip`, and `OverlayArrow` are now merged in a different order to allow overriding our default styles.
42-
- Added a dependency array to help manage the item cache with columns in `Tables`.
43-
36+
* Temporarily removed nested column support in `Tables` due to instability.
37+
* Hover and Focus are now distinct states in `ListBox`.
38+
* Hover state has been added to column headers in tables when sorting is allowed.
39+
* All refs given to a component now go to their outer most element. If you need a ref to the input, you can attach it directly.
40+
* Styles for `Popover`, `Tooltip`, and `OverlayArrow` are now merged in a different order to allow overriding our default styles.
41+
* Added a dependency array to help manage the item cache with columns in `Tables`.
4442

4543
## Enhancements
4644
* Improve behavior of `usePreventScroll` on iOS - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5346)
@@ -94,7 +92,6 @@ In this release, we made a few last API updates to React Aria Components as they
9492
* Respect Tailwind hoverOnlyWhenSupported, and fix placeholder-shown with `Input` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5587)
9593
* Aria label on `ListBox` `Sections` in RAC - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/5603)
9694

97-
9895
## Docs
9996
* Fix `useToast` example in docs - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5398)
10097
* Extract CSS vars from RAC docs into reusable package - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/5419)

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ This release also includes some highly requested bug fixes, including scrollbar
2929
As always, thank you to our community for their support and contributions!
3030

3131
## Enhancements
32-
3332
* ListBox
3433
* Expose `shouldFocusOnHover` prop for ListBox - [@lucasweng](https://github.com/lucasweng) - [PR](https://github.com/adobe/react-spectrum/pull/8171)
3534
* Select
@@ -40,7 +39,6 @@ As always, thank you to our community for their support and contributions!
4039
* Expose state types in React Aria Components - [@lukpsaxo](https://github.com/lukpsaxo) - [PR](https://github.com/adobe/react-spectrum/pull/8157)
4140

4241
## Fixes
43-
4442
* ComboBox
4543
* Prevent ComboBox from closing when navigating through items with keyboard - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/8301)
4644
* Date/Time
@@ -70,14 +68,12 @@ As always, thank you to our community for their support and contributions!
7068

7169

7270
## Docs
73-
7471
* Document `position: relative` requirement for `VisuallyHidden` - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/8102)
7572
* Fix broken links in Menu/Combobox - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8292)
7673
* Add Menu as part of the integrated components in Virtualizer - [@meesvandongen](https://github.com/meesvandongen) - [PR](https://github.com/adobe/react-spectrum/pull/8331)
7774
* Update `ToOptions` in TanStack Router docs - [@jvliwanag](https://github.com/jvliwanag) - [PR](https://github.com/adobe/react-spectrum/pull/8218)
7875

7976
## Under Construction
80-
8177
* Tree
8278
* Tree drag and drop - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8264)
8379
* Improve tree drag and drop keyboard navigation - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8271)

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ We've also opened up the React Aria Components API to pass through more DOM even
3131
As always, thanks so much to everyone who contributed to this release!
3232

3333
## Enhancements
34-
3534
* Drag and Drop
3635
* Add support for custom drag preview pointer offset - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8445)
3736
* Forms
@@ -52,7 +51,6 @@ As always, thanks so much to everyone who contributed to this release!
5251
* Use `inert` instead of `aria-hidden` in `ariaHideOutside` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8372), [PR](https://github.com/adobe/react-spectrum/pull/8560) - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8581)
5352

5453
## Fixes
55-
5654
* Drag and Drop
5755
* Fix React 19 StrictMode drag and drop bug - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8562)
5856
* Date/Time
@@ -86,15 +84,13 @@ As always, thanks so much to everyone who contributed to this release!
8684
* Do not dispatch `loadMore` if hook is still in loading state - [@jluyau](https://github.com/jluyau) = [PR](https://github.com/adobe/react-spectrum/pull/8571)
8785

8886
## Docs
89-
9087
* Remove duplicate "color" in `ColorWheelRenderProps` comment - [@GuiEpi](https://github.com/GuiEpi) - [PR](https://github.com/adobe/react-spectrum/pull/8465)
9188
* Fix `Calendar` example - [@chirokas](https://github.com/chirokas) - [PR](https://github.com/adobe/react-spectrum/pull/8529)
9289
* Use `lucide-react` for React Aria example's icons - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8516)
9390
* Fix TanStack Router example - [@brmzkw](https://github.com/brmzkw) - [PR](https://github.com/adobe/react-spectrum/pull/8404)
9491
* Fix checkbox in dark mode in the Tailwind Starter - [@tomer-yechiel](https://github.com/tomer-yechiel) - [PR](https://github.com/adobe/react-spectrum/pull/8379)
9592

9693
## Under Construction
97-
9894
* Autocomplete
9995
* Clear Autocomplete virtualFocus upon paste/undo/redo and other focus fixes - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8438)
10096
* Tree:

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Summer might be winding down but we're definitely not! Back with another release
2727
As always, a big thank you to everyone in the community for your feedback and contributions! ❤️
2828

2929
## Enhancements
30-
3130
* Button
3231
* Allow `aria-disabled` on Button - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/8756)
3332
* Collection:
@@ -41,7 +40,6 @@ As always, a big thank you to everyone in the community for your feedback and co
4140
* Add support for origin-aware overlay animations - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8681), [PR](https://github.com/adobe/react-spectrum/pull/8757)
4241

4342
## Fixes
44-
4543
* ComboBox:
4644
* Ensure that React Aria ComboBox's empty state is rendered when items aren't directly provided to the ComboBox - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8720)
4745
* Date and Time:
@@ -77,15 +75,13 @@ As always, a big thank you to everyone in the community for your feedback and co
7775
* Properly clean up `inert` on elements when nested non modal dialogs and popovers close at the same time - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8739)
7876

7977
## Docs
80-
8178
* Update the React Aria Command-Palette example to fix SSR - [@souporserious](https://github.com/souporserious) - [PR](https://github.com/adobe/react-spectrum/pull/8638)
8279
* Update `framer-motion` version in React Aria examples - [@Shubhdeep12](https://github.com/Shubhdeep12) - [PR](https://github.com/adobe/react-spectrum/pull/8586)
8380
* Fix React Aria Tree doc examples - [@chirokas](https://github.com/chirokas) - [PR](https://github.com/adobe/react-spectrum/pull/8698), [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/8736)
8481
* Add a `trigger-anchor-point` example - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8764)
8582
* Update Drag and drop docs to include new `getItems` API - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8769)
8683

8784
## Under Construction
88-
8985
* GridList
9086
* Support Sections and Headers in React Aria GridList - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/8667)
9187
* Add React Aria GridList Section docs - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/8749)

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ As always, thank you to our community for their support and contributions!
3232
To support multi-selection in React Aria Select, we are updating the API from `selectedKey` to `value`, matching the React `select` API. The deprecated API is supported for backward compatibility, but only supports single selection. Please see our [docs](../Select.html#multiple-selection) for more on how to implement multi-selection.
3333

3434
## Enhancements
35-
3635
* Calendar
3736
* Add `selectionAlignment` prop to Calendar components - [@yihuiliao](https://github.com/yihuiliao) - [PR](https://github.com/adobe/react-spectrum/pull/8752)
3837
* Combobox
@@ -48,7 +47,6 @@ To support multi-selection in React Aria Select, we are updating the API from `s
4847
* Allow pinch zooming and text selection in React Aria Modals on iOS - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8922)
4948

5049
## Fixes
51-
5250
* Collection
5351
* Prevent crash in React Aria collections when used with Suspense and `useTransition` - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8835)
5452
* Fix collection dirty node tracking with Suspense - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/8892)
@@ -78,11 +76,9 @@ To support multi-selection in React Aria Select, we are updating the API from `s
7876
* Avoid triggering `onClick` on disabled links - [@lixiaoyan](https://github.com/lixiaoyan) - [PR](https://github.com/adobe/react-spectrum/pull/8828)
7977

8078
## Docs
81-
8279
* Clarify React Aria Toast close button placement - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/8923)
8380

8481
## Under Construction
85-
8682
* Autocomplete
8783
* Automatically detect if wrapped collection supports virtual focus - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/8862)
8884
* 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)