Skip to content

Commit 2f7f75b

Browse files
Version Packages
1 parent e335cc4 commit 2f7f75b

File tree

9 files changed

+26
-41
lines changed

9 files changed

+26
-41
lines changed

.changeset/blue-frogs-destroy.md

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

.changeset/fresh-frogs-smoke.md

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

.changeset/large-bulldogs-dance.md

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

.changeset/light-coats-mate.md

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

.changeset/silver-walls-compete.md

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

.changeset/six-bears-reply.md

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

.changeset/thirty-pillows-laugh.md

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

CHANGELOG.md

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

3+
## 35.12.0
4+
5+
### Minor Changes
6+
7+
- [#2435](https://github.com/primer/react/pull/2435) [`e335cc4b`](https://github.com/primer/react/commit/e335cc4b39eb626e327d1c6e6a1adab29a437245) Thanks [@colebemis](https://github.com/colebemis)! - SplitPageLayout has moved from `@primer/react/drafts` to `@primer/react`:
8+
9+
```diff
10+
- import {SplitPageLayout} from '@primer/react/drafts'
11+
+ import {SplitPageLayout} from '@primer/react'
12+
```
13+
14+
### Patch Changes
15+
16+
- [#2428](https://github.com/primer/react/pull/2428) [`7ad9e77d`](https://github.com/primer/react/commit/7ad9e77d6dfe7736874ac87ae73570030171cf8c) Thanks [@joshblack](https://github.com/joshblack)! - Update TreeView focus ring styles and call event.preventDefault() in arrow key events
17+
18+
* [#2429](https://github.com/primer/react/pull/2429) [`e7802ed9`](https://github.com/primer/react/commit/e7802ed9ab501e4badd41c099969eb55a3ee4df7) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Add `state` prop to `TreeView.SubTree` component
19+
20+
- [#2433](https://github.com/primer/react/pull/2433) [`a08997b3`](https://github.com/primer/react/commit/a08997b3ec6a58046242ac2fef4e884479ab6893) Thanks [@joshblack](https://github.com/joshblack)! - Update TreeView hover and focus styles to work in Windows High Contrast Mode
21+
22+
* [#2429](https://github.com/primer/react/pull/2429) [`e7802ed9`](https://github.com/primer/react/commit/e7802ed9ab501e4badd41c099969eb55a3ee4df7) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Improve accessibility of async items
23+
24+
- [#2360](https://github.com/primer/react/pull/2360) [`0f41dfec`](https://github.com/primer/react/commit/0f41dfec6ba995b448358d13fa7f8bb0f1951490) Thanks [@joshblack](https://github.com/joshblack)! - Update types to support TypeScript v4.8.3
25+
26+
* [#2326](https://github.com/primer/react/pull/2326) [`31bbec8c`](https://github.com/primer/react/commit/31bbec8cbfd64880eed120e7b6449433b54e91bd) Thanks [@joshblack](https://github.com/joshblack)! - Update the sticky layout algorithm for PageLayout and PageLayout.Pane
27+
328
## 35.11.0
429

530
### Minor 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.11.0",
3+
"version": "35.12.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)