@spectrum-web-components/menu 1.9.0 → 1.9.1-nightly.20251028214328

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.
Files changed (97) hide show
  1. package/CHANGELOG.md +991 -0
  2. package/package.json +108 -108
  3. package/src/Menu.d.ts +1 -1
  4. package/src/MenuDivider.d.ts +4 -2
  5. package/src/checkmark-overrides.css.dev.js.map +2 -2
  6. package/src/checkmark-overrides.css.js.map +2 -2
  7. package/src/chevron-overrides.css.dev.js.map +2 -2
  8. package/src/chevron-overrides.css.js.map +2 -2
  9. package/src/menu-divider-overrides.css.dev.js.map +2 -2
  10. package/src/menu-divider-overrides.css.js.map +2 -2
  11. package/src/menu-divider.css.dev.js.map +2 -2
  12. package/src/menu-divider.css.js.map +2 -2
  13. package/src/menu-group.css.dev.js.map +2 -2
  14. package/src/menu-group.css.js.map +2 -2
  15. package/src/menu-item-overrides.css.dev.js.map +2 -2
  16. package/src/menu-item-overrides.css.js.map +2 -2
  17. package/src/menu-item.css.dev.js.map +2 -2
  18. package/src/menu-item.css.js.map +2 -2
  19. package/src/menu-overrides.css.dev.js.map +2 -2
  20. package/src/menu-overrides.css.js.map +2 -2
  21. package/src/menu-sectionHeading-overrides.css.dev.js.map +2 -2
  22. package/src/menu-sectionHeading-overrides.css.js.map +2 -2
  23. package/src/menu.css.dev.js.map +2 -2
  24. package/src/menu.css.js.map +2 -2
  25. package/src/spectrum-checkmark.css.dev.js.map +2 -2
  26. package/src/spectrum-checkmark.css.js.map +2 -2
  27. package/src/spectrum-chevron.css.dev.js.map +2 -2
  28. package/src/spectrum-chevron.css.js.map +2 -2
  29. package/src/spectrum-menu-divider.css.dev.js.map +2 -2
  30. package/src/spectrum-menu-divider.css.js.map +2 -2
  31. package/src/spectrum-menu-item.css.dev.js.map +2 -2
  32. package/src/spectrum-menu-item.css.js.map +2 -2
  33. package/src/spectrum-menu-sectionHeading.css.dev.js.map +2 -2
  34. package/src/spectrum-menu-sectionHeading.css.js.map +2 -2
  35. package/src/spectrum-menu.css.dev.js.map +2 -2
  36. package/src/spectrum-menu.css.js.map +2 -2
  37. package/stories/index.js +90 -0
  38. package/stories/index.js.map +7 -0
  39. package/stories/menu-divider.stories.js +32 -0
  40. package/stories/menu-divider.stories.js.map +7 -0
  41. package/stories/menu-group.stories.js +144 -0
  42. package/stories/menu-group.stories.js.map +7 -0
  43. package/stories/menu-item.disconnected.stories.js +178 -0
  44. package/stories/menu-item.disconnected.stories.js.map +7 -0
  45. package/stories/menu-item.stories.js +130 -0
  46. package/stories/menu-item.stories.js.map +7 -0
  47. package/stories/menu-sizes.stories.js +11 -0
  48. package/stories/menu-sizes.stories.js.map +7 -0
  49. package/stories/menu.stories.js +555 -0
  50. package/stories/menu.stories.js.map +7 -0
  51. package/stories/submenu.stories.js +437 -0
  52. package/stories/submenu.stories.js.map +7 -0
  53. package/test/benchmark/test-basic.js +24 -0
  54. package/test/benchmark/test-basic.js.map +7 -0
  55. package/test/menu-divider.test-vrt.js +5 -0
  56. package/{sp-menu-item.dev.js.map → test/menu-divider.test-vrt.js.map} +3 -3
  57. package/test/menu-group.test-vrt.js +5 -0
  58. package/{sp-menu-group.dev.js.map → test/menu-group.test-vrt.js.map} +3 -3
  59. package/test/menu-group.test.js +394 -0
  60. package/test/menu-group.test.js.map +7 -0
  61. package/test/menu-item.disconnected.test-vrt.js +5 -0
  62. package/test/menu-item.disconnected.test-vrt.js.map +7 -0
  63. package/test/menu-item.test-vrt.js +5 -0
  64. package/{sp-menu-divider.dev.js.map → test/menu-item.test-vrt.js.map} +3 -3
  65. package/test/menu-item.test.js +211 -0
  66. package/test/menu-item.test.js.map +7 -0
  67. package/test/menu-memory.test.js +5 -0
  68. package/{sp-menu.dev.js.map → test/menu-memory.test.js.map} +3 -3
  69. package/test/menu-selects.test.js +473 -0
  70. package/test/menu-selects.test.js.map +7 -0
  71. package/test/menu-sizes.test-vrt.js +5 -0
  72. package/test/menu-sizes.test-vrt.js.map +7 -0
  73. package/test/menu.test-vrt.js +5 -0
  74. package/test/menu.test-vrt.js.map +7 -0
  75. package/test/menu.test.js +791 -0
  76. package/test/menu.test.js.map +7 -0
  77. package/test/submenu.test-vrt.js +5 -0
  78. package/test/submenu.test-vrt.js.map +7 -0
  79. package/test/submenu.test.js +739 -0
  80. package/test/submenu.test.js.map +7 -0
  81. package/custom-elements.json +0 -3337
  82. package/sp-menu-divider.d.ts +0 -17
  83. package/sp-menu-divider.dev.js +0 -5
  84. package/sp-menu-divider.js +0 -2
  85. package/sp-menu-divider.js.map +0 -7
  86. package/sp-menu-group.d.ts +0 -17
  87. package/sp-menu-group.dev.js +0 -5
  88. package/sp-menu-group.js +0 -2
  89. package/sp-menu-group.js.map +0 -7
  90. package/sp-menu-item.d.ts +0 -17
  91. package/sp-menu-item.dev.js +0 -5
  92. package/sp-menu-item.js +0 -2
  93. package/sp-menu-item.js.map +0 -7
  94. package/sp-menu.d.ts +0 -17
  95. package/sp-menu.dev.js +0 -5
  96. package/sp-menu.js +0 -2
  97. package/sp-menu.js.map +0 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,991 @@
