Skip to content

Commit 93e2830

Browse files
Version Packages
1 parent 66482a7 commit 93e2830

File tree

10 files changed

+39
-57
lines changed

10 files changed

+39
-57
lines changed

.changeset/angry-boats-wash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/clever-parents-bathe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/empty-ears-fly.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/hot-readers-promise.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/late-bugs-battle.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/old-cherries-smile.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/thin-laws-beam.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tiny-numbers-sip.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @primer/components
22

3+
## 35.28.0
4+
5+
### Minor Changes
6+
7+
- [#3563](https://github.com/primer/react/pull/3563) [`3bb6dc8c`](https://github.com/primer/react/commit/3bb6dc8cea75fa07974493cfaf95f7e51504c9d3) Thanks [@radglob](https://github.com/radglob)! - Add option to specify custom widths for PageLayout.Pane via the `width` prop.
8+
9+
<!-- Changed components: PageLayout -->
10+
11+
### Patch Changes
12+
13+
- [#3619](https://github.com/primer/react/pull/3619) [`d4ae582b`](https://github.com/primer/react/commit/d4ae582b7d2420fd460bb14c2fa45f36be714311) Thanks [@gr2m](https://github.com/gr2m)! - Include `border*Color` properties in sx to support named Primer colors
14+
15+
<!-- Changed components: _none_ -->
16+
17+
- [#3561](https://github.com/primer/react/pull/3561) [`94e8d38f`](https://github.com/primer/react/commit/94e8d38f92975b12d1ded61228597c5b322a78ea) Thanks [@joshblack](https://github.com/joshblack)! - Update @react-aria/ssr dependency to ^3.5.0 to address server-side rendering mismatch when using React StrictMode
18+
19+
<!-- Changed components: FormControl -->
20+
21+
- [#3613](https://github.com/primer/react/pull/3613) [`dbcd4072`](https://github.com/primer/react/commit/dbcd40727993a0faebe3033ee1556549fb5baa1a) Thanks [@langermank](https://github.com/langermank)! - [Bug] Remove `flex` from Button labels
22+
23+
<!-- Changed components: Button -->
24+
25+
- [#3579](https://github.com/primer/react/pull/3579) [`66482a72`](https://github.com/primer/react/commit/66482a72000a0f1baf021e2b554e98942081d685) Thanks [@radglob](https://github.com/radglob)! - Add aria-selected value to ActionList.Item.
26+
27+
<!-- Changed components: ActionList -->
28+
29+
- [#3614](https://github.com/primer/react/pull/3614) [`709024ff`](https://github.com/primer/react/commit/709024ff45a68c73ed6736e72d9db22b0a25cd33) Thanks [@iansan5653](https://github.com/iansan5653)! - Automatically reposition `InlineAutocomplete` suggestions depending on available space
30+
31+
<!-- Changed components: InlineAutocomplete -->
32+
33+
- [#3609](https://github.com/primer/react/pull/3609) [`f487a8d6`](https://github.com/primer/react/commit/f487a8d653329d73f238b908eca6085f94ca3c93) Thanks [@iansan5653](https://github.com/iansan5653)! - Expose `useSlots` from `drafts/hooks`
34+
35+
<!-- Changed components: _none_ -->
36+
37+
- [#3611](https://github.com/primer/react/pull/3611) [`ace603d8`](https://github.com/primer/react/commit/ace603d85e2966fbf8b3bb8b54da42bf00a56679) Thanks [@siddharthkp](https://github.com/siddharthkp)! - NavList: Fix when subNav opens automatically and shows current indicator
38+
39+
<!-- Changed components: NavList -->
40+
341
## 35.27.1
442

543
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "35.27.1",
3+
"version": "35.28.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)