primer_view_components 0.26.1 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7db26057eae44c1e3b0fb4d2ef909bf88c4cbcc1bf790f61174c0661d693748d
4
- data.tar.gz: 7800f74b21b01e62fdd2a6adc366911990eefa64611dab42276b4460bc84371f
3
+ metadata.gz: a5639935304045cf1ad5b51d87723205fd5518211ab079cf9ab59f1f6b92ddb3
4
+ data.tar.gz: a7f926035cf82418205628ae7cb19198605681db62ed054aa119f42cb7ab8506
5
5
  SHA512:
6
- metadata.gz: 59a45f360ade1ab6cb14c880a3004c6fca99aa548d7b218c075415561ee19715f1994629ccc59ce52cfe7962520a39ff9171650af31ff9e226043375670aa224
7
- data.tar.gz: eb2e0b9f0445b9d851a691e5786e49af85969d277d290d9bc1911778e42e34f6c98feaa860a662b922cc6d0caa56938b8e71bf74921aadc566cf17f4dcb205ed
6
+ metadata.gz: 30387f0a9ab87d03461a28e3e17c7503176d6c51b6e5794d6318089c5001db6621e04e215efacccf61ba00a51affadcc6ab73b128a01ce91d66cdcdf6ec51fb9
7
+ data.tar.gz: 885dc82b299a1adb66e3ee9ad91f7961f0f0a5d0f49f313284b68a7add40090a3ccf544a3f0e551407f6c7eecfe8a2eff4b96fc8e53f65d704548080ddaf04ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2922](https://github.com/primer/view_components/pull/2922) [`fb5917d`](https://github.com/primer/view_components/commit/fb5917dc9e6246af85a8199e6e47f73e2db3ba70) Thanks [@camertron](https://github.com/camertron)! - Change ActionMenu to accept and forward overlay arguments
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2925](https://github.com/primer/view_components/pull/2925) [`6c730c4`](https://github.com/primer/view_components/commit/6c730c4b8eeb050cf706d4843a87f2740e379a49) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Update ActionList such that if role='listbox' is passed in the items render as options
12
+
13
+ - [#2924](https://github.com/primer/view_components/pull/2924) [`235544d`](https://github.com/primer/view_components/commit/235544d3f0770717c16532e6f0801d6249f6a884) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Add a valid selector to focus-group
14
+
3
15
  ## 0.26.1
4
16
 
5
17
  ### Patch Changes