primer_view_components 0.51.6 → 0.52.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b807e45d644c68b430919fe977f500ea5b31e4bc6eb15c98d17c94f4976f1ed
4
- data.tar.gz: b2969e8f909b6fbca5e991e22b055239b7c88a31cdaf4c95f05d17dfe0af33b7
3
+ metadata.gz: 2d60ed32bf3a8f5b013a62bac3a27004cd59984cc1eea06c78fa6f2f473fd9ba
4
+ data.tar.gz: b501dfc6309dc39b10c55b74e96ef1ac3c83c0d80ffa7879cf6cd1adc74215be
5
5
  SHA512:
6
- metadata.gz: e50a2f6c1146ae8bb30580e1011de9f6607142e5ecf6c3296a83cb19b8e9888f70808de9e48d36a32a2c93f7ec7c70b1f5b894c39c78d4de1ee508d8c486892a
7
- data.tar.gz: 243decbe19bd8e821bfa53f5c44d638b0e0443c4bc494f406b42c335fb0e9f86892731c136a1c7c16ac38a691957423749ec56bbc9530361b5db9249daa60469
6
+ metadata.gz: 7c864bcd25be79819feeb7767d33e8405df16c64ddbc7ffbeca96fffecc71eb00c68129c7538cb05237c2ebb57415745c2dff22c367fa2ebbec5cb85e64d9605
7
+ data.tar.gz: a742f53efdf1fe1e795efa515365f7e395ba1e5fc87b108733f6d8e0cbd5d769b8cbe173e89ec4b970ebd9d417381f9e819eab0c5512b1fbe3d9456005b6a4f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#4096](https://github.com/primer/view_components/pull/4096) [`3ba48a2`](https://github.com/primer/view_components/commit/3ba48a24494e2bb2bb4ed1aff5c612b55c237980) Thanks [@jonrohan](https://github.com/jonrohan)! - Add `static/classnames.js`, which default-exports a `Set` of every unique CSS class name in the library for consumers and tooling. It is available via the `@primer/view-components/classnames` import subpath.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#4095](https://github.com/primer/view_components/pull/4095) [`6733f3c`](https://github.com/primer/view_components/commit/6733f3c0e902523dd23e5b94d3cd8fab7443aea2) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Improve CSS style-recalc performance by removing selectors with universal subjects and expanding merged `:is()` selector lists so the browser can fast-reject them. Affects `autocomplete-item`, `Popover-message--*`, `breadcrumb-item`, and `FormControl-checkbox-wrap`/`FormControl-radio-wrap` styles.
12
+
3
13
  ## 0.51.6
4
14
 
5
15
  ### Patch Changes