Skip to content

Commit 1dc1da9

Browse files
Version Packages
1 parent c728e43 commit 1dc1da9

File tree

8 files changed

+21
-33
lines changed

8 files changed

+21
-33
lines changed

.changeset/fifty-coins-enjoy.md

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

.changeset/five-otters-dance.md

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

.changeset/pretty-trainers-rhyme.md

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

.changeset/proud-dingos-occur.md

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

.changeset/selfish-beans-cheat.md

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

.changeset/sweet-pens-occur.md

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

CHANGELOG.md

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

3+
## 36.3.0
4+
5+
### Minor Changes
6+
7+
- [#3484](https://github.com/primer/react/pull/3484) [`e4037895`](https://github.com/primer/react/commit/e4037895105c7e86e79c5bb6fbafb86e715337ba) Thanks [@ValbertMartins](https://github.com/ValbertMartins)! - TextArea: Add contrast property
8+
9+
### Patch Changes
10+
11+
- [#3897](https://github.com/primer/react/pull/3897) [`6b0c118b`](https://github.com/primer/react/commit/6b0c118b34e97c558991ebdc17a13350296245a8) Thanks [@mperrotti](https://github.com/mperrotti)! - When passing an `id` prop to ActionMenu.Button, it will be passed as the rendered button element's `id` attribute instead of being set as an automatically generated ID.
12+
13+
<!-- Changed components: ActionMenu -->
14+
15+
- [#3960](https://github.com/primer/react/pull/3960) [`ec8a2cad`](https://github.com/primer/react/commit/ec8a2cadda01a3a3463380b911922b9c28e4e241) Thanks [@pksjce](https://github.com/pksjce)! - Update to @primer/behaviors v1.5.1
16+
17+
- [#3945](https://github.com/primer/react/pull/3945) [`40b29787`](https://github.com/primer/react/commit/40b29787ec4c8f709e7522147e58bd03e51b28e7) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix bug that did not allow both inline and block description at the same time
18+
19+
- [#3903](https://github.com/primer/react/pull/3903) [`f62ec728`](https://github.com/primer/react/commit/f62ec728acd5c90f105c3e3c5162a69dbe0c4b6d) Thanks [@pksjce](https://github.com/pksjce)! - Make resize vertical splitter keyboard accessible
20+
21+
- [#3946](https://github.com/primer/react/pull/3946) [`e08432d5`](https://github.com/primer/react/commit/e08432d54dd45a5e793719509dc78657570dde0b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Link: Add `inline` prop to tag links inside a text block, underlined with accessibility setting `[data-a11y-link-underlines]`
22+
323
## 36.2.0
424

525
### 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": "36.2.0",
3+
"version": "36.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)