Skip to content

Conversation

reidbarber
Copy link
Member

@reidbarber reidbarber commented Sep 29, 2025

  • Removed root index.mdx (test page)
  • Remove placeholder items from S2 migration guide
  • Added horizontal scrolling to mobile search menu's tag group
  • Updated markdown docs script to handle more custom cases
  • fixes from testing

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

@rspbot
Copy link

rspbot commented Sep 29, 2025

@snowystinger
Copy link
Member

weird, the S2 docs didn't build?

@rspbot
Copy link

rspbot commented Sep 29, 2025

- Remove `validationState="valid"` (it is no longer supported in Spectrum 2)
- Update `Item` to be a `PickerItem`
- Change `isLoading` to `loadingState` and provide the appropriate loading state.
- Update `defaultSelectedKey` and `selectedKey` to be `defaultValue` and `value` respectively. See the [Picker](Picker.html#value) documentation for more details.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to update the storybook version of this migrating doc too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be handled by #8946

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah it didn't change the placeholder stuff though looks like

@@ -1,30 +0,0 @@
import {Layout} from '../src/Layout';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should replace this page with some info about the status of the website (that it's in beta) and links to the various libraries for now. @dannify anything specific you want it to say?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I'll update

selectedKeys={selectedSection ? [selectedSection] : []}
onSelectionChange={handleTagSelection}
styles={style({margin: 12})}
UNSAFE_style={{overflow: 'auto', whiteSpace: 'nowrap', paddingBlock: 8}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants