Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/@react-aria/disclosure/docs/useDisclosure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import Anatomy from './anatomy.svg';
---
category: Navigation
keywords: [disclosure, collapse, expand, aria]
preRelease: alpha
---

# useDisclosure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import packageData from '@react-stately/disclosure/package.json';
---
category: Navigation
keywords: [disclosure, collapse, expand, state]
preRelease: alpha
---

# useDisclosureGroupState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import packageData from '@react-stately/disclosure/package.json';
---
category: Navigation
keywords: [disclosure, state]
preRelease: alpha
---

# useDisclosureState
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/docs/pages/releases/2024-11-20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you're using an older pre-release version of Accordion, see the [previous rel
- Fix `DatePicker` with `defaultValue` to persist time zone - [@boutahlilsoufiane](https://github.com/boutahlilsoufiane) - [PR](https://github.com/adobe/react-spectrum/pull/7069)
- Fix BC era timestamps in `fromAbsolute` - [@KimPeeters](https://github.com/KimPeeters) and [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/6542), [PR](https://github.com/adobe/react-spectrum/pull/7410)
- Dialog
- Add `data-rac` attribute to `Dialog` - amitdahan - [PR](https://github.com/adobe/react-spectrum/pull/7189)
- Add `data-rac` attribute to `Dialog` - [@amitdahan](https://github.com/amitdahan) - [PR](https://github.com/adobe/react-spectrum/pull/7189)
- Select
- Remove iOS `HiddenSelect` workaround - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/7200)
- Set default value for type parameter in `SelectProps` - [@kp047i](https://github.com/kp047i) - [PR](https://github.com/adobe/react-spectrum/pull/7014)
Expand Down
1 change: 0 additions & 1 deletion packages/react-aria-components/docs/Disclosure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import Anatomy from './DisclosureAnatomy.svg';
category: Navigation
keywords: [disclosure, collapse, expand, aria, accordion]
type: component
preRelease: alpha
---

# Disclosure
Expand Down
1 change: 0 additions & 1 deletion packages/react-aria-components/docs/DisclosureGroup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import Anatomy from './DisclosureGroupAnatomy.svg';
category: Navigation
keywords: [disclosure, accordion, collapse, expand, aria]
type: component
preRelease: alpha
---

# DisclosureGroup
Expand Down
Loading