primer_view_components 0.10.0 → 0.11.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: 2faa98da3917873979bfc38c8a2f665e75231f5d93f9e735216ac7ba5a1e99f0
4
- data.tar.gz: ba3170a6981c0a725cd6eaac177e4a81c4a27fcc3d366a62bee23b20c8753e2c
3
+ metadata.gz: f48107c8d70bf5013cb17f594e7aacf039b6ee04511de34aba3a1dd536a09cd9
4
+ data.tar.gz: 7b5774525d9a69246b0aad997cb03ac9c413c10071f8583341ead8ffe0b4188a
5
5
  SHA512:
6
- metadata.gz: '028b27e577a15e0c967c5a0b1aa0056ecf9fe89209dc10597636b6697180ca4e5427cff1de6a61db0e6c1b9c0c68ca4788af99ff27c529ce91b63ef62b0936dd'
7
- data.tar.gz: ca0a75f7af4d0cc0174c1fb9c213a7151cac94d39ea6a7bd9da480a43f86f3c5a6c288f58ff042b68c626bf89e8608c8ed2facb520ec1988eb3773ad932d509e
6
+ metadata.gz: 593249fcdf817fd9df568a8aa97ea00fec9e901fbfebdb6411de1d521a11b549e6f91bb0314512e644af86618276197326befaa6f2a227cb84c986c666e3ae8e
7
+ data.tar.gz: 96c27005ca0e11bb53edc19ab6821b8d54e8137dd24efce0f7340ca88cee67ba1b5ab037d5708c4766390024b68b087890913856645b57dad4fd7b39562d736e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2276](https://github.com/primer/view_components/pull/2276) [`7184d76e`](https://github.com/primer/view_components/commit/7184d76edbe94b008158940d15909b1778c9ed8c) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding option item_arguments hash argument to ActionBar::Item that will control the item system arguments
8
+
9
+ <!-- Changed components: Primer::Alpha::ActionBar -->
10
+
11
+ - [#2259](https://github.com/primer/view_components/pull/2259) [`a2fe6134`](https://github.com/primer/view_components/commit/a2fe61342b2f3527533902d845f5a9d500d6910c) Thanks [@TylerJDev](https://github.com/TylerJDev)! - \* Includes ActionMenu in ActionBar focus trap when present.
12
+
13
+ - Adjusts `focus_group.ts` to set `tabindex="0"` back to invoker if it is non-focusable.
14
+ - Prevents popover invokers from being triggered with 'left' and 'right' arrow keys.
15
+
16
+ <!-- Changed components: Primer::Alpha::ActionBar, Primer::Alpha::ActionMenu -->
17
+
18
+ ### Patch Changes
19
+
20
+ - [#2260](https://github.com/primer/view_components/pull/2260) [`b584a6b5`](https://github.com/primer/view_components/commit/b584a6b57e07b4def45bd30e90bf31203e7b7010) Thanks [@camertron](https://github.com/camertron)! - ActionMenu: hide the menu when focus leaves the component; focus the first list item when the menu is activated with the mouse; allow disabling list items while still permitting them to be focused with the keyboard
21
+
22
+ <!-- Changed components: Primer::Alpha::ActionMenu -->
23
+
3
24
  ## 0.10.0
4
25
 
5
26
  ### Minor Changes