diff --git a/.changeset/pre.json b/.changeset/pre.json index 7d1b0cf362e..6fb4551cea5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,8 @@ "example-theming": "0.0.0" }, "changesets": [ + "angry-brooms-knock", + "angry-pants-brush", "angry-tigers-jump", "beige-schools-kneel", "big-pumas-sit", @@ -49,6 +51,7 @@ "good-years-attack", "green-poems-play", "green-schools-smell", + "grumpy-hairs-look", "happy-fireants-mate", "honest-ligers-fly", "hot-baboons-allow", @@ -60,6 +63,7 @@ "little-bats-approve", "long-pans-travel", "lovely-days-march", + "lucky-lamps-invite", "lucky-oranges-camp", "mighty-parrots-carry", "modern-cooks-invite", @@ -68,19 +72,24 @@ "new-shirts-beam", "nice-moles-know", "odd-rings-applaud", + "odd-zoos-judge", "olive-donkeys-exercise", "orange-steaks-do", + "perfect-fishes-camp", "pink-actors-cross", "plenty-books-agree", "purple-apricots-relax", "quick-adults-buy", "quick-feet-sip", "quiet-rules-rescue", + "real-seahorses-grab", "selectpanel-announcements", "selfish-carpets-breathe", "serious-sheep-love", "serious-terms-sniff", "seven-scissors-explain", + "shiny-cheetahs-flash", + "shiny-otters-call", "short-boats-cover", "silent-fireants-kneel", "silent-planes-grab", @@ -88,12 +97,14 @@ "silver-cheetahs-compare", "six-owls-walk", "sixty-olives-glow", + "slimy-sloths-whisper", "slow-walls-drum", "soft-tips-chew", "sour-cooks-dress", "sour-cycles-warn", "spicy-eggs-melt", "spicy-flies-sniff", + "spicy-pants-breathe", "spotty-melons-sit", "stale-lizards-report", "stale-pets-tan", @@ -103,6 +114,7 @@ "tame-boats-hide", "ten-gifts-own", "ten-masks-smoke", + "thin-keys-move", "thin-planes-grow", "thirty-pets-impress", "thirty-tips-bow", @@ -119,6 +131,7 @@ "wet-apples-hide", "wet-otters-pull", "wicked-books-occur", + "wicked-ties-walk", "yellow-tools-call", "young-meals-worry" ] diff --git a/examples/app-router/package.json b/examples/app-router/package.json index f760501a4fa..410e28168cd 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.0.0-rc.10", + "@primer/react": "37.0.0-rc.11", "next": "^14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 27b6cbe84f4..0d3d320cb1b 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "37.0.0-rc.10", + "@primer/react": "37.0.0-rc.11", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/consumer-test/package.json b/examples/consumer-test/package.json index 1220b24d5c9..76cedac382c 100644 --- a/examples/consumer-test/package.json +++ b/examples/consumer-test/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", - "@primer/react": "37.0.0-rc.10", + "@primer/react": "37.0.0-rc.11", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/examples/theming/package.json b/examples/theming/package.json index 1ed3680e828..224cfeda069 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.0.0-rc.10", + "@primer/react": "37.0.0-rc.11", "clsx": "^1.2.1", "next": "^14.2.10", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a323b56b3ce..a236029ef5b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,37 @@ # @primer/react +## 37.0.0-rc.11 + +### Minor Changes + +- [#5097](https://github.com/primer/react/pull/5097) [`2a3c473`](https://github.com/primer/react/commit/2a3c473db4ee5e76903a82c150e09ad75868b15d) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Added className prop to the AvatarStack component + +- [#5113](https://github.com/primer/react/pull/5113) [`c28378e`](https://github.com/primer/react/commit/c28378eeca2658e23c84ed7047bb300be2ed9ce0) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Add `className` prop to `FormControl.Label` component + +- [#5102](https://github.com/primer/react/pull/5102) [`2742ee5`](https://github.com/primer/react/commit/2742ee5dbc6c2b98b13249de7dd0f25252caacad) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Add `classname` prop support to `ActionList.Description` component + +- [#5099](https://github.com/primer/react/pull/5099) [`cb21a38`](https://github.com/primer/react/commit/cb21a384d63473295480a0905c4ca1ba59faf068) Thanks [@joshblack](https://github.com/joshblack)! - Add ButtonBase to `@primer/react/experimental` to help with wildcard import interop + +- [#4994](https://github.com/primer/react/pull/4994) [`be58fff`](https://github.com/primer/react/commit/be58fffd14453e977ab4fe3930829d1d67fcc1a8) Thanks [@camertron](https://github.com/camertron)! - [SegmentedControl, Autocomplete] Support passing React.ReactElements for icons. + +- [#5100](https://github.com/primer/react/pull/5100) [`b0d858a`](https://github.com/primer/react/commit/b0d858a55cf92c131005dfda8dca484793c1af41) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(ProgressBar): add aria-valuetext attribute + +- [#5115](https://github.com/primer/react/pull/5115) [`e94f0a1`](https://github.com/primer/react/commit/e94f0a1771ab148108c290bf92cb794289c2173d) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Add 'className' prop to `Dialog` component + +- [#5130](https://github.com/primer/react/pull/5130) [`661e94c`](https://github.com/primer/react/commit/661e94c449e8e9feb0c35a1dd62122801a55c6a6) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Add `className` prop support to `Textarea` component + +### Patch Changes + +- [#5126](https://github.com/primer/react/pull/5126) [`f574372`](https://github.com/primer/react/commit/f57437209df3f35901cbb33045f9143285e39268) Thanks [@langermank](https://github.com/langermank)! - Add support for `aria-disabled` in `Button` + +- [#5128](https://github.com/primer/react/pull/5128) [`adf8c4f`](https://github.com/primer/react/commit/adf8c4fc2fdaa0ed4bafc2a358f2207d127f3d15) Thanks [@stephaniegiang](https://github.com/stephaniegiang)! - Update confirmation dialog body to default color. Removing the muted color override. + +- [#5041](https://github.com/primer/react/pull/5041) [`4da550e`](https://github.com/primer/react/commit/4da550ee52bcc8874ddae86e01e26ace64f48bf8) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(TooltipV2): always add aria-hidden + +- [#5132](https://github.com/primer/react/pull/5132) [`623a411`](https://github.com/primer/react/commit/623a411182d5b150ac39e69204b7eba6e0e935bc) Thanks [@langermank](https://github.com/langermank)! - Bug fix: ActionList Group className prop + +- [#5111](https://github.com/primer/react/pull/5111) [`802568a`](https://github.com/primer/react/commit/802568ae1298c6f3eddf74962d5b8227f264ae2e) Thanks [@joshblack](https://github.com/joshblack)! - Update CSS styles for CounterLabel to allow overrides for color, background color + ## 37.0.0-rc.10 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8563b8f90fa..39ccb7bb798 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.0.0-rc.10", + "version": "37.0.0-rc.11", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",