openproject-primer_view_components 0.35.2 → 0.36.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: 237758e5d00bd32c5692d17fb52695e9615b94a05b87e7bffd214de455755921
4
- data.tar.gz: 4d57d1c3c111c0521b14c278d9ff2812d4afa7ec441c2098dd5cf75a28ee994e
3
+ metadata.gz: 91926a80ea26eb20b0b5f104b86d356e17d7e74a650891131793af3af0ff6983
4
+ data.tar.gz: ec83086b7c9176e0534acd09d7d2e07dd7a25b464225e0f9dc8553db2d2d8a5f
5
5
  SHA512:
6
- metadata.gz: 036b23586b361bf7555c4eeb39d800849529765a0e67258f4ef7fcdd6f1fc71159e66cf1810300ddbd82722d450bda960233dc2206c16628be24d25c1eda109b
7
- data.tar.gz: 1b6959dc0e5815e68f25437e55aa7203378953621f0a2db3d6b547007bbf097b4b38cd1f0653216c6f64b47608ebc032b108889fbb9ec029327ecc3de4d93e04
6
+ metadata.gz: 80ac046f11a5349e5bb9b6917d4c7eb7e7f8e380a6c6103fcd3e4469b8bc875d11e30d73f4210420c6f961cfe1c9ee2ef53278df011f274f192cf5d3570f3de9
7
+ data.tar.gz: d0c94982fe904da2de29c029802e8e9680d70eb8477c9a2c6265d6aa8a4d38db8a88ed93c105935026c0face315544372be65dad32363a48bba3f00e13602f8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2922](https://github.com/primer/view_components/pull/2922) [`fb5917d`](https://github.com/opf/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/opf/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/opf/primer_view_components/commit/235544d3f0770717c16532e6f0801d6249f6a884) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Add a valid selector to focus-group
14
+
3
15
  ## 0.35.2
4
16
 
5
17
  ### Patch Changes