Skip to content

Commit 69afd65

Browse files
Version Packages (next)
1 parent 8f7e56c commit 69afd65

File tree

3 files changed

+89
-2
lines changed

3 files changed

+89
-2
lines changed

.changeset/pre.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,32 @@
44
"initialVersions": {
55
"@primer/components": "31.1.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"action-list-description-a11y",
9+
"actionlist-keyboard-a11y",
10+
"beige-dots-buy",
11+
"brave-trains-give",
12+
"bright-baboons-peel",
13+
"brown-squids-unite",
14+
"eleven-cycles-search",
15+
"gentle-birds-cough",
16+
"gentle-tips-hear",
17+
"gold-countries-kneel",
18+
"hip-ravens-sell",
19+
"neat-masks-grab",
20+
"purple-buttons-look",
21+
"quick-ducks-camp",
22+
"shaggy-pens-run",
23+
"silly-coins-sit",
24+
"spicy-olives-lick",
25+
"spicy-seas-mate",
26+
"state-label-draft-issue",
27+
"swift-days-hammer",
28+
"tall-moles-smoke",
29+
"tender-beds-learn",
30+
"twenty-coins-marry",
31+
"unlucky-snails-pull",
32+
"wild-olives-talk",
33+
"young-ties-fix"
34+
]
835
}

CHANGELOG.md

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

