react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
I'll fill this out when it's ready for review 🙂 Closes https://github.com/github/accessibility/issues/6108 ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [...
PageHeader is signed-off from accessibility https://github.com/github/primer/issues/1115 - updating the realted docs here. ### Changelog #### New #### Changed - Update `a11yReviewed` in the docs.json as `true` - Update mdx checklist...
Bumps [minipass](https://github.com/isaacs/minipass) from 2.9.0 to 7.1.1. Changelog Sourced from minipass's changelog. chernge lerg 7.1 Update the type definitions to be more easily extended in classes that are compatible with the...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.2.0 to 18.3.1 Release notes Sourced from react-dom's releases. 18.3.1 (April 26, 2024) Export act from...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.6.16 to 8.1.1. Release notes Sourced from storybook's releases. v8.1.1 8.1.1 Docgen: Only add react-docgen info when a component is defined in the file - #26967, thanks...
Bumps [recast](https://github.com/benjamn/recast) from 0.23.6 to 0.23.7. Commits aff2dea 0.23.7 b7beb30 Merge pull request #1397 from PartMan7/support-typedef-tsx ec2d873 tests: Add TSX tests dd8cea4 chore: Support type parameters on JSX components in...
Closes #3951 ### Changelog #### New #### Changed - The `useTable` hook is responsible to sort the data for the `DataTable`. If the data changes, then it sorts according to...
Closes #4581 ### Changelog #### New - Adds additional `jest` test coverage for the `SelectPanel` #### Changed - Adds optimization to `SelectPanel` so that event listeners are not added and...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Closes https://github.com/primer/react/issues/4587 Update the strategy for setting gap in `Stack` to use a single custom property, `--stack-gap`, that is written to a stack gap value (e.g. `--stack-gap-normal`). This is an...