-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: adobe/react-spectrum
base: react-stately@3.33.0
head repository: adobe/react-spectrum
compare: react-stately@3.34.0
Commits on Oct 1, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 7b6fc10 - Browse repository at this point
Copy the full SHA 7b6fc10View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 44fa2a5 - Browse repository at this point
Copy the full SHA 44fa2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f489e00 - Browse repository at this point
Copy the full SHA f489e00View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c01850b - Browse repository at this point
Copy the full SHA c01850bView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 4818630 - Browse repository at this point
Copy the full SHA 4818630View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 920832d - Browse repository at this point
Copy the full SHA 920832dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc02d6e - Browse repository at this point
Copy the full SHA fc02d6eView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 240c29b - Browse repository at this point
Copy the full SHA 240c29bView commit details
Commits on Oct 3, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 25f304d - Browse repository at this point
Copy the full SHA 25f304dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df6e3c0 - Browse repository at this point
Copy the full SHA df6e3c0View commit details -
Expand dependency version support in Icon Transformer (#7133)
* Expand dependency version support in Icon Transformer * add test for icon builder to verdaccio build * fix the range for the builder since we're pre-release * fix yarn lock * update verdaccio script to handle packages which are in pre-release without a major version * update yarn lock * turn off verdaccio again * turn back on verdaccio * turn verdaccio back off * Fix parcel plugin version --------- Co-authored-by: Devon Govett <devongovett@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 139a72d - Browse repository at this point
Copy the full SHA 139a72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cfde2 - Browse repository at this point
Copy the full SHA 03cfde2View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 533a02f - Browse repository at this point
Copy the full SHA 533a02fView commit details
Commits on Oct 9, 2024
-
add @storybook/addon-a11y to S2 storybook (#7068)
* add @storybook/addon-a11y to s2 storybook * update yarn.lock * fix a11y issues in stories * add @storybook/addon-a11y to s2 storybook * update yarn.lock * fix a11y issues in stories --------- Co-authored-by: Daniel Lu <dl1644@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for bebc976 - Browse repository at this point
Copy the full SHA bebc976View commit details
Commits on Oct 10, 2024
-
Add missing slot contexts and forwardRefs to CardView and TableView (#…
…7161) * Add missing slot contexts to CardView and TableView * add forwardRef to Table sub components
1Configuration menu - View commit details
-
Copy full SHA for 454da05 - Browse repository at this point
Copy the full SHA 454da05View commit details -
TypeScript plugin to add macro import attribute to auto imports (#7141)
* TypeScript plugin to add macro import attribute to auto imports * fix lockfile
1Configuration menu - View commit details
-
Copy full SHA for 8a7cb15 - Browse repository at this point
Copy the full SHA 8a7cb15View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e9aa00a - Browse repository at this point
Copy the full SHA e9aa00aView commit details -
fix: [RAC] Checkbox applies data attributes to both the input and the…
… label (#7151) * applies data attributes to label (not input) * not to propagate the data attributes to inputProps
1Configuration menu - View commit details
-
Copy full SHA for 0c28454 - Browse repository at this point
Copy the full SHA 0c28454View commit details -
fix(s2): ensure slider respects custom widths and correct the fillOff…
…set (#7138) * fix(s2): ensure slider respects custom widths and correct fillOffset * remove fieldInput from track styling * add chromatic story replicating issue * fix lint
1Configuration menu - View commit details
-
Copy full SHA for a45e2a5 - Browse repository at this point
Copy the full SHA a45e2a5View commit details
Commits on Oct 11, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for db60bab - Browse repository at this point
Copy the full SHA db60babView commit details
Commits on Oct 14, 2024
-
Fix usePress so it doesnt preventDefault when taps happen on non plai…
…n text content (#7190)
1Configuration menu - View commit details
-
Copy full SHA for c42990f - Browse repository at this point
Copy the full SHA c42990fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f0245fd - Browse repository at this point
Copy the full SHA f0245fdView commit details
Commits on Oct 15, 2024
-
Update table resizer svg and bump tokens package (#7154)
* Update resizer svg to newest one from icons team * Bump tokens package * update Badge colors * update to use the same token names instead of their underlying color * replacing accent with informative
1Configuration menu - View commit details
-
Copy full SHA for 987f174 - Browse repository at this point
Copy the full SHA 987f174View commit details -
Add expanded boolean attribute to tailwind plugin (#7152)
* Add expanded boolean attribute to tailwind plugin After testing out the new `Disclosure` components, I see that the tailwind plugin does not support styling the `expanded` state, leaving me to style using `data-[expanded]`. This PR adds `expanded` top the list of boolean states. * Update tests * fix tests * fix test * Add selector for native variant * lint fix
1Configuration menu - View commit details
-
Copy full SHA for e22e960 - Browse repository at this point
Copy the full SHA e22e960View commit details -
fix: add Checkbox default slot to GridList and Table (#7188)
* Fix Checkbox default slot * fix lint
1Configuration menu - View commit details
-
Copy full SHA for f77152e - Browse repository at this point
Copy the full SHA f77152eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f459c18 - Browse repository at this point
Copy the full SHA f459c18View commit details -
Decrease timeouts in test utils (#7102)
* Decrease chance of hitting timeouts on table tests * move throw outside of act * fix TS
1Configuration menu - View commit details
-
Copy full SHA for 7a9c220 - Browse repository at this point
Copy the full SHA 7a9c220View commit details -
* initialize github actions * update linting code * update comment * update wip regex * add link to pr naming guide * cache yarn? * update frozen-lockfile to immutable for yarn 4 * try caching node modules * remove hardened mode, testing to see yarn install time * remove action, use workflow only
1Configuration menu - View commit details
-
Copy full SHA for ce87249 - Browse repository at this point
Copy the full SHA ce87249View commit details -
Mask the contents of a scrolled row for a quiet table (#7193)
cant use transparent for the default quiet row state, need a opaque color to hide scrolled text
Configuration menu - View commit details
-
Copy full SHA for 0d0e21b - Browse repository at this point
Copy the full SHA 0d0e21bView commit details -
docs: add contributing Q & A section (#6951)
* docs: add contributing Q & A section * Update CONTRIBUTING.md Try without specifying language * Apply suggestions from code review Co-authored-by: Robert Snow <snowystinger@gmail.com> --------- Co-authored-by: Reid Barber <reid@reidbarber.com> Co-authored-by: Yihui Liao <44729383+yihuiliao@users.noreply.github.com> Co-authored-by: Robert Snow <snowystinger@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 06cdad7 - Browse repository at this point
Copy the full SHA 06cdad7View commit details -
fix: ensure
Dialog
has thedata-rac
attribute (#7189)* Ensure `Dialog` has the `data-rac` attribute * cleanup
1Configuration menu - View commit details
-
Copy full SHA for 9152d83 - Browse repository at this point
Copy the full SHA 9152d83View commit details
Commits on Oct 16, 2024
-
Set default value for type parameter in SelectProps (#7014)
Co-authored-by: Reid Barber <reid@reidbarber.com>
1Configuration menu - View commit details
-
Copy full SHA for e1b72a7 - Browse repository at this point
Copy the full SHA e1b72a7View commit details
Commits on Oct 17, 2024
-
feat(s2): update accordion api to allow sibling elements in disclosur…
…e header (#7179) * update s2 accordion api * fix lint * rename to disclosure title, context for action button * fix lint * remove console log * fix typscript * allow disclosure title to wrap header * add chromatic stories * make code more concise * fix lint * fix chromatic stories --------- Co-authored-by: Robert Snow <rsnow@adobe.com>
1Configuration menu - View commit details
-
Copy full SHA for b958085 - Browse repository at this point
Copy the full SHA b958085View commit details
Commits on Oct 18, 2024
-
docs: Disclosure hook docs (#7178)
* docs: disclosure hooks * docs types * move DisclosureGroup to useDisclosureGroupState docs page * add anatomy diagram from #7165 to useDisclosure docs * expand on hidden="until-found" * fix interface tables * Revert "move DisclosureGroup to useDisclosureGroupState docs page" This reverts commit 8216354.
1Configuration menu - View commit details
-
Copy full SHA for 72a85cc - Browse repository at this point
Copy the full SHA 72a85ccView commit details -
docs(RAC): add tailwind starter for Disclosure and DisclosureGroup (#…
…7166) * add tailwind starter for Disclosure and DisclosureGroup * fix focus ring border radius * update disabled chevron style * fix focus ring in group * cleanup variants and styles * fix text color * fix padding * move DisclosureGroup to it's own story --------- Co-authored-by: Robert Snow <rsnow@adobe.com> Co-authored-by: Daniel Lu <dl1644@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 69109f0 - Browse repository at this point
Copy the full SHA 69109f0View commit details -
docs: update accordion, disclosure, disclosure group docs (#7165)
* initial accordion docs * more v3 disclosure docs * add rac disclosure and disclosure group docs * add anatomy diagrams and example cards * remove disclosure children to be required * edits * update wording * edits * add inline styles * use heading, couple edits * use title instead of label, add to advance customization section * add example to disclosure group
1Configuration menu - View commit details
-
Copy full SHA for 18835f7 - Browse repository at this point
Copy the full SHA 18835f7View commit details -
* Update linting * Update jest.config.js
1Configuration menu - View commit details
-
Copy full SHA for 0ddbe6f - Browse repository at this point
Copy the full SHA 0ddbe6fView commit details
Commits on Oct 21, 2024
-
fix: Support hidden="until-found" in DisclosureGroup (#7199)
* support hidden="until-found" in DisclosureGroup * typescript * cleanup * useLayoutEffect and RAF * add RAF/flushSync * lint * add comments * remove extra changes from merge * revert newlines * typescript * more typescript * use DisclosureTitle
1Configuration menu - View commit details
-
Copy full SHA for b887497 - Browse repository at this point
Copy the full SHA b887497View commit details -
fix: Accordion/Disclosure release prep (#7216)
* RAC Disclosure SSR tests * tests for nested disclosures and interactive adjacent elements * DisclosurePanel: add DOMProps and render props type/table * update v3 stories and chromatic * update v3 Accordion deps * add v3 Accordion SSR test * update DisclosureGroupProps type to remove collection in jsdoc * more v3 accordion tests * yarn.lock * lint * add isQuiet to v3 Accordion/Disclosure * add focus ring style * update stories/chromatic * lint * remove active outline * lint * add isQuiet to v3 docs
1Configuration menu - View commit details
-
Copy full SHA for 4f85a35 - Browse repository at this point
Copy the full SHA 4f85a35View commit details
Commits on Oct 22, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for a56a735 - Browse repository at this point
Copy the full SHA a56a735View commit details
Commits on Oct 23, 2024
-
chore: eslint speed up (#7222)
* fix: eslint speed up * use the kindly published fixed version
1Configuration menu - View commit details
-
Copy full SHA for cbac9c0 - Browse repository at this point
Copy the full SHA cbac9c0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 68e3057 - Browse repository at this point
Copy the full SHA 68e3057View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 09dc3c0 - Browse repository at this point
Copy the full SHA 09dc3c0View commit details
Commits on Oct 24, 2024
-
fix: TS Strict aria C and D (#6761)
* TS Strict aria C and D * Propagate input type from textfield to focusable props * Check input key for null in useDateSegment before calling onInput * review followup * fix types * review comments * fix remaining ts error * sort descriptor is required * keep value required --------- Co-authored-by: Devon Govett <devongovett@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for fb28ab3 - Browse repository at this point
Copy the full SHA fb28ab3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 37fbf02 - Browse repository at this point
Copy the full SHA 37fbf02View commit details -
* Reusable tests * Add more tests * Fixing lint * fix lint and types * Fix tests for s2 with icons * fix lint * Add some submenu tests * Add tests for RSPv3 since that's where I'm moving from * fix types and lint * fix lock file * Fix React 16&17 tests * Remove duplicates, improve menu utility, allow tester overrides, add more interaction types * fix 17 tests * fix lint * removed some dead code * Fix merge conflicts * remove unnecessary change * update lock file * fix lint
1Configuration menu - View commit details
-
Copy full SHA for cd313a3 - Browse repository at this point
Copy the full SHA cd313a3View commit details -
RAC: Fix tooltip stuck on screen when scrolling (#7227)
This commit ports #6984 to react-aria-components. Co-authored-by: Robert Snow <rsnow@adobe.com>
1Configuration menu - View commit details
-
Copy full SHA for 93c26d8 - Browse repository at this point
Copy the full SHA 93c26d8View commit details
Commits on Oct 28, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for e24ea2f - Browse repository at this point
Copy the full SHA e24ea2fView commit details -
fix: Accordion/Disclosure fixes from testing (#7218)
* remove UNSTABLE_ prefix * add aria-hidden to collapsed disclosure panels * add controlled example to s2 docs * update S2 Accordion down state * fix v3 styles (HCM, border-radius, hover when open) * remove display: none in v3 * lint * fix imports * fix v3 focus/down styles * ignore repeat keydown events * fix acts * switch onKeyDown to onPressStart * add style props to v3 Disclosure, DisclosurePanel, and DisclosureHeader * fix bottom border on individual disclosures * lint * fix same disclosure border top issue in v3 * use default case * release keydown event * fix storybook code output * fix v3 quiet HCM * docs: follow-up on accordion docs from testing (#7232) * docs: follow-up on accordion docs from testing * updates svgs for mobile, follow up from reviews * prevent outline on header on android * fix examples in useDisclosure on mobile * update focus visible * add focusProps to disclosure group example * use merge props --------- Co-authored-by: Yihui Liao <44729383+yihuiliao@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6607108 - Browse repository at this point
Copy the full SHA 6607108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baa1b0 - Browse repository at this point
Copy the full SHA 4baa1b0View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.