Skip to content

Commit f7ff7cb

Browse files
Version Packages
1 parent 62dbc98 commit f7ff7cb

File tree

7 files changed

+22
-32
lines changed

7 files changed

+22
-32
lines changed

.changeset/breezy-trainers-drop.md

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

.changeset/chilly-frogs-act.md

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

.changeset/empty-garlics-clean.md

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

.changeset/grumpy-rings-sit.md

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

.changeset/pretty-students-judge.md

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

CHANGELOG.md

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

3+
## 35.6.0
4+
5+
### Minor Changes
6+
7+
- [#2174](https://github.com/primer/react/pull/2174) [`62dbc981`](https://github.com/primer/react/commit/62dbc9810f93cf16f17fce412c47ac2bf885a89e) Thanks [@colebemis](https://github.com/colebemis)! - Add a responsive `hidden` prop to `PageLayout.Header`, `PageLayout.Pane`, `PageLayout.Content`, and `PageLayout.Footer` that allows you to hide layout regions based on the viewport width. Example usage:
8+
9+
```jsx
10+
// Hide pane on narrow viewports
11+
<PageLayout.Pane hidden={{narrow: true}}>...</PageLayout.Pane>
12+
```
13+
14+
* [#2164](https://github.com/primer/react/pull/2164) [`2b5c86e5`](https://github.com/primer/react/commit/2b5c86e59f16d697433e3302e78d623a177a061e) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds support for a responsive 'variant' prop to the SegmentedControl component
15+
16+
### Patch Changes
17+
18+
- [#2186](https://github.com/primer/react/pull/2186) [`e28aadbd`](https://github.com/primer/react/commit/e28aadbdf1c5b0d03aba83dcfbe1c77746cfcf97) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates SegmentedControl styles to use component primitives.
19+
20+
* [#2171](https://github.com/primer/react/pull/2171) [`384ae6b9`](https://github.com/primer/react/commit/384ae6b9adb2bcf1389e2059cbd68f319cc2e56d) Thanks [@anleac](https://github.com/anleac)! - Support issues closed as not planned, and correct the standard issue closed backgroud colour
21+
22+
- [#2173](https://github.com/primer/react/pull/2173) [`ed609719`](https://github.com/primer/react/commit/ed60971944316279bb48128f3fb466dd2385a36e) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates styles for the Select component so that the focus outline is even all the way around.
23+
324
## 35.5.0
425

526
### Minor Changes

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "35.5.0",
3+
"version": "35.6.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -164,7 +164,6 @@
164164
"jest-axe": "5.0.1",
165165
"jest-matchmedia-mock": "1.1.0",
166166
"jest-styled-components": "6.3.4",
167-
"jest-matchmedia-mock": "1.1.0",
168167
"jscodeshift": "0.13.0",
169168
"lint-staged": "12.1.2",
170169
"lodash.isempty": "4.4.0",

0 commit comments

Comments
 (0)