1
+ # Change Log
2
+
3
+ ## 1.9.1-nightly.20251028214328
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @spectrum-web-components/divider@1.9.1-nightly.20251028214328
9
+ - @spectrum-web-components/base@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/action-button@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/icon@1.9.1-nightly.20251028214328
12
+ - @spectrum-web-components/icons-ui@1.9.1-nightly.20251028214328
13
+ - @spectrum-web-components/overlay@1.9.1-nightly.20251028214328
14
+ - @spectrum-web-components/popover@1.9.1-nightly.20251028214328
15
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
16
+ - @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
17
+
18
+ ## 1.9.0
19
+
20
+ ### Patch Changes
21
+
22
+ - [#5732](https://github.com/adobe/spectrum-web-components/pull/5732) [`4880da4`](https://github.com/adobe/spectrum-web-components/commit/4880da4f80a25ae1b475f52ce4ba7914cdcd9de4) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - - **Fixed**: MenuItem focus stealing from input elements on mouseover by enhancing MenuItem's `handleMouseover` method to detect when an input element currently has focus and prevent stealing focus in those cases.
23
+
24
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8)]:
25
+ - @spectrum-web-components/reactive-controllers@1.9.0
26
+ - @spectrum-web-components/action-button@1.9.0
27
+ - @spectrum-web-components/icon@1.9.0
28
+ - @spectrum-web-components/overlay@1.9.0
29
+ - @spectrum-web-components/icons-ui@1.9.0
30
+ - @spectrum-web-components/popover@1.9.0
31
+ - @spectrum-web-components/divider@1.9.0
32
+ - @spectrum-web-components/base@1.9.0
33
+ - @spectrum-web-components/shared@1.9.0
34
+
35
+ ## 1.8.0
36
+
37
+ ### Minor Changes
38
+
39
+ - [#5616](https://github.com/adobe/spectrum-web-components/pull/5616) [`f27ab09`](https://github.com/adobe/spectrum-web-components/commit/f27ab096f4d53543dc53f75ec196c696b78b3baa) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - **Fixed** : Fix iPad scrolling issue in picker dropdown where scrolling through menu items would accidentally select the first touched item and close the picker.
40
+
41
+ The fix implements touch gesture detection to distinguish between scrolling and selection. Added `isScrolling` getter for public API access. Test on iPad devices with long menus to validate scrolling behavior and selection accuracy.
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`14486d6`](https://github.com/adobe/spectrum-web-components/commit/14486d620e88976c794225edb54eaca8392015c7), [`ee1bae6`](https://github.com/adobe/spectrum-web-components/commit/ee1bae6f9a7401dc31ebc84e4e27f9d39be692d1), [`14486d6`](https://github.com/adobe/spectrum-web-components/commit/14486d620e88976c794225edb54eaca8392015c7), [`826a2d5`](https://github.com/adobe/spectrum-web-components/commit/826a2d533e46a6f945daefa8999fadca78bd8688)]:
46
+ - @spectrum-web-components/overlay@1.8.0
47
+ - @spectrum-web-components/divider@1.8.0
48
+ - @spectrum-web-components/popover@1.8.0
49
+ - @spectrum-web-components/action-button@1.8.0
50
+ - @spectrum-web-components/icon@1.8.0
51
+ - @spectrum-web-components/icons-ui@1.8.0
52
+ - @spectrum-web-components/base@1.8.0
53
+ - @spectrum-web-components/reactive-controllers@1.8.0
54
+ - @spectrum-web-components/shared@1.8.0
55
+
56
+ ## 1.7.0
57
+
58
+ ### Patch Changes
59
+
60
+ - [#5402](https://github.com/adobe/spectrum-web-components/pull/5402) [`3aeafdd`](https://github.com/adobe/spectrum-web-components/commit/3aeafddab98fe30f4db538ded9052997aaa05b07) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - **Fixes**: Icons in menu stories weren't properly responding to theme changes when used in functional story components.
61
+ Switching to class-based LitElement components ensures proper component lifecycle hooks and shadow DOM context for icon initialization and theme integration.
62
+ - Updated dependencies [[`a646ae8`](https://github.com/adobe/spectrum-web-components/commit/a646ae8b0e652308d359226740d2cb189e492e45), [`c1669d2`](https://github.com/adobe/spectrum-web-components/commit/c1669d2dc5e1ceeb84486ce49a428f86a3173caa)]:
63
+ - @spectrum-web-components/overlay@1.7.0
64
+ - @spectrum-web-components/action-button@1.7.0
65
+ - @spectrum-web-components/popover@1.7.0
66
+ - @spectrum-web-components/divider@1.7.0
67
+ - @spectrum-web-components/icon@1.7.0
68
+ - @spectrum-web-components/icons-ui@1.7.0
69
+ - @spectrum-web-components/base@1.7.0
70
+ - @spectrum-web-components/reactive-controllers@1.7.0
71
+ - @spectrum-web-components/shared@1.7.0
72
+
73
+ ## 1.6.0
74
+
75
+ ### Patch Changes
76
+
77
+ - [#5349](https://github.com/adobe/spectrum-web-components/pull/5349) [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
78
+
79
+ - Updated dependencies [[`03a4439`](https://github.com/adobe/spectrum-web-components/commit/03a443946b760aedc668630f33ac660443ff915e), [`53f3769`](https://github.com/adobe/spectrum-web-components/commit/53f3769f07b6e7853a8a4c0dc63b21fe14cf3d4b)]:
80
+ - @spectrum-web-components/popover@1.6.0
81
+ - @spectrum-web-components/overlay@1.6.0
82
+ - @spectrum-web-components/action-button@1.6.0
83
+ - @spectrum-web-components/divider@1.6.0
84
+ - @spectrum-web-components/icon@1.6.0
85
+ - @spectrum-web-components/icons-ui@1.6.0
86
+ - @spectrum-web-components/base@1.6.0
87
+ - @spectrum-web-components/reactive-controllers@1.6.0
88
+ - @spectrum-web-components/shared@1.6.0
89
+
90
+ ## 1.5.0
91
+
92
+ ### Minor Changes
93
+
94
+ - [#5350](https://github.com/adobe/spectrum-web-components/pull/5350) [`86bcd12`](https://github.com/adobe/spectrum-web-components/commit/86bcd122003e99d490a64d466dab3e7d609a6ff3) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - change display property from inline-flex to flex to eliminate unwanted spacing between menu items
95
+
96
+ ### Patch Changes
97
+
98
+ - [#5313](https://github.com/adobe/spectrum-web-components/pull/5313) [`4c2f908`](https://github.com/adobe/spectrum-web-components/commit/4c2f908a92b383d49eb7197d954966fe1798aa20) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Tapping on an `sp-menu-item` was causing the tap event to propagate to an `sp-checkbox` underneath it, resulting in the checkbox being checked unintentionally. The fix involves capturing the `touchend` event on the `sp-menu` to prevent this propagation.
99
+
100
+ - [#5270](https://github.com/adobe/spectrum-web-components/pull/5270) [`a69accb`](https://github.com/adobe/spectrum-web-components/commit/a69accb8b44b2612d53d31ba52c99aa751ce9f3a) Thanks [@nikkimk](https://github.com/nikkimk)! - correctly applies menuitem hover styling with pointerenter actions and only applies menuitem focus styling with keyboard/click action [#5269](https://github.com/adobe/spectrum-web-components/issues/5269)
101
+
102
+ - Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0), [`8f8735c`](https://github.com/adobe/spectrum-web-components/commit/8f8735c9ec3eac3b6473424c78257cb46ee17f70), [`6c58f50`](https://github.com/adobe/spectrum-web-components/commit/6c58f50f7b1f5489c11e0d3484e3f4a9d576f1c8)]:
103
+ - @spectrum-web-components/divider@1.5.0
104
+ - @spectrum-web-components/overlay@1.5.0
105
+ - @spectrum-web-components/action-button@1.5.0
106
+ - @spectrum-web-components/popover@1.5.0
107
+ - @spectrum-web-components/icon@1.5.0
108
+ - @spectrum-web-components/icons-ui@1.5.0
109
+ - @spectrum-web-components/base@1.5.0
110
+ - @spectrum-web-components/reactive-controllers@1.5.0
111
+ - @spectrum-web-components/shared@1.5.0
112
+
113
+ ## 1.4.0
114
+
115
+ ### Minor Changes
116
+
117
+ - [#5187](https://github.com/adobe/spectrum-web-components/pull/5187) [`2a0422e`](https://github.com/adobe/spectrum-web-components/commit/2a0422ec1b667a9f236858f8cc9dca261ba27f9f) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Disabled drag and select functionality of picker in mobile devices. This is done to prevent click event being captured behind the menu-tray combination because the menu was closing immediately on pointerup.
118
+ - Fixed a bug where the picker in a dialog was not closing when clicking outside the dialog. ([#5111](https://github.com/adobe/spectrum-web-components/issues/5111))
119
+ - Fixed another bug where the elements behind the menu were receiving click events. ([#5060](https://github.com/adobe/spectrum-web-components/issues/5060))
120
+
121
+ ### Patch Changes
122
+
123
+ - [#5197](https://github.com/adobe/spectrum-web-components/pull/5197) [`6618422`](https://github.com/adobe/spectrum-web-components/commit/6618422848df234e420eed95f4a5a30557e1e46f) Thanks [@nikkimk](https://github.com/nikkimk)! - `<sp-menu>` - fixes `<sp-menu-item>` focus on hover ([#5180](https://github.com/adobe/spectrum-web-components/issues/5180))
124
+
125
+ - Updated dependencies [[`72dbe62`](https://github.com/adobe/spectrum-web-components/commit/72dbe629cddfc57171eaaadf7206df47c19d3c98), [`46cd782`](https://github.com/adobe/spectrum-web-components/commit/46cd7828f65491fc08790e5ba0aec412ee89199d), [`70f5f6f`](https://github.com/adobe/spectrum-web-components/commit/70f5f6f3a97b530fb20f9f5ee049e9a8c124b02d)]:
126
+ - @spectrum-web-components/action-button@1.4.0
127
+ - @spectrum-web-components/overlay@1.4.0
128
+ - @spectrum-web-components/popover@1.4.0
129
+ - @spectrum-web-components/divider@1.4.0
130
+ - @spectrum-web-components/icon@1.4.0
131
+ - @spectrum-web-components/icons-ui@1.4.0
132
+ - @spectrum-web-components/base@1.4.0
133
+ - @spectrum-web-components/reactive-controllers@1.4.0
134
+ - @spectrum-web-components/shared@1.4.0
135
+
136
+ ## 1.3.0
137
+
138
+ ### Minor Changes
139
+
140
+ - [#5031](https://github.com/adobe/spectrum-web-components/pull/5031) [`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f) Thanks [@nikkimk](https://github.com/nikkimk)! - Used WAI ARIA Authoring Practices Guide (APG) to make accessibility improvements for `<sp-action-menu>`, `<sp-menu>`, and `<sp-picker>`, including:
141
+ - Numpad keys now work with `<sp-picker>` and `<sp-action-menu>` -`<sp-action-menu>`'s `<sp-menu-item>` elements can now be read by a screen reader ([#4556](https://github.com/adobe/spectrum-web-components/issues/4556))
142
+ - `<sp-menu-item>` href can now be clicked by a screen reader ([#4997](https://github.com/adobe/spectrum-web-components/issues/4997))
143
+ - Opening a `<sp-action-menu>`, `<sp-menu>`, and `<sp-picker>` with a keyboard now sets focus on an item within the menu. ([#4557](https://github.com/adobe/spectrum-web-components/issues/4557))
144
+
145
+ See the following APG examples for more information:
146
+ - [Navigation Menu Example](https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-navigation/)
147
+ - [Editor Menubar Example](https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-editor/)
148
+
149
+ ### Patch Changes
150
+
151
+ - [#5176](https://github.com/adobe/spectrum-web-components/pull/5176) [`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - 1. chore(checkbox): updated to latest css v10.1.1 for s2 fast follow 2. chore(dialog):
152
+ The error property was not properly deprecated with a full migration plan in place. This has caused confusion and false sense of urgency for consumers to migrate. We are removing it to eliminate those pain points for consumers while we take a deep look at our dialogs and patterns. 3. chore(menu): updated to latest css v9.1.1 for s2 fast follow 4. fix(overlay):
153
+ sp-overlay with type="manual" should close on pressing ESC key. When the last item is on overlay stack we are triggering the close method on esc key event.
154
+
155
+ - Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f), [`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9)]:
156
+ - @spectrum-web-components/reactive-controllers@1.3.0
157
+ - @spectrum-web-components/overlay@1.3.0
158
+ - @spectrum-web-components/popover@1.3.0
159
+ - @spectrum-web-components/action-button@1.3.0
160
+ - @spectrum-web-components/divider@1.3.0
161
+ - @spectrum-web-components/icon@1.3.0
162
+ - @spectrum-web-components/icons-ui@1.3.0
163
+ - @spectrum-web-components/base@1.3.0
164
+ - @spectrum-web-components/shared@1.3.0
165
+
166
+ All notable changes to this project will be documented in this file.
167
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
168
+
169
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
170
+
171
+ ### Bug Fixes
172
+
173
+ - **action menu:** keyboard accessibility omnibus ([#5031](https://github.com/adobe/spectrum-web-components/issues/5031)) ([ea38ef0](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)), closes [#4623](https://github.com/adobe/spectrum-web-components/issues/4623)
174
+ - **menu:** make submenu scrollable ([#5082](https://github.com/adobe/spectrum-web-components/issues/5082)) ([a13dac2](https://github.com/adobe/spectrum-web-components/commit/a13dac26e51fa953e36232ce2b10dc0f121ef6a8))
175
+ - **picker:** update picker when menu item icons change ([#5088](https://github.com/adobe/spectrum-web-components/issues/5088)) ([63ef1ad](https://github.com/adobe/spectrum-web-components/commit/63ef1adad473ce58647ffe4d5e2a8727caaee07b))
176
+
177
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
178
+
179
+ **Note:** Version bump only for package @spectrum-web-components/menu
180
+
181
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
182
+
183
+ **Note:** Version bump only for package @spectrum-web-components/menu
184
+
185
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
186
+
187
+ ### Bug Fixes
188
+
189
+ - lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
190
+
191
+ ### Features
192
+
193
+ - add an optional chromatic vrt action ([7d2f840](https://github.com/adobe/spectrum-web-components/commit/7d2f8401cb05c5e23872424f132a1a8edd95b666))
194
+
195
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
196
+
197
+ **Note:** Version bump only for package @spectrum-web-components/menu
198
+
199
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
200
+
201
+ ### Bug Fixes
202
+
203
+ - **menu:** prevent sp-menu-item text-align cascading ([#4868](https://github.com/adobe/spectrum-web-components/issues/4868)) ([6663820](https://github.com/adobe/spectrum-web-components/commit/666382067e20a48a91d440ca1427698f9b58bc06))
204
+
205
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
206
+
207
+ **Note:** Version bump only for package @spectrum-web-components/menu
208
+
209
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
210
+
211
+ **Note:** Version bump only for package @spectrum-web-components/menu
212
+
213
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
214
+
215
+ **Note:** Version bump only for package @spectrum-web-components/menu
216
+
217
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
218
+
219
+ ### Bug Fixes
220
+
221
+ - **menu:** allow menu-item to support arbitrary element as the submenu root ([#4720](https://github.com/adobe/spectrum-web-components/issues/4720)) ([4c6a0dc](https://github.com/adobe/spectrum-web-components/commit/4c6a0dcf7c67560c664c1f7c0f93d0ef3f0005ab))
222
+
223
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
224
+
225
+ **Note:** Version bump only for package @spectrum-web-components/menu
226
+
227
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
228
+
229
+ **Note:** Version bump only for package @spectrum-web-components/menu
230
+
231
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
232
+
233
+ ### Features
234
+
235
+ - **breadcrumbs:** add Breadcrumbs component ([#4578](https://github.com/adobe/spectrum-web-components/issues/4578)) ([acd4b5e](https://github.com/adobe/spectrum-web-components/commit/acd4b5e4401dad8cf26b50ee5dcda80a28b62999))
236
+
237
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
238
+
239
+ ### Bug Fixes
240
+
241
+ - **menu:** should not make a selection on right click ([#4642](https://github.com/adobe/spectrum-web-components/issues/4642)) ([d269629](https://github.com/adobe/spectrum-web-components/commit/d269629a64063515eddee9b178b6240b92b9bc76))
242
+
243
+ ### Features
244
+
245
+ - upgrade menu and dialog grid css ([#4638](https://github.com/adobe/spectrum-web-components/issues/4638)) ([ab9d468](https://github.com/adobe/spectrum-web-components/commit/ab9d468a5a1cf5721e169bd8dd8724be78c148a1))
246
+
247
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
248
+
249
+ **Note:** Version bump only for package @spectrum-web-components/menu
250
+
251
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
252
+
253
+ ### Features
254
+
255
+ - **action-bar:** support for action-menus ([#3780](https://github.com/adobe/spectrum-web-components/issues/3780)) ([4aff599](https://github.com/adobe/spectrum-web-components/commit/4aff5995f6a22eefae0dd8e580d743c27ceb2c2d))
256
+
257
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
258
+
259
+ ### Bug Fixes
260
+
261
+ - **menu:** enable numpad arrow and Enter keys ([#4492](https://github.com/adobe/spectrum-web-components/issues/4492)) ([012c411](https://github.com/adobe/spectrum-web-components/commit/012c4116dac62031e5a329cf4da7fb9cd149bfdf))
262
+
263
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
264
+
265
+ **Note:** Version bump only for package @spectrum-web-components/menu
266
+
267
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
268
+
269
+ ### Bug Fixes
270
+
271
+ - **action-menu:** allow menu groups to handle their own selections ([#4397](https://github.com/adobe/spectrum-web-components/issues/4397)) ([5a19051](https://github.com/adobe/spectrum-web-components/commit/5a190518814f85cfd2e345ad6a0add1378c05bf4))
272
+
273
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
274
+
275
+ **Note:** Version bump only for package @spectrum-web-components/menu
276
+
277
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
278
+
279
+ **Note:** Version bump only for package @spectrum-web-components/menu
280
+
281
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
282
+
283
+ **Note:** Version bump only for package @spectrum-web-components/menu
284
+
285
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
286
+
287
+ ### Bug Fixes
288
+
289
+ - **menu:** release synthetic "click" promise to unblock keyboard interactions ([f8aecf3](https://github.com/adobe/spectrum-web-components/commit/f8aecf33cfa94ee1e1b791dc203fc46ead84eb10))
290
+
291
+ ### Features
292
+
293
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
294
+
295
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
296
+
297
+ ### Bug Fixes
298
+
299
+ - **menu:** fix css for `disabled` "value" slots in menu items ([#4113](https://github.com/adobe/spectrum-web-components/issues/4113)) ([3c5855d](https://github.com/adobe/spectrum-web-components/commit/3c5855d606739b29c7da7a6250cc7636ee15fad1))
300
+
301
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
302
+
303
+ ### Bug Fixes
304
+
305
+ - **menu:** correct disabled menu item's chevron to appropriate colour ([#4052](https://github.com/adobe/spectrum-web-components/issues/4052)) ([30f5bb5](https://github.com/adobe/spectrum-web-components/commit/30f5bb58d376822f990545970581ebee943738f7))
306
+
307
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
308
+
309
+ ### Bug Fixes
310
+
311
+ - support generating random IDs outside of secure contexts ([485a67c](https://github.com/adobe/spectrum-web-components/commit/485a67c5401094705b711350f8ee74182a6dd64b))
312
+
313
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
314
+
315
+ ### Bug Fixes
316
+
317
+ - **menu:** process ":active" styles ([7917583](https://github.com/adobe/spectrum-web-components/commit/79175833e8121cef1419b547802721324472965d))
318
+
319
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
320
+
321
+ ### Bug Fixes
322
+
323
+ - **picker,action-menu,split-button:** update interaction model ([#3935](https://github.com/adobe/spectrum-web-components/issues/3935)) ([bae7d52](https://github.com/adobe/spectrum-web-components/commit/bae7d527e513d2588267c62cc70f5e1c1289f903))
324
+
325
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
326
+
327
+ ### Bug Fixes
328
+
329
+ - **overlay:** move closed overlays to "display: none" ([fc0278b](https://github.com/adobe/spectrum-web-components/commit/fc0278b917759ed58c3ac62a6e962633914481c0))
330
+
331
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
332
+
333
+ ### Bug Fixes
334
+
335
+ - **menu:** support navigating to and selecting Menu Items in Menu Groups ([8469ab2](https://github.com/adobe/spectrum-web-components/commit/8469ab235bf4049b7ce9fca008494df1cde012a7))
336
+
337
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
338
+
339
+ **Note:** Version bump only for package @spectrum-web-components/menu
340
+
341
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
342
+
343
+ **Note:** Version bump only for package @spectrum-web-components/menu
344
+
345
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
346
+
347
+ **Note:** Version bump only for package @spectrum-web-components/menu
348
+
349
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
350
+
351
+ ### Bug Fixes
352
+
353
+ - update deps graph, fix imports ([f633005](https://github.com/adobe/spectrum-web-components/commit/f633005e26bff640615f157b54830bfb0677d682))
354
+
355
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
356
+
357
+ ### Bug Fixes
358
+
359
+ - **menu:** conditionally access slots for their assigned content ([#3717](https://github.com/adobe/spectrum-web-components/issues/3717)) ([c045822](https://github.com/adobe/spectrum-web-components/commit/c04582216c67051fa6c78f27b299a9fdfd076597))
360
+
361
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
362
+
363
+ ### Bug Fixes
364
+
365
+ - **menu:** allow `change` events to be direct ([#3689](https://github.com/adobe/spectrum-web-components/issues/3689)) ([b2cd3da](https://github.com/adobe/spectrum-web-components/commit/b2cd3da1384c577f27f604c42847953bb7121cb2))
366
+
367
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
368
+
369
+ ### Bug Fixes
370
+
371
+ - **menu:** allow Menu elements to be controlled ([74ed7fb](https://github.com/adobe/spectrum-web-components/commit/74ed7fb7d593199c333392f89c4827fcb8248cab))
372
+ - **menu:** manage deeply slotted menu items and initial focus ([7f9ad69](https://github.com/adobe/spectrum-web-components/commit/7f9ad69282b6e740efb04fa2933d3163164259c7))
373
+
374
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
375
+
376
+ ### Bug Fixes
377
+
378
+ - **menu:** added support for menu item description ([#3559](https://github.com/adobe/spectrum-web-components/issues/3559)) ([ce99528](https://github.com/adobe/spectrum-web-components/commit/ce99528b4ad61ba8185cde7eaacfa98a2a9fd619))
379
+ - **menu:** correct types import for .d.ts file creation ([a11d264](https://github.com/adobe/spectrum-web-components/commit/a11d2645863d23d3557fdb5803b68365cc373cb6))
380
+
381
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
382
+
383
+ ### Bug Fixes
384
+
385
+ - ensure submenus stay open when root it clicked again ([83ced1c](https://github.com/adobe/spectrum-web-components/commit/83ced1c913f262620e7b87ad3b7e58dff0697442))
386
+
387
+ ### Features
388
+
389
+ - **menu:** prepare for Overlay v2 and less connnected/disconnected responsibilities ([5dfb71e](https://github.com/adobe/spectrum-web-components/commit/5dfb71e5ed26cf8af83ca335a7658938f3f135a6))
390
+
391
+ ### Performance Improvements
392
+
393
+ - make lots of things lazy ([b8fa3ad](https://github.com/adobe/spectrum-web-components/commit/b8fa3ada062bf54bbb42e76ab156c716d5820c7c))
394
+ - make submenus lazier ([a2d661c](https://github.com/adobe/spectrum-web-components/commit/a2d661cf4095f4ccb826d17b6f2e665c8c5bf70f))
395
+ - make submenus lazy ([93531b9](https://github.com/adobe/spectrum-web-components/commit/93531b9624259d519f6f9cab264f8485c9a32fdb))
396
+
397
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
398
+
399
+ ### Features
400
+
401
+ - **menu:** convert to core tokens ([#3254](https://github.com/adobe/spectrum-web-components/issues/3254)) ([da43540](https://github.com/adobe/spectrum-web-components/commit/da43540abcea3db75bf145194be800b61153ebe0))
402
+
403
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
404
+
405
+ ### Bug Fixes
406
+
407
+ - menu item missing aria labels ([#3417](https://github.com/adobe/spectrum-web-components/issues/3417)) ([0d04869](https://github.com/adobe/spectrum-web-components/commit/0d048696792522af0d849b64983ae793dfeae289))
408
+
409
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
410
+
411
+ **Note:** Version bump only for package @spectrum-web-components/menu
412
+
413
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
414
+
415
+ **Note:** Version bump only for package @spectrum-web-components/menu
416
+
417
+ ## [0.33.1](https://github.com/adobe/spectrum-web-components/compare/v0.33.0...v0.33.1) (2023-06-14)
418
+
419
+ ### Bug Fixes
420
+
421
+ - **menu:** [#3164](https://github.com/adobe/spectrum-web-components/issues/3164) plug memory leak with gobal events ([ff589d4](https://github.com/adobe/spectrum-web-components/commit/ff589d4ec86f8dcda15c386907d27c7b3cc8c325))
422
+
423
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
424
+
425
+ **Note:** Version bump only for package @spectrum-web-components/menu
426
+
427
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
428
+
429
+ **Note:** Version bump only for package @spectrum-web-components/menu
430
+
431
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
432
+
433
+ **Note:** Version bump only for package @spectrum-web-components/menu
434
+
435
+ # 0.30.0 (2023-05-03)
436
+
437
+ ### Bug Fixes
438
+
439
+ - abstract "hasVisibleFocusInTree" functionality and return trigger focus after close ([4f39f2c](https://github.com/adobe/spectrum-web-components/commit/4f39f2c506066b789834584d2c9c24185ea57118))
440
+ - add "value" slot to sp-menu-item ([e1bd264](https://github.com/adobe/spectrum-web-components/commit/e1bd2646a5198d9ef64710ad0a3749606f08c74e))
441
+ - add icon present and icon-only support to Picker ([f6887a3](https://github.com/adobe/spectrum-web-components/commit/f6887a34e228473e33893c81017492bf3e8fd6c3))
442
+ - add value/selection checks to the tests and fix up the value logic ([933106f](https://github.com/adobe/spectrum-web-components/commit/933106f88dfa99f22fc1046c1395eb53f051b5c4))
443
+ - address a11y issues raised by updating our dependencies ([4f06477](https://github.com/adobe/spectrum-web-components/commit/4f0647782eea7fdd85560e1bcb2f8b892f30bc33))
444
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
445
+ - correctly delivery visuals and mouse interactions for litAnchor and extensions ([0ae889a](https://github.com/adobe/spectrum-web-components/commit/0ae889a8aab9b3417a021b917dfc817a8310f50f))
446
+ - **dropdown:** improve accessibility ([389d9d9](https://github.com/adobe/spectrum-web-components/commit/389d9d94a13bf31e10f58ee498bd848929e9d67c))
447
+ - ensure Action Menu Item with [href] close the menu ([6b3d87f](https://github.com/adobe/spectrum-web-components/commit/6b3d87f8c922df782432bca3ef93d21637bad78b))
448
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
449
+ - ensure that an overlay can be released even if it does not complete its fade in animation ([4cbb36f](https://github.com/adobe/spectrum-web-components/commit/4cbb36f91569ce9b7f926437142950fc8fbd59f9))
450
+ - ensure that entering an ancestor Menu Item without a submen closes related submenus ([efe5fa1](https://github.com/adobe/spectrum-web-components/commit/efe5fa1ff50c45487f370847444b940e1d6d8a4e))
451
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
452
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
453
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
454
+ - match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
455
+ - **menu:** add support for submenu interactions ([68399af](https://github.com/adobe/spectrum-web-components/commit/68399af396bfb70b9c84c83ee2265aa9daa05e10))
456
+ - **menu:** allow for settign "selected" async from above ([9d7f622](https://github.com/adobe/spectrum-web-components/commit/9d7f6220313278a90d0482f27a507519a77df549))
457
+ - **menu:** cache item parent element to correct disconnecting event dispatch ([f375510](https://github.com/adobe/spectrum-web-components/commit/f3755109ebf64623ba4884871ad8f6eb3b02bc33))
458
+ - **menu:** clarify menu internal focus management via preventScroll option ([9ae092c](https://github.com/adobe/spectrum-web-components/commit/9ae092c7d09ef9359dbf9ed9373aef0650967f40))
459
+ - **menu:** disabled menu-item should not open submenu ([33848bc](https://github.com/adobe/spectrum-web-components/commit/33848bc0aa64733e356831a5f4968fcb01476df4))
460
+ - **menu:** ensure active descendant is in view when activated ([6edc351](https://github.com/adobe/spectrum-web-components/commit/6edc3518fd305cbd35b74f013546bb32aef7616b))
461
+ - **menu:** ensure that Groups in Action Menus are rendered with the correct width ([a996a10](https://github.com/adobe/spectrum-web-components/commit/a996a1078bd3a00d3025f0eeadb39330bafdc26d))
462
+ - **menu:** include all direct dependencies ([aa7327f](https://github.com/adobe/spectrum-web-components/commit/aa7327f748b829fa6f6eec2412ac104e9dbeff76))
463
+ - **menu:** manage tabindex and focus entry correctly ([3b1a250](https://github.com/adobe/spectrum-web-components/commit/3b1a250c0ec4ad2b3553bbf100c8c7015ff3cbc6))
464
+ - **menu:** only scrollIntoView when keyboard navigating ([f4e9278](https://github.com/adobe/spectrum-web-components/commit/f4e9278048287a45bba2da25144834b0b8297c66))
465
+ - **menu:** pass current focus visibility to menu items ([2d3bf80](https://github.com/adobe/spectrum-web-components/commit/2d3bf8046379fe8caff926af81e62806e77f6a49))
466
+ - **menu:** patch undefined lastFocusedItem ([772a7ea](https://github.com/adobe/spectrum-web-components/commit/772a7ea63507b69432e8fac33354578873c3585c))
467
+ - **menu:** prevent infinite loop when focus() ([e4e98a3](https://github.com/adobe/spectrum-web-components/commit/e4e98a358a1991c1d6048b01e2899dd28d56dc7e))
468
+ - **menu:** support menu item list change in deep decendents ([b2b47f3](https://github.com/adobe/spectrum-web-components/commit/b2b47f305cab9720d29b4214b3330b95f33a56d3))
469
+ - normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cdac98282c886f23c4a8d6cf4910c4a606c))
470
+ - **picker:** allow menu items to be added, updated, and removed ([73511ba](https://github.com/adobe/spectrum-web-components/commit/73511ba996154c006602dfd1c7f1d94746049782))
471
+ - prepare for querying child items while disconnected ([f4152a5](https://github.com/adobe/spectrum-web-components/commit/f4152a5474b661d72b69e7a8cab41639ec7fb8c0))
472
+ - prevent infinite loops when all children are [disabled] ([2deac3d](https://github.com/adobe/spectrum-web-components/commit/2deac3d88ea7f2f27e74d60793e253952d0d765f))
473
+ - prevent leaving multiple submenus open at a time ([d2bfbb2](https://github.com/adobe/spectrum-web-components/commit/d2bfbb2d8334ae1a6bd21381092d54914b8f708c))
474
+ - remove `<sp-menu>` usage where deprecated ([387db3b](https://github.com/adobe/spectrum-web-components/commit/387db3be95c98ab220e517fe12a4db7a2496fe5f))
475
+ - simplify focus application in Menu ([6140169](https://github.com/adobe/spectrum-web-components/commit/61401699b36298b6f11cc80703aff664cbb867a7))
476
+ - **split-button:** hide "selected" item from menu ([322a966](https://github.com/adobe/spectrum-web-components/commit/322a96655855f42b390ba2c94d0b017bf93aebd9))
477
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
478
+ - style clean up ([49e1537](https://github.com/adobe/spectrum-web-components/commit/49e15377f3a839d0ed5dc2504dd71396aa156eb5))
479
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
480
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
481
+ - update Picker label via MutationObserver instead of "slotchange" ([196998e](https://github.com/adobe/spectrum-web-components/commit/196998e9433dc938d86bfbe77db9e3accd6d9bbc))
482
+ - update role application logic to not overwrite menu\* roles ([94b6aec](https://github.com/adobe/spectrum-web-components/commit/94b6aecffc1e5686feab09361d4e07ec3e854726))
483
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
484
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
485
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
486
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
487
+
488
+ ### Features
489
+
490
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
491
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
492
+ - add screenshot regression testing to CI ([8205dfe](https://github.com/adobe/spectrum-web-components/commit/8205dfe33c725e13f74f411779c2ff3b6061a913))
493
+ - add selects attribute to menu ([bdf2578](https://github.com/adobe/spectrum-web-components/commit/bdf25780e56c7b92368904dce2a02f2594c364a2))
494
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
495
+ - allow dir management by sp-theme elements ([2d10158](https://github.com/adobe/spectrum-web-components/commit/2d1015883bc0c3a03862c0de8b4d996cd954291f))
496
+ - conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
497
+ - delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
498
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
499
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
500
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
501
+ - **menu:** update spectrum css input ([8c7e18a](https://github.com/adobe/spectrum-web-components/commit/8c7e18ac16f2747bd2f10173bcac0d5e53a0bcac))
502
+ - **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
503
+ - **picker:** process field-label content for more accurate a11y tree ([dc9df54](https://github.com/adobe/spectrum-web-components/commit/dc9df54d052edc46c2399f0f7b12d3b5d4aff740))
504
+ - **picker:** support responsive delivery of menu ([20031d1](https://github.com/adobe/spectrum-web-components/commit/20031d1b42b36cdaa129a25ee70eb2bcbcdbdb5e))
505
+ - reparentChildren - refactored arguments - breaking change ([dea2bc5](https://github.com/adobe/spectrum-web-components/commit/dea2bc5cba1185e790a834db43daf8fc45f4e4f7))
506
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
507
+ - **split-button:** add split-button pattern ([4833a59](https://github.com/adobe/spectrum-web-components/commit/4833a598bb3da3552d194586350a3888dba79543))
508
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
509
+ - update Menu Divider for new Spectrum CSS output ([aca7e2d](https://github.com/adobe/spectrum-web-components/commit/aca7e2dd1b42016d16c5e7a3484e0963ffce4d9a))
510
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
511
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
512
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
513
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
514
+
515
+ ### Performance Improvements
516
+
517
+ - reorganize inheritance and composition in Menu Items ([d96ccb6](https://github.com/adobe/spectrum-web-components/commit/d96ccb621833277444d69535126c3669343c2eaf))
518
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
519
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
520
+
521
+ ### Reverts
522
+
523
+ - Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
524
+
525
+ ## [0.16.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.16...@spectrum-web-components/menu@0.16.17) (2023-04-24)
526
+
527
+ **Note:** Version bump only for package @spectrum-web-components/menu
528
+
529
+ ## [0.16.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.15...@spectrum-web-components/menu@0.16.16) (2023-04-05)
530
+
531
+ **Note:** Version bump only for package @spectrum-web-components/menu
532
+
533
+ ## [0.16.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.14...@spectrum-web-components/menu@0.16.15) (2023-03-22)
534
+
535
+ **Note:** Version bump only for package @spectrum-web-components/menu
536
+
537
+ ## [0.16.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.13...@spectrum-web-components/menu@0.16.14) (2023-03-08)
538
+
539
+ **Note:** Version bump only for package @spectrum-web-components/menu
540
+
541
+ ## [0.16.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.12...@spectrum-web-components/menu@0.16.13) (2023-02-13)
542
+
543
+ **Note:** Version bump only for package @spectrum-web-components/menu
544
+
545
+ ## [0.16.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.11...@spectrum-web-components/menu@0.16.12) (2023-02-08)
546
+
547
+ ### Bug Fixes
548
+
549
+ - **menu:** patch undefined lastFocusedItem ([772a7ea](https://github.com/adobe/spectrum-web-components/commit/772a7ea63507b69432e8fac33354578873c3585c))
550
+ - prepare for querying child items while disconnected ([f4152a5](https://github.com/adobe/spectrum-web-components/commit/f4152a5474b661d72b69e7a8cab41639ec7fb8c0))
551
+
552
+ ## [0.16.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.10...@spectrum-web-components/menu@0.16.11) (2023-01-23)
553
+
554
+ **Note:** Version bump only for package @spectrum-web-components/menu
555
+
556
+ ## [0.16.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.9...@spectrum-web-components/menu@0.16.10) (2023-01-09)
557
+
558
+ **Note:** Version bump only for package @spectrum-web-components/menu
559
+
560
+ ## [0.16.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.8...@spectrum-web-components/menu@0.16.9) (2022-12-08)
561
+
562
+ **Note:** Version bump only for package @spectrum-web-components/menu
563
+
564
+ ## [0.16.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.7...@spectrum-web-components/menu@0.16.8) (2022-11-21)
565
+
566
+ ### Bug Fixes
567
+
568
+ - ensure that an overlay can be released even if it does not complete its fade in animation ([4cbb36f](https://github.com/adobe/spectrum-web-components/commit/4cbb36f91569ce9b7f926437142950fc8fbd59f9))
569
+
570
+ ## [0.16.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.6...@spectrum-web-components/menu@0.16.7) (2022-11-14)
571
+
572
+ **Note:** Version bump only for package @spectrum-web-components/menu
573
+
574
+ ## [0.16.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.5...@spectrum-web-components/menu@0.16.6) (2022-10-28)
575
+
576
+ ### Bug Fixes
577
+
578
+ - ensure Action Menu Item with [href] close the menu ([6b3d87f](https://github.com/adobe/spectrum-web-components/commit/6b3d87f8c922df782432bca3ef93d21637bad78b))
579
+
580
+ ## [0.16.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.4...@spectrum-web-components/menu@0.16.5) (2022-10-17)
581
+
582
+ ### Bug Fixes
583
+
584
+ - **menu:** ensure that Groups in Action Menus are rendered with the correct width ([a996a10](https://github.com/adobe/spectrum-web-components/commit/a996a1078bd3a00d3025f0eeadb39330bafdc26d))
585
+
586
+ ## [0.16.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.3...@spectrum-web-components/menu@0.16.4) (2022-10-10)
587
+
588
+ ### Bug Fixes
589
+
590
+ - match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
591
+
592
+ ## [0.16.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.2...@spectrum-web-components/menu@0.16.3) (2022-09-15)
593
+
594
+ **Note:** Version bump only for package @spectrum-web-components/menu
595
+
596
+ ## [0.16.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.1...@spectrum-web-components/menu@0.16.2) (2022-09-14)
597
+
598
+ **Note:** Version bump only for package @spectrum-web-components/menu
599
+
600
+ ## [0.16.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.16.0...@spectrum-web-components/menu@0.16.1) (2022-08-24)
601
+
602
+ **Note:** Version bump only for package @spectrum-web-components/menu
603
+
604
+ # [0.16.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.15.0...@spectrum-web-components/menu@0.16.0) (2022-08-09)
605
+
606
+ ### Features
607
+
608
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
609
+
610
+ # [0.15.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.14.4...@spectrum-web-components/menu@0.15.0) (2022-08-04)
611
+
612
+ ### Features
613
+
614
+ - delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
615
+
616
+ ## [0.14.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.14.3...@spectrum-web-components/menu@0.14.4) (2022-07-18)
617
+
618
+ **Note:** Version bump only for package @spectrum-web-components/menu
619
+
620
+ ## [0.14.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.14.2...@spectrum-web-components/menu@0.14.3) (2022-06-29)
621
+
622
+ ### Bug Fixes
623
+
624
+ - ensure that entering an ancestor Menu Item without a submen closes related submenus ([efe5fa1](https://github.com/adobe/spectrum-web-components/commit/efe5fa1ff50c45487f370847444b940e1d6d8a4e))
625
+ - update Picker label via MutationObserver instead of "slotchange" ([196998e](https://github.com/adobe/spectrum-web-components/commit/196998e9433dc938d86bfbe77db9e3accd6d9bbc))
626
+
627
+ ## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.14.1...@spectrum-web-components/menu@0.14.2) (2022-06-07)
628
+
629
+ ### Bug Fixes
630
+
631
+ - prevent leaving multiple submenus open at a time ([d2bfbb2](https://github.com/adobe/spectrum-web-components/commit/d2bfbb2d8334ae1a6bd21381092d54914b8f708c))
632
+ - **menu:** disabled menu-item should not open submenu ([33848bc](https://github.com/adobe/spectrum-web-components/commit/33848bc0aa64733e356831a5f4968fcb01476df4))
633
+
634
+ ## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.14.0...@spectrum-web-components/menu@0.14.1) (2022-05-27)
635
+
636
+ ### Bug Fixes
637
+
638
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
639
+
640
+ # [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.13.0...@spectrum-web-components/menu@0.14.0) (2022-05-12)
641
+
642
+ ### Features
643
+
644
+ - update Menu Divider for new Spectrum CSS output ([aca7e2d](https://github.com/adobe/spectrum-web-components/commit/aca7e2dd1b42016d16c5e7a3484e0963ffce4d9a))
645
+
646
+ # [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.5...@spectrum-web-components/menu@0.13.0) (2022-04-21)
647
+
648
+ ### Features
649
+
650
+ - conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
651
+ - reparentChildren - refactored arguments - breaking change ([dea2bc5](https://github.com/adobe/spectrum-web-components/commit/dea2bc5cba1185e790a834db43daf8fc45f4e4f7))
652
+
653
+ ## [0.12.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.4...@spectrum-web-components/menu@0.12.5) (2022-03-30)
654
+
655
+ **Note:** Version bump only for package @spectrum-web-components/menu
656
+
657
+ ## [0.12.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.3...@spectrum-web-components/menu@0.12.4) (2022-03-08)
658
+
659
+ **Note:** Version bump only for package @spectrum-web-components/menu
660
+
661
+ ## [0.12.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.2...@spectrum-web-components/menu@0.12.3) (2022-03-08)
662
+
663
+ **Note:** Version bump only for package @spectrum-web-components/menu
664
+
665
+ ## [0.12.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.1...@spectrum-web-components/menu@0.12.2) (2022-03-04)
666
+
667
+ ### Bug Fixes
668
+
669
+ - **menu:** add support for submenu interactions ([68399af](https://github.com/adobe/spectrum-web-components/commit/68399af396bfb70b9c84c83ee2265aa9daa05e10))
670
+
671
+ ## [0.12.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.12.0...@spectrum-web-components/menu@0.12.1) (2022-02-22)
672
+
673
+ **Note:** Version bump only for package @spectrum-web-components/menu
674
+
675
+ # [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.11.3...@spectrum-web-components/menu@0.12.0) (2022-02-02)
676
+
677
+ ### Features
678
+
679
+ - **picker:** support responsive delivery of menu ([20031d1](https://github.com/adobe/spectrum-web-components/commit/20031d1b42b36cdaa129a25ee70eb2bcbcdbdb5e))
680
+
681
+ ## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.11.2...@spectrum-web-components/menu@0.11.3) (2022-01-26)
682
+
683
+ **Note:** Version bump only for package @spectrum-web-components/menu
684
+
685
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.11.1...@spectrum-web-components/menu@0.11.2) (2022-01-07)
686
+
687
+ **Note:** Version bump only for package @spectrum-web-components/menu
688
+
689
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.11.0...@spectrum-web-components/menu@0.11.1) (2021-12-13)
690
+
691
+ ### Bug Fixes
692
+
693
+ - **picker:** allow menu items to be added, updated, and removed ([73511ba](https://github.com/adobe/spectrum-web-components/commit/73511ba996154c006602dfd1c7f1d94746049782))
694
+
695
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.10.1...@spectrum-web-components/menu@0.11.0) (2021-11-08)
696
+
697
+ ### Features
698
+
699
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
700
+
701
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.10.0...@spectrum-web-components/menu@0.10.1) (2021-11-08)
702
+
703
+ ### Bug Fixes
704
+
705
+ - abstract "hasVisibleFocusInTree" functionality and return trigger focus after close ([4f39f2c](https://github.com/adobe/spectrum-web-components/commit/4f39f2c506066b789834584d2c9c24185ea57118))
706
+
707
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.6...@spectrum-web-components/menu@0.10.0) (2021-11-02)
708
+
709
+ ### Features
710
+
711
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
712
+
713
+ ## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.5...@spectrum-web-components/menu@0.9.6) (2021-10-12)
714
+
715
+ **Note:** Version bump only for package @spectrum-web-components/menu
716
+
717
+ ## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.4...@spectrum-web-components/menu@0.9.5) (2021-10-05)
718
+
719
+ ### Bug Fixes
720
+
721
+ - **menu:** cache item parent element to correct disconnecting event dispatch ([f375510](https://github.com/adobe/spectrum-web-components/commit/f3755109ebf64623ba4884871ad8f6eb3b02bc33))
722
+
723
+ ## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.3...@spectrum-web-components/menu@0.9.4) (2021-09-20)
724
+
725
+ **Note:** Version bump only for package @spectrum-web-components/menu
726
+
727
+ ## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.2...@spectrum-web-components/menu@0.9.3) (2021-09-13)
728
+
729
+ ### Bug Fixes
730
+
731
+ - simplify focus application in Menu ([6140169](https://github.com/adobe/spectrum-web-components/commit/61401699b36298b6f11cc80703aff664cbb867a7))
732
+
733
+ ## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.1...@spectrum-web-components/menu@0.9.2) (2021-08-24)
734
+
735
+ ### Bug Fixes
736
+
737
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
738
+
739
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.9.0...@spectrum-web-components/menu@0.9.1) (2021-08-17)
740
+
741
+ ### Performance Improvements
742
+
743
+ - reorganize inheritance and composition in Menu Items ([d96ccb6](https://github.com/adobe/spectrum-web-components/commit/d96ccb621833277444d69535126c3669343c2eaf))
744
+
745
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.10...@spectrum-web-components/menu@0.9.0) (2021-08-03)
746
+
747
+ ### Bug Fixes
748
+
749
+ - add value/selection checks to the tests and fix up the value logic ([933106f](https://github.com/adobe/spectrum-web-components/commit/933106f88dfa99f22fc1046c1395eb53f051b5c4))
750
+ - **split-button:** hide "selected" item from menu ([322a966](https://github.com/adobe/spectrum-web-components/commit/322a96655855f42b390ba2c94d0b017bf93aebd9))
751
+
752
+ ### Features
753
+
754
+ - add selects attribute to menu ([bdf2578](https://github.com/adobe/spectrum-web-components/commit/bdf25780e56c7b92368904dce2a02f2594c364a2))
755
+
756
+ ## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.9...@spectrum-web-components/menu@0.8.10) (2021-07-22)
757
+
758
+ ### Bug Fixes
759
+
760
+ - style clean up ([49e1537](https://github.com/adobe/spectrum-web-components/commit/49e15377f3a839d0ed5dc2504dd71396aa156eb5))
761
+
762
+ ## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.8...@spectrum-web-components/menu@0.8.9) (2021-07-01)
763
+
764
+ ### Bug Fixes
765
+
766
+ - add "value" slot to sp-menu-item ([e1bd264](https://github.com/adobe/spectrum-web-components/commit/e1bd2646a5198d9ef64710ad0a3749606f08c74e))
767
+ - add icon present and icon-only support to Picker ([f6887a3](https://github.com/adobe/spectrum-web-components/commit/f6887a34e228473e33893c81017492bf3e8fd6c3))
768
+
769
+ ## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.7...@spectrum-web-components/menu@0.8.8) (2021-06-16)
770
+
771
+ ### Bug Fixes
772
+
773
+ - update role application logic to not overwrite menu\* roles ([94b6aec](https://github.com/adobe/spectrum-web-components/commit/94b6aecffc1e5686feab09361d4e07ec3e854726))
774
+
775
+ ## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.6...@spectrum-web-components/menu@0.8.7) (2021-06-07)
776
+
777
+ ### Bug Fixes
778
+
779
+ - **menu:** clarify menu internal focus management via preventScroll option ([9ae092c](https://github.com/adobe/spectrum-web-components/commit/9ae092c7d09ef9359dbf9ed9373aef0650967f40))
780
+
781
+ ## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.5...@spectrum-web-components/menu@0.8.6) (2021-05-24)
782
+
783
+ **Note:** Version bump only for package @spectrum-web-components/menu
784
+
785
+ ## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.4...@spectrum-web-components/menu@0.8.5) (2021-05-12)
786
+
787
+ ### Bug Fixes
788
+
789
+ - **menu:** pass current focus visibility to menu items ([2d3bf80](https://github.com/adobe/spectrum-web-components/commit/2d3bf8046379fe8caff926af81e62806e77f6a49))
790
+
791
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.3...@spectrum-web-components/menu@0.8.4) (2021-04-15)
792
+
793
+ ### Bug Fixes
794
+
795
+ - **menu:** manage tabindex and focus entry correctly ([3b1a250](https://github.com/adobe/spectrum-web-components/commit/3b1a250c0ec4ad2b3553bbf100c8c7015ff3cbc6))
796
+ - **menu:** only scrollIntoView when keyboard navigating ([f4e9278](https://github.com/adobe/spectrum-web-components/commit/f4e9278048287a45bba2da25144834b0b8297c66))
797
+
798
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.2...@spectrum-web-components/menu@0.8.3) (2021-04-09)
799
+
800
+ **Note:** Version bump only for package @spectrum-web-components/menu
801
+
802
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.1...@spectrum-web-components/menu@0.8.2) (2021-03-29)
803
+
804
+ **Note:** Version bump only for package @spectrum-web-components/menu
805
+
806
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.8.0...@spectrum-web-components/menu@0.8.1) (2021-03-22)
807
+
808
+ **Note:** Version bump only for package @spectrum-web-components/menu
809
+
810
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.7.1...@spectrum-web-components/menu@0.8.0) (2021-03-22)
811
+
812
+ ### Bug Fixes
813
+
814
+ - correctly delivery visuals and mouse interactions for litAnchor and extensions ([0ae889a](https://github.com/adobe/spectrum-web-components/commit/0ae889a8aab9b3417a021b917dfc817a8310f50f))
815
+ - remove `<sp-menu>` usage where deprecated ([387db3b](https://github.com/adobe/spectrum-web-components/commit/387db3be95c98ab220e517fe12a4db7a2496fe5f))
816
+
817
+ ### Features
818
+
819
+ - **picker:** process field-label content for more accurate a11y tree ([dc9df54](https://github.com/adobe/spectrum-web-components/commit/dc9df54d052edc46c2399f0f7b12d3b5d4aff740))
820
+
821
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.7.0...@spectrum-web-components/menu@0.7.1) (2021-03-05)
822
+
823
+ **Note:** Version bump only for package @spectrum-web-components/menu
824
+
825
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.6.3...@spectrum-web-components/menu@0.7.0) (2021-03-04)
826
+
827
+ ### Bug Fixes
828
+
829
+ - **menu:** ensure active descendant is in view when activated ([6edc351](https://github.com/adobe/spectrum-web-components/commit/6edc3518fd305cbd35b74f013546bb32aef7616b))
830
+
831
+ ### Features
832
+
833
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
834
+
835
+ ## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.6.2...@spectrum-web-components/menu@0.6.3) (2021-02-11)
836
+
837
+ ### Bug Fixes
838
+
839
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
840
+
841
+ ## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.6.1...@spectrum-web-components/menu@0.6.2) (2021-02-02)
842
+
843
+ **Note:** Version bump only for package @spectrum-web-components/menu
844
+
845
+ ## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.6.0...@spectrum-web-components/menu@0.6.1) (2021-01-28)
846
+
847
+ **Note:** Version bump only for package @spectrum-web-components/menu
848
+
849
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.4...@spectrum-web-components/menu@0.6.0) (2021-01-21)
850
+
851
+ ### Bug Fixes
852
+
853
+ - address a11y issues raised by updating our dependencies ([4f06477](https://github.com/adobe/spectrum-web-components/commit/4f0647782eea7fdd85560e1bcb2f8b892f30bc33))
854
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
855
+ - prevent infinite loops when all children are [disabled] ([2deac3d](https://github.com/adobe/spectrum-web-components/commit/2deac3d88ea7f2f27e74d60793e253952d0d765f))
856
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
857
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
858
+ - **menu:** prevent infinite loop when focus() ([e4e98a3](https://github.com/adobe/spectrum-web-components/commit/e4e98a358a1991c1d6048b01e2899dd28d56dc7e))
859
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
860
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
861
+
862
+ ### Features
863
+
864
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
865
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
866
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
867
+ - **menu:** update spectrum css input ([8c7e18a](https://github.com/adobe/spectrum-web-components/commit/8c7e18ac16f2747bd2f10173bcac0d5e53a0bcac))
868
+
869
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.4...@spectrum-web-components/menu@0.5.0) (2021-01-13)
870
+
871
+ ### Bug Fixes
872
+
873
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
874
+ - prevent infinite loops when all children are [disabled](<[2deac3d](https://github.com/adobe/spectrum-web-components/commit/2deac3d88ea7f2f27e74d60793e253952d0d765f)>)
875
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
876
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
877
+ - **menu:** prevent infinite loop when focus() ([e4e98a3](https://github.com/adobe/spectrum-web-components/commit/e4e98a358a1991c1d6048b01e2899dd28d56dc7e))
878
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
879
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
880
+
881
+ ### Features
882
+
883
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
884
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
885
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
886
+ - **menu:** update spectrum css input ([8c7e18a](https://github.com/adobe/spectrum-web-components/commit/8c7e18ac16f2747bd2f10173bcac0d5e53a0bcac))
887
+
888
+ ## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.3...@spectrum-web-components/menu@0.4.4) (2020-10-12)
889
+
890
+ **Note:** Version bump only for package @spectrum-web-components/menu
891
+
892
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.2...@spectrum-web-components/menu@0.4.3) (2020-10-12)
893
+
894
+ ### Bug Fixes
895
+
896
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
897
+ - **dropdown:** improve accessibility ([389d9d9](https://github.com/adobe/spectrum-web-components/commit/389d9d94a13bf31e10f58ee498bd848929e9d67c))
898
+
899
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.1...@spectrum-web-components/menu@0.4.2) (2020-09-25)
900
+
901
+ ### Bug Fixes
902
+
903
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
904
+
905
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.4.0...@spectrum-web-components/menu@0.4.1) (2020-09-14)
906
+
907
+ **Note:** Version bump only for package @spectrum-web-components/menu
908
+
909
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.3.2...@spectrum-web-components/menu@0.4.0) (2020-08-31)
910
+
911
+ ### Features
912
+
913
+ - allow dir management by sp-theme elements ([2d10158](https://github.com/adobe/spectrum-web-components/commit/2d1015883bc0c3a03862c0de8b4d996cd954291f))
914
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
915
+ - **split-button:** add split-button pattern ([4833a59](https://github.com/adobe/spectrum-web-components/commit/4833a598bb3da3552d194586350a3888dba79543))
916
+
917
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.3.1...@spectrum-web-components/menu@0.3.2) (2020-08-19)
918
+
919
+ **Note:** Version bump only for package @spectrum-web-components/menu
920
+
921
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.3.0...@spectrum-web-components/menu@0.3.1) (2020-08-13)
922
+
923
+ ### Bug Fixes
924
+
925
+ - **menu:** include all direct dependencies ([aa7327f](https://github.com/adobe/spectrum-web-components/commit/aa7327f748b829fa6f6eec2412ac104e9dbeff76))
926
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
927
+
928
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.7...@spectrum-web-components/menu@0.3.0) (2020-07-17)
929
+
930
+ ### Features
931
+
932
+ - **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
933
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
934
+
935
+ ## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.6...@spectrum-web-components/menu@0.2.7) (2020-06-08)
936
+
937
+ ### Bug Fixes
938
+
939
+ - **menu:** support menu item list change in deep decendents ([b2b47f3](https://github.com/adobe/spectrum-web-components/commit/b2b47f305cab9720d29b4214b3330b95f33a56d3))
940
+
941
+ ## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.5...@spectrum-web-components/menu@0.2.6) (2020-04-16)
942
+
943
+ ### Performance Improvements
944
+
945
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
946
+
947
+ ## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.4...@spectrum-web-components/menu@0.2.5) (2020-04-07)
948
+
949
+ **Note:** Version bump only for package @spectrum-web-components/menu
950
+
951
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.3...@spectrum-web-components/menu@0.2.4) (2020-03-11)
952
+
953
+ **Note:** Version bump only for package @spectrum-web-components/menu
954
+
955
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.2...@spectrum-web-components/menu@0.2.3) (2020-01-06)
956
+
957
+ **Note:** Version bump only for package @spectrum-web-components/menu
958
+
959
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.1...@spectrum-web-components/menu@0.2.2) (2019-12-02)
960
+
961
+ ### Bug Fixes
962
+
963
+ - normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cd))
964
+
965
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.2.0...@spectrum-web-components/menu@0.2.1) (2019-11-27)
966
+
967
+ ### Bug Fixes
968
+
969
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
970
+
971
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.1.4...@spectrum-web-components/menu@0.2.0) (2019-11-19)
972
+
973
+ ### Bug Fixes
974
+
975
+ - **menu:** allow for settign "selected" async from above ([9d7f622](https://github.com/adobe/spectrum-web-components/commit/9d7f622))
976
+
977
+ ### Features
978
+
979
+ - add screenshot regression testing to CI ([8205dfe](https://github.com/adobe/spectrum-web-components/commit/8205dfe))
980
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
981
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
982
+
983
+ ## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/menu@0.1.3...@spectrum-web-components/menu@0.1.4) (2019-10-14)
984
+
985
+ ### Performance Improvements
986
+
987
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
988
+
989
+ ## 0.1.3 (2019-10-03)
990
+
991
+ **Note:** Version bump only for package @spectrum-web-components/menu