3+
## 32.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#1612](https://github.com/primer/react/pull/1612) [`9a881523`](https://github.com/primer/react/commit/9a8815236d0dcd6719141dff798d4451ac9e72b7) Thanks [@primer-css](https://github.com/primer-css)! - Truncate no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
8+
9+
* [#1612](https://github.com/primer/react/pull/1612) [`38960990`](https://github.com/primer/react/commit/3896099032f9e70fc05c67f8da539419388d1c83) Thanks [@primer-css](https://github.com/primer-css)! - Timeline no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
10+
11+
- [#1558](https://github.com/primer/react/pull/1558) [`fa0013bd`](https://github.com/primer/react/commit/fa0013bd0e4582437adb142be5471f99e015b00b) Thanks [@jfuchs](https://github.com/jfuchs)! - Dropdown no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
12+
13+
* [#1612](https://github.com/primer/react/pull/1612) [`abc01df1`](https://github.com/primer/react/commit/abc01df1a314cdc325b8a49e44badedb34bfb059) Thanks [@primer-css](https://github.com/primer-css)! - LabelGroup no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
14+
15+
- [#1612](https://github.com/primer/react/pull/1612) [`b170920b`](https://github.com/primer/react/commit/b170920b4d7ab722ec115b21f48a2194b27791f9) Thanks [@primer-css](https://github.com/primer-css)! - Popover no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
16+
17+
* [#1573](https://github.com/primer/react/pull/1573) [`99740702`](https://github.com/primer/react/commit/99740702896ec272582f1976b7240765a983655d) Thanks [@jfuchs](https://github.com/jfuchs)! - StateLabel no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
18+
19+
- [#1612](https://github.com/primer/react/pull/1612) [`080e1a3b`](https://github.com/primer/react/commit/080e1a3b98f5bf97364fb0fc43dfd9b890f064f5) Thanks [@primer-css](https://github.com/primer-css)! - CircleBadge no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
20+
21+
* [#1612](https://github.com/primer/react/pull/1612) [`be3efca1`](https://github.com/primer/react/commit/be3efca13553550d17432aebd550fd59ef8940e0) Thanks [@primer-css](https://github.com/primer-css)! - TabNav no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
22+
23+
- [#1475](https://github.com/primer/react/pull/1475) [`ca2ddc98`](https://github.com/primer/react/commit/ca2ddc983ef58f4649465adac067598d5cb64f87) Thanks [@jfuchs](https://github.com/jfuchs)! - Buttons no longer accept styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
24+
25+
* [#1561](https://github.com/primer/react/pull/1561) [`8f7e56c4`](https://github.com/primer/react/commit/8f7e56c458156fb6495c3e9ec99d711adecd8fb3) Thanks [@jfuchs](https://github.com/jfuchs)! - Flash no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
26+
27+
- [#1612](https://github.com/primer/react/pull/1612) [`6806d535`](https://github.com/primer/react/commit/6806d5353056bcec86ab1a0455d9f8f6fc74ebf8) Thanks [@primer-css](https://github.com/primer-css)! - Pagination no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
28+
29+
* [#1612](https://github.com/primer/react/pull/1612) [`bf49a9cd`](https://github.com/primer/react/commit/bf49a9cda99b2c59c2119b624d0d3ec077bcda4b) Thanks [@primer-css](https://github.com/primer-css)! - Breadcrumbs no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
30+
31+
- [#1612](https://github.com/primer/react/pull/1612) [`c3ee01e7`](https://github.com/primer/react/commit/c3ee01e75fa2edfe8d745a1f2100a1a6df69d169) Thanks [@primer-css](https://github.com/primer-css)! - FilteredSearch no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
32+
33+
* [#1612](https://github.com/primer/react/pull/1612) [`655e5e6d`](https://github.com/primer/react/commit/655e5e6de3e9ad76a9589e2465a4ed6d7c24bff4) Thanks [@primer-css](https://github.com/primer-css)! - SideNav no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
34+
35+
- [#1612](https://github.com/primer/react/pull/1612) [`33736594`](https://github.com/primer/react/commit/337365948bcfb93db10fc95b6e1e89f00eec5cf5) Thanks [@primer-css](https://github.com/primer-css)! - FilterList no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
36+
37+
* [#1557](https://github.com/primer/react/pull/1557) [`25cfe98a`](https://github.com/primer/react/commit/25cfe98a142a404f3983c515fbfe830c73d01ba6) Thanks [@jfuchs](https://github.com/jfuchs)! - CounterLabel no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
38+
39+
- [#1612](https://github.com/primer/react/pull/1612) [`80dc1c14`](https://github.com/primer/react/commit/80dc1c14dbe4881b1090142cd30487c978e34f0e) Thanks [@primer-css](https://github.com/primer-css)! - FormGroup no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
40+
41+
### Minor Changes
42+
43+
- [#1544](https://github.com/primer/react/pull/1544) [`5b55b0ab`](https://github.com/primer/react/commit/5b55b0ab8ea06b077e141c02285c81b99e246b77) Thanks [@jfuchs](https://github.com/jfuchs)! - The sx prop now has types that will inform autocomplete for color and shadow values that are key paths into the theme.
44+
45+
* [#1517](https://github.com/primer/react/pull/1517) [`561c0bd3`](https://github.com/primer/react/commit/561c0bd371b8d2135fb1d69555abc424ab796f2d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add experimental `ActionList` with composable API
46+
47+
### Patch Changes
48+
49+
- [#1599](https://github.com/primer/react/pull/1599) [`a2e195b0`](https://github.com/primer/react/commit/a2e195b0a26ce70f44aea38b009856c0089aae0e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Better labels and description for accessible ActionList.Item
50+
51+
* [#1603](https://github.com/primer/react/pull/1603) [`f4057b89`](https://github.com/primer/react/commit/f4057b897cc4c23012fb1b1881cefacbb57e081d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Improve keyboard accessibility with focus styles cross browser
52+
53+
- [#1583](https://github.com/primer/react/pull/1583) [`24b1ebbc`](https://github.com/primer/react/commit/24b1ebbc21ca2eaa92bd6b5b8c15ab0e7577f5a0) Thanks [@pksjce](https://github.com/pksjce)! - Add a utility to provide useIsoMorphicEffect function and use that instead of useLayoutEffect everywhere
54+
55+
* [#1592](https://github.com/primer/react/pull/1592) [`8d3d491f`](https://github.com/primer/react/commit/8d3d491fa3c9437b3a8f310e233b7009cae13095) Thanks [@rezrah](https://github.com/rezrah)! - Fixes a styling bug in TextInput components while using its `icon` and `block` props together
56+
57+
- [#1549](https://github.com/primer/react/pull/1549) [`f565840f`](https://github.com/primer/react/commit/f565840f2d879b987ef9df7cd046e146214ed5f5) Thanks [@michael-lefebvre](https://github.com/michael-lefebvre)! - Fix `auxiliaryText` in ActionList Group header
58+
59+
* [#1604](https://github.com/primer/react/pull/1604) [`d2090b5b`](https://github.com/primer/react/commit/d2090b5b0321df1a415054d9b6a4d407627a385f) Thanks [@japf](https://github.com/japf)! - Add support for draft issues to the StateLabel component
60+
61+
- [#1609](https://github.com/primer/react/pull/1609) [`5eb7ade9`](https://github.com/primer/react/commit/5eb7ade92082fda2a94b45828a32e25b07c039db) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Rename `@primer/components/unreleased` to `@primer/components/drafts` to avoid confusion when referring to it.
62+
363
## 31.1.0
464

565
### 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/components",
3-
"version": "31.1.0",
3+
"version": "32.0.0-next.0",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)