Skip to content

Commit 587d029

Browse files
Version Packages
1 parent 87b213d commit 587d029

8 files changed

+19
-32
lines changed

.changeset/breezy-cooks-destroy.md

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

.changeset/cold-pillows-protect.md

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

.changeset/iconbutton-default-tooltip.md

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

.changeset/improved-tooltip.md

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

.changeset/silent-falcons-exist.md

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

.changeset/wicked-boats-allow.md

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

CHANGELOG.md

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

3+
## 35.3.0
4+
5+
### Minor Changes
6+
7+
- [#2069](https://github.com/primer/react/pull/2069) [`87b213df`](https://github.com/primer/react/commit/87b213df97c522141e108159fe69736ea7c9b036) Thanks [@siddharthkp](https://github.com/siddharthkp)! - [IconButton](https://primer.style/react/IconButton) now has a tooltip by default, it can be [customised by wrapping in a Tooltip](https://primer.style/react/IconButton#customize-description--tooltip-text) ([#2006](https://github.com/primer/react/pull/2006))
8+
9+
### Patch Changes
10+
11+
- [#2058](https://github.com/primer/react/pull/2058) [`ab30f14a`](https://github.com/primer/react/commit/ab30f14a3ff70a2d6146366f777ebfd5f1907ff3) Thanks [@colebemis](https://github.com/colebemis)! - Add draft of `NavList` component
12+
13+
* [#2038](https://github.com/primer/react/pull/2038) [`1c2eeb9c`](https://github.com/primer/react/commit/1c2eeb9c4a1370db5555a089c7e99f06d49ac043) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes accessibility bugs in the Select component.
14+
15+
- [#2069](https://github.com/primer/react/pull/2069) [`87b213df`](https://github.com/primer/react/commit/87b213df97c522141e108159fe69736ea7c9b036) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Accessibility and position fixes (backward compatible) for Tooltip ([#2006](https://github.com/primer/react/pull/2006))
16+
17+
* [#2050](https://github.com/primer/react/pull/2050) [`0f9edcac`](https://github.com/primer/react/commit/0f9edcaca4973c9e998362004e7d549989b59c6f) Thanks [@mperrotti](https://github.com/mperrotti)! - Finishes updating components with the global focus styles defined in Primer CSS ([this PR](https://github.com/primer/css/pull/1744))
18+
19+
- [#2048](https://github.com/primer/react/pull/2048) [`4e15985b`](https://github.com/primer/react/commit/4e15985b5d2c7c64ec507e2e362d509f3acd79d8) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ThemeProvider: Bug fix, in `colorMode=auto`, the theme now syncs with system changes.
20+
321
## 35.2.1
422

523
### 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.2.1",
3+
"version": "35.3.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)