@primer/css 20.8.4-rc.d69ccd9f → 21.0.0-rc.2c0bcb24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,24 @@
1
1
  # @primer/css
2
2
 
3
- ## 20.8.4
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`
4
17
 
5
18
  ### Patch Changes
6
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
+
7
22
  - [#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
8
23
 
9
24
  ## 20.8.3
package/core/index.scss CHANGED
@@ -11,7 +11,6 @@
11
11
  // Color modes
12
12
 
13
13
  // Core modules
14
- @import '../actionlist/index.scss';
15
14
  @import '../base/index.scss';
16
15
  @import '../box/index.scss';
17
16
  @import '../breadcrumb/index.scss';