primer_view_components 0.45.1 → 0.47.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: 51cdb0a9932215430e89d52ca1961c20d8dbef9f1a73806a4fe9156796b56de5
4
- data.tar.gz: e1856b93b3bead2013b1a4fd38799441facfc22e1c358d7873cdcb3c01b47adb
3
+ metadata.gz: f0f682e7337690e0fe1d5c020ab010381b30ea772ab5c0bf21c7eed911e67c13
4
+ data.tar.gz: 3a06c5482c32f5fa77655e35f271bae0e7c2be88524b8d78e679d50c70b0ca57
5
5
  SHA512:
6
- metadata.gz: 11efa2cea856bbd5ff10803e327d29f72cb09ba3dc163d573a7adf33bf846dcc375c6323fdefff8249b9bb185053abfda8265e5d358614aebac2a7645056b0d8
7
- data.tar.gz: 47250dd0687e65edd2525a6596032901892055177782376fac4da64df5afb6da138b788c6b086c6664e801ba77831064749d35ec6335ca380d4421c245b9009f
6
+ metadata.gz: d57afd621a61d90850157b11a2269095b6b448acc7f6463116f0cac63ad5c3e65d013cc6aa3ef719360662737cc6e72490daa25f278d354863a68ad0fe4176e7
7
+ data.tar.gz: 1cacf26cd9d3793613dcf7fb75a8245cd42152a658fc7c39a60429a609a2e5e88d4bae4a390cc0f96b8c12dce253c0b1fb1e7bd0661aba00b7ff4c7044d5607a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.47.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3740](https://github.com/primer/view_components/pull/3740) [`ccf3d94`](https://github.com/primer/view_components/commit/ccf3d94b557a909965062885b5db9e48b2a63e3d) Thanks [@sarahkemi](https://github.com/sarahkemi)! - Add `disable_expand` param to AvatarStack for React component parity
8
+
9
+ ## 0.46.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#3713](https://github.com/primer/view_components/pull/3713) [`4ba92f5`](https://github.com/primer/view_components/commit/4ba92f579fff940943b9ee04d3097e28cb9588a6) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Enable use_experimental_non_local_form for all SelectPanels
14
+
15
+ ### Patch Changes
16
+
17
+ - [#3731](https://github.com/primer/view_components/pull/3731) [`15ab908`](https://github.com/primer/view_components/commit/15ab9083e8ad06185c727071be5ee2a0eab14ae4) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Updates SelectPanel anchor to allow IconButtons
18
+
19
+ - [#3727](https://github.com/primer/view_components/pull/3727) [`1ebafaa`](https://github.com/primer/view_components/commit/1ebafaabfd3424c78dd41610372b8c0e684bac1b) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove left/right bg color borders from Avatar Stack
20
+
3
21
  ## 0.45.1
4
22
 
5
23
  ### Patch Changes