Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2022
1 parent 3252b74 commit fb70b03
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cooks-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-pillows-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-geese-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-brooms-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/iconbutton-default-tooltip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/improved-tooltip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-falcons-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-mirrors-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-nails-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-swans-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-boats-allow.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @primer/components

## 35.3.0

### Minor Changes

- [#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))

### Patch Changes

- [#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

* [#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.

- [#2082](https://github.com/primer/react/pull/2082) [`3252b74c`](https://github.com/primer/react/commit/3252b74c852a0743ff2dacc42ffc6c9bd1ca68ba) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes broken links in the documentation

* [#2077](https://github.com/primer/react/pull/2077) [`30f93ffb`](https://github.com/primer/react/commit/30f93ffb6669700d682b97de7143ddaa0380d7c2) Thanks [@colebemis](https://github.com/colebemis)! - Adds support for the `sx` prop on the draft implementation of `NavList` and all its subcomponents (e.g., `NavList.Item`)

- [#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))

* [#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))

- [#2054](https://github.com/primer/react/pull/2054) [`a682735f`](https://github.com/primer/react/commit/a682735f6e0a112718e5d4ed619216fc89e5980f) Thanks [@colebemis](https://github.com/colebemis)! - Fixes layout bug with ButtonGroup by changing the `display` property from `inline-block` to `inline-flex`

* [#2064](https://github.com/primer/react/pull/2064) [`62d90af8`](https://github.com/primer/react/commit/62d90af8a078ea283459e2d88b669f6fd66bfa46) Thanks [@colebemis](https://github.com/colebemis)! - Add support for sub-items in draft implementation of NavList

- [#2057](https://github.com/primer/react/pull/2057) [`c8f7e235`](https://github.com/primer/react/commit/c8f7e2352fe17de6ae8766e9220cec095fa977da) Thanks [@mperrotti](https://github.com/mperrotti)! - - adds [`color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme) style to inputs so they get the correct user-agent dark/light styles
- crops ToggleSwitch knob's shadow inside the toggle switch boundaries
- changes FormControl styles to prevent `<select>`, `<textarea>`, `<input>` from filling the parent's width when the `block` prop has not been passed to the input component

* [#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.

## 35.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/react",
"version": "35.2.1",
"version": "35.3.0",
"description": "An implementation of GitHub's Primer Design System using React",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit fb70b03

Please sign in to comment.