Skip to content

Commit d307b77

Browse files
Version Packages
1 parent ed09360 commit d307b77

File tree

8 files changed

+25
-38
lines changed

8 files changed

+25
-38
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/odd-donuts-raise.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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+
24+
* [#2166](https://github.com/primer/react/pull/2166) [`75d21745`](https://github.com/primer/react/commit/75d21745daa8e50f707a80a4358a86163c64453c) Thanks [@mattcosta7](https://github.com/mattcosta7)! - button should be polymorphic
25+
326
## 35.5.0
427

528
### Minor Changes

package.json

Lines changed: 2 additions & 3 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",
@@ -46,7 +46,7 @@
4646
"lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0",
4747
"lint:fix": "npm run lint -- --fix",
4848
"test": "jest",
49-
"test:storybook":"test-storybook",
49+
"test:storybook": "test-storybook",
5050
"test:update": "npm run test -- --updateSnapshot",
5151
"test:type-check": "tsc --noEmit",
5252
"release": "npm run build && changeset publish",
@@ -169,7 +169,6 @@
169169
"jest-axe": "5.0.1",
170170
"jest-matchmedia-mock": "1.1.0",
171171
"jest-styled-components": "6.3.4",
172-
"jest-matchmedia-mock": "1.1.0",
173172
"jscodeshift": "0.13.0",
174173
"lint-staged": "12.1.2",
175174
"lodash.isempty": "4.4.0",

0 commit comments

Comments
 (0)