Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
snowystinger created a review comment on a pull request on adobe/react-spectrum
```suggestion let tabIndex = -1; f (!isDisabled && (isFocused || state.selectionManager.focusedKey == null)) { tabIndex = 0; } ``` We can just derive it as part of render, no need...
snowystinger created a review on a pull request on adobe/react-spectrum
Thanks for the quick update! Would you mind adding a test for this?
snowystinger created a review on a pull request on adobe/react-spectrum
Thanks for the quick update! Would you mind adding a test for this?
github-merge-queue[bot] created a branch on adobe/react-spectrum
gh-readonly-queue/main/pr-7401-52bf91bc54d5193bce73c2453cd09a69e37d02f3 - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
snowystinger created a review on a pull request on adobe/react-spectrum
seems low risk for the release
devongovett closed a pull request on adobe/react-spectrum
feat: Add codemod for ActionGroup
* Converts `<ActionGroup selectionMode="none">` to `<ActionButtonGroup>` * Converts `<ActionGroup selectionMode="single | multiple">` to `<ToggleButtonGroup>` * Converts `key` to `id` where neede...github-merge-queue[bot] deleted a branch adobe/react-spectrum
gh-readonly-queue/main/pr-7396-baa330f0597b40cb74feb6b5183a78dcbad07249
github-merge-queue[bot] pushed 1 commit to main adobe/react-spectrum
- feat: Add codemod for ActionGroup (#7396) * feat: Add codemod for ActionGroup * update snapshot * Fix Item and Act... 52bf91b
rspbot created a comment on a pull request on adobe/react-spectrum
Build successful! 🎉 * [View the storybook](https://reactspectrum.blob.core.windows.net/reactspectrum/44b01668882c65a0b7ce340047e1a6be5d75f4e5/storybook/index.html) * [View the storybook-19](ht...
github-merge-queue[bot] created a branch on adobe/react-spectrum
gh-readonly-queue/main/pr-7396-baa330f0597b40cb74feb6b5183a78dcbad07249 - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
devongovett created a review comment on a pull request on adobe/react-spectrum
6 digits are required when there is a negative or positive sign, matching temporal https://github.com/tc39/proposal-temporal/blob/d17b98f2ca680fe4abf1bd3f1dac78a1a40d949f/polyfill/lib/regex.mjs#L11
devongovett created a review comment on a pull request on adobe/react-spectrum
The logic in #6542 was slightly wrong: UTC year = 0 should map to BC 1, where this would result in BC 0. This was corrected by the constraining logic in the constructor so the result ended up being...
devongovett opened a pull request on adobe/react-spectrum
fix: Handle more BC date cases
Follow up from #6542. This handles BC dates in our parsing and stringification functions.devongovett created a branch on adobe/react-spectrum
bc-dates - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
rspbot created a comment on a pull request on adobe/react-spectrum
Build successful! 🎉 * [View the storybook](https://reactspectrum.blob.core.windows.net/reactspectrum/a93e8e4f42e01e3f579b7ef7ec86b353883621f5/storybook/index.html) * [View the storybook-19](ht...
rspbot created a comment on a pull request on adobe/react-spectrum
Build successful! 🎉 * [View the storybook](https://reactspectrum.blob.core.windows.net/reactspectrum/301568bc156f5a16a64a85c7e9096caac5f8db6b/storybook/index.html) * [View the storybook-19](ht...
LFDanLu pushed 1 commit to S2_release_notes adobe/react-spectrum
- updating for ActionGroup codemod 301568b