Skip to content

Commit d92acd9

Browse files
Release Tracking (#2262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: primer[bot] <primer[bot]@users.noreply.github.com>
1 parent a2fe613 commit d92acd9

File tree

10 files changed

+27
-29
lines changed

10 files changed

+27
-29
lines changed

.changeset/cuddly-stingrays-camp.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/sour-colts-prove.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/weak-mails-teach.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
751 Bytes
Loading

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

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+
324
## 0.10.0
425

526
### Minor Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
primer_view_components (0.10.0)
4+
primer_view_components (0.11.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
primer_view_components (0.10.0)
4+
primer_view_components (0.11.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 10
8+
MINOR = 11
99
PATCH = 0
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/view-components",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "ViewComponents for the Primer Design System",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)