Skip to content

Commit a206d7b

Browse files
authored
Merge branch 'primer:main' into main
2 parents 1bcd49d + 2221a29 commit a206d7b

File tree

8 files changed

+24
-36
lines changed

8 files changed

+24
-36
lines changed

.changeset/breezy-comics-attend.md

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

.changeset/clever-walls-wait.md

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

.changeset/little-snails-hammer.md

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

.changeset/poor-hotels-roll.md

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

.changeset/quick-wasps-kick.md

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

.changeset/shy-pumpkins-walk.md

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

CHANGELOG.md

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

3+
## 21.0.0
4+
5+
### Major Changes
6+
7+
- [#2403](https://github.com/primer/css/pull/2403) [`256affcf`](https://github.com/primer/css/commit/256affcf3404c97d3db199a0b3cf32d3b864627c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ## Removed DiffStat component
8+
9+
- the diffStat component is removed from primer/css
10+
- the component is very specific to this use-case, it is not generic enough to be part of the primer design system and was thus chosen for removal
11+
- the component will be added to the github codebase directly so that it is still available
12+
- if you are working within github.com you should be ale to use diffStat just like before. On other projects you will need to copy the diffStat code and add it to your codebase
13+
14+
- [#2402](https://github.com/primer/css/pull/2402) [`c6e214b7`](https://github.com/primer/css/commit/c6e214b75b5a25d3ebb7f41ca922c93d395ac109) Thanks [@simurai](https://github.com/simurai)! - Remove `form-validation` styles
15+
16+
- [#2405](https://github.com/primer/css/pull/2405) [`85f31cc8`](https://github.com/primer/css/commit/85f31cc8f8d4423a712fda166421eb0ac7d6d562) Thanks [@simurai](https://github.com/simurai)! - Remove `ActionList`
17+
18+
### Patch Changes
19+
20+
- [#2407](https://github.com/primer/css/pull/2407) [`607337cc`](https://github.com/primer/css/commit/607337cce57e59c7bee00486b63fa43ce845aff2) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.2`
21+
22+
- [#2409](https://github.com/primer/css/pull/2409) [`cf38a932`](https://github.com/primer/css/commit/cf38a932e76e00a8c83c351bbb5f1ae23649d1b4) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.3`
23+
24+
- [#2391](https://github.com/primer/css/pull/2391) [`95ab0d0f`](https://github.com/primer/css/commit/95ab0d0f48fde360a9f0b0f6a8af0323b3e891da) Thanks [@simurai](https://github.com/simurai)! - Prevent `.show-on-focus` to change width/height
25+
326
## 20.8.3
427

528
### 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/css",
3-
"version": "20.8.3",
3+
"version": "21.0.0",
44
"description": "The CSS implementation of GitHub's Primer Design System",
55
"homepage": "https://primer.style/css",
66
"author": "GitHub, Inc.",

0 commit comments

Comments
 (0)