@atlaskit/menu 1.11.0 → 1.11.1

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 (30) hide show
  1. package/CHANGELOG.md +82 -76
  2. package/dist/cjs/internal/components/menu-context.js +2 -4
  3. package/dist/cjs/internal/components/menu-item-primitive.js +12 -13
  4. package/dist/cjs/internal/components/skeleton-shimmer.js +1 -2
  5. package/dist/cjs/menu-item/button-item.js +2 -3
  6. package/dist/cjs/menu-item/custom-item.js +2 -3
  7. package/dist/cjs/menu-item/heading-item.js +2 -3
  8. package/dist/cjs/menu-item/link-item.js +2 -3
  9. package/dist/cjs/menu-item/skeleton-heading-item.js +2 -3
  10. package/dist/cjs/menu-item/skeleton-item.js +9 -13
  11. package/dist/cjs/menu-section/menu-group.js +1 -2
  12. package/dist/cjs/menu-section/popup-menu-group.js +1 -2
  13. package/dist/cjs/menu-section/section.js +10 -11
  14. package/dist/es2019/internal/components/menu-item-primitive.js +11 -11
  15. package/dist/es2019/menu-item/button-item.js +1 -1
  16. package/dist/es2019/menu-item/custom-item.js +1 -1
  17. package/dist/es2019/menu-item/heading-item.js +1 -1
  18. package/dist/es2019/menu-item/link-item.js +1 -1
  19. package/dist/es2019/menu-item/skeleton-heading-item.js +1 -1
  20. package/dist/es2019/menu-item/skeleton-item.js +8 -11
  21. package/dist/es2019/menu-section/section.js +9 -9
  22. package/dist/esm/internal/components/menu-item-primitive.js +11 -11
  23. package/dist/esm/menu-item/button-item.js +1 -1
  24. package/dist/esm/menu-item/custom-item.js +1 -1
  25. package/dist/esm/menu-item/heading-item.js +1 -1
  26. package/dist/esm/menu-item/link-item.js +1 -1
  27. package/dist/esm/menu-item/skeleton-heading-item.js +1 -1
  28. package/dist/esm/menu-item/skeleton-item.js +8 -11
  29. package/dist/esm/menu-section/section.js +9 -9
  30. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,46 +1,52 @@
1
1
  # @atlaskit/menu
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41025](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41025) [`518532660de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/518532660de) - Add default for environment variable to fix typechecking under local consumption
8
+
3
9
  ## 1.11.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - [`5545e5a6ab2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5545e5a6ab2) - [ux] Adds `isLoading` prop to menu group for better context for assistive technology users.
13
+ - [#40393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40393) [`5545e5a6ab2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5545e5a6ab2) - [ux] Adds `isLoading` prop to menu group for better context for assistive technology users.
8
14
 
9
15
  ## 1.10.1
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`a962b1b24eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a962b1b24eb) - The internal composition of this component has changed. There is no expected change in behavior.
19
+ - [#38745](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38745) [`a962b1b24eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a962b1b24eb) - The internal composition of this component has changed. There is no expected change in behavior.
14
20
 
15
21
  ## 1.10.0
16
22
 
17
23
  ### Minor Changes
18
24
 
19
- - [`6bb299616f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bb299616f3) - Adds a killswitch to turn off unsafe style overrides via a feature flag.
25
+ - [#38470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38470) [`6bb299616f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6bb299616f3) - Adds a killswitch to turn off unsafe style overrides via a feature flag.
20
26
 
21
27
  ## 1.9.8
22
28
 
23
29
  ### Patch Changes
24
30
 
25
- - [`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a bug where text descenders were cut off at high zoom levels on Windows
31
+ - [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209) [`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a bug where text descenders were cut off at high zoom levels on Windows
26
32
 
27
33
  ## 1.9.7
28
34
 
29
35
  ### Patch Changes
30
36
 
31
- - [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
37
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533) [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
32
38
 
33
39
  ## 1.9.6
34
40
 
35
41
  ### Patch Changes
36
42
 
37
- - [`71c51a488d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71c51a488d7) - Removes max-height constraint on compact density.
43
+ - [#37339](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37339) [`71c51a488d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/71c51a488d7) - Removes max-height constraint on compact density.
38
44
 
39
45
  ## 1.9.5
40
46
 
41
47
  ### Patch Changes
42
48
 
43
- - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
49
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
44
50
 
45
51
  ## 1.9.4
46
52
 
@@ -58,7 +64,7 @@
58
64
 
59
65
  ### Patch Changes
60
66
 
61
- - [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
67
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
62
68
 
63
69
  ## 1.9.1
64
70
 
@@ -70,7 +76,7 @@
70
76
 
71
77
  ### Minor Changes
72
78
 
73
- - [`0af122e7d0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af122e7d0f) - [ux] Prop isList in Section component allows to add `<ul>` and `<li>` elements around the items to better semantic markup if it is a list of items
79
+ - [#35164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35164) [`0af122e7d0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af122e7d0f) - [ux] Prop isList in Section component allows to add `<ul>` and `<li>` elements around the items to better semantic markup if it is a list of items
74
80
 
75
81
  ## 1.8.1
76
82
 
@@ -82,7 +88,7 @@
82
88
 
83
89
  ### Minor Changes
84
90
 
85
- - [`b53207f89ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b53207f89ef) - The internal menu context now can have no border or notch for the selected state. This is being tested under a feature flag and if successful will be available in a later release.
91
+ - [#35038](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35038) [`b53207f89ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b53207f89ef) - The internal menu context now can have no border or notch for the selected state. This is being tested under a feature flag and if successful will be available in a later release.
86
92
 
87
93
  ### Patch Changes
88
94
 
@@ -110,55 +116,55 @@
110
116
 
111
117
  ### Patch Changes
112
118
 
113
- - [`4b76c41be8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b76c41be8e) - Added prop deprecation warnings for cssFn and overrides props. These warnings are displayed in the console in development environments only.
119
+ - [#34655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34655) [`4b76c41be8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b76c41be8e) - Added prop deprecation warnings for cssFn and overrides props. These warnings are displayed in the console in development environments only.
114
120
 
115
121
  ## 1.7.5
116
122
 
117
123
  ### Patch Changes
118
124
 
119
- - [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
125
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
120
126
 
121
127
  ## 1.7.4
122
128
 
123
129
  ### Patch Changes
124
130
 
125
- - [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
131
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445) [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
126
132
 
127
133
  ## 1.7.3
128
134
 
129
135
  ### Patch Changes
130
136
 
131
- - [`a1c538cb238`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1c538cb238) - Enrol @atlaskit/menu on push model consumption in Jira.
137
+ - [#34369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34369) [`a1c538cb238`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1c538cb238) - Enrol @atlaskit/menu on push model consumption in Jira.
132
138
 
133
139
  ## 1.7.2
134
140
 
135
141
  ### Patch Changes
136
142
 
137
- - [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
143
+ - [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051) [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
138
144
 
139
145
  ## 1.7.1
140
146
 
141
147
  ### Patch Changes
142
148
 
143
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
149
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
144
150
 
145
151
  ## 1.7.0
146
152
 
147
153
  ### Minor Changes
148
154
 
149
- - [`d518f0e34b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d518f0e34b9) - [ux] We are testing a selected indicator change to menu, dropdown-menu, and side-navigation packages behind an internal feature flag. If successful this will be released in a later minor release.
155
+ - [#33349](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33349) [`d518f0e34b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d518f0e34b9) - [ux] We are testing a selected indicator change to menu, dropdown-menu, and side-navigation packages behind an internal feature flag. If successful this will be released in a later minor release.
150
156
 
151
157
  ## 1.6.1
152
158
 
153
159
  ### Patch Changes
154
160
 
155
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
161
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
156
162
 
157
163
  ## 1.6.0
158
164
 
159
165
  ### Minor Changes
160
166
 
161
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
167
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
162
168
 
163
169
  ### Patch Changes
164
170
 
@@ -168,7 +174,7 @@
168
174
 
169
175
  ### Patch Changes
170
176
 
171
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
177
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
172
178
 
173
179
  ## 1.5.7
174
180
 
@@ -198,27 +204,27 @@
198
204
 
199
205
  ### Patch Changes
200
206
 
201
- - [`a8debc96871`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8debc96871) - Internal update to menu primitive so it renders a span instead of a div as child of button.
207
+ - [#31691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31691) [`a8debc96871`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8debc96871) - Internal update to menu primitive so it renders a span instead of a div as child of button.
202
208
 
203
209
  ## 1.5.2
204
210
 
205
211
  ### Patch Changes
206
212
 
207
- - [`3ca97be0c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ca97be0c06) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
213
+ - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378) [`3ca97be0c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ca97be0c06) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
208
214
  - Updated dependencies
209
215
 
210
216
  ## 1.5.1
211
217
 
212
218
  ### Patch Changes
213
219
 
214
- - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
220
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
215
221
  - Updated dependencies
216
222
 
217
223
  ## 1.5.0
218
224
 
219
225
  ### Minor Changes
220
226
 
221
- - [`93d761786d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93d761786d6) - [ux] Default spacing for all menu items has been changed from 20px inline padding to 16px.
227
+ - [#30362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30362) [`93d761786d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93d761786d6) - [ux] Default spacing for all menu items has been changed from 20px inline padding to 16px.
222
228
 
223
229
  Adds a new spacing prop to on `MenuGroup`. The prop can be used to control the content density of the component and its children.
224
230
 
@@ -228,7 +234,7 @@
228
234
 
229
235
  ### Patch Changes
230
236
 
231
- - [`63c2f0b3f96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63c2f0b3f96) - Internal changes to use spacing tokens. There is no expected behaviour or visual change.
237
+ - [#29725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29725) [`63c2f0b3f96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63c2f0b3f96) - Internal changes to use spacing tokens. There is no expected behaviour or visual change.
232
238
 
233
239
  ## 1.4.9
234
240
 
@@ -240,13 +246,13 @@
240
246
 
241
247
  ### Patch Changes
242
248
 
243
- - [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
249
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
244
250
 
245
251
  ## 1.4.7
246
252
 
247
253
  ### Patch Changes
248
254
 
249
- - [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
255
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227) [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
250
256
 
251
257
  ## 1.4.6
252
258
 
@@ -258,13 +264,13 @@
258
264
 
259
265
  ### Patch Changes
260
266
 
261
- - [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
267
+ - [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064) [`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) - Updated to use typography tokens. There is no expected behaviour or visual change.
262
268
 
263
269
  ## 1.4.4
264
270
 
265
271
  ### Patch Changes
266
272
 
267
- - [`f96f3ebd861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f96f3ebd861) - [ux] Use color.background.neutral.subtle token to represent transparent background.
273
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`f96f3ebd861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f96f3ebd861) - [ux] Use color.background.neutral.subtle token to represent transparent background.
268
274
  - [`981faeea2ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981faeea2ff) - Application of spacing tokens for some internal styles of `MenuPrimitive`.
269
275
  - [`bcbd0c5b5bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcbd0c5b5bf) - Fix text color styling of disabled descriptions in menu and link items
270
276
 
@@ -290,7 +296,7 @@
290
296
 
291
297
  ### Minor Changes
292
298
 
293
- - [`3acf8a89149`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3acf8a89149) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
299
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`3acf8a89149`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3acf8a89149) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
294
300
 
295
301
  ### Patch Changes
296
302
 
@@ -300,52 +306,52 @@
300
306
 
301
307
  ### Patch Changes
302
308
 
303
- - [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal changes to include spacing tokens in component implementations.
309
+ - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408) [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal changes to include spacing tokens in component implementations.
304
310
 
305
311
  ## 1.3.11
306
312
 
307
313
  ### Patch Changes
308
314
 
309
- - [`8f2153a45a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2153a45a7) - Convert Menu Group to use primitives.
315
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`8f2153a45a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f2153a45a7) - Convert Menu Group to use primitives.
310
316
  - Updated dependencies
311
317
 
312
318
  ## 1.3.10
313
319
 
314
320
  ### Patch Changes
315
321
 
316
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
322
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
317
323
 
318
324
  ## 1.3.9
319
325
 
320
326
  ### Patch Changes
321
327
 
322
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
328
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
323
329
 
324
330
  ## 1.3.8
325
331
 
326
332
  ### Patch Changes
327
333
 
328
- - [`b196f69e76b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b196f69e76b) - Menu items no longer intercept mouse down events to force focus or blur behavior depending on the last focused element.
334
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`b196f69e76b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b196f69e76b) - Menu items no longer intercept mouse down events to force focus or blur behavior depending on the last focused element.
329
335
  - Updated dependencies
330
336
 
331
337
  ## 1.3.7
332
338
 
333
339
  ### Patch Changes
334
340
 
335
- - [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
341
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614) [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
336
342
 
337
343
  ## 1.3.6
338
344
 
339
345
  ### Patch Changes
340
346
 
341
- - [`c8145459eb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8145459eb5) - [ux] Updating skeleton token in @atlakist/menu, @atlaskit/theme
347
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`c8145459eb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8145459eb5) - [ux] Updating skeleton token in @atlakist/menu, @atlaskit/theme
342
348
  - Updated dependencies
343
349
 
344
350
  ## 1.3.5
345
351
 
346
352
  ### Patch Changes
347
353
 
348
- - [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
354
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545) [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
349
355
 
350
356
  ## 1.3.4
351
357
 
@@ -357,7 +363,7 @@
357
363
 
358
364
  ### Patch Changes
359
365
 
360
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
366
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
361
367
 
362
368
  ## 1.3.2
363
369
 
@@ -369,7 +375,7 @@
369
375
 
370
376
  ### Patch Changes
371
377
 
372
- - [`59e2178901f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59e2178901f) - The `isShimmering` prop for skeleton items has been fixed, resolving a regression in version 1.2.0.
378
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`59e2178901f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59e2178901f) - The `isShimmering` prop for skeleton items has been fixed, resolving a regression in version 1.2.0.
373
379
  - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
374
380
  - Updated dependencies
375
381
 
@@ -377,7 +383,7 @@
377
383
 
378
384
  ### Minor Changes
379
385
 
380
- - [`77c46ec96a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77c46ec96a7) - Adds a prop for `role` to the MenuGroup component that acts as you'd expect the HTML attribute to act. You are now able to override the accessibility role for the element.
386
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`77c46ec96a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77c46ec96a7) - Adds a prop for `role` to the MenuGroup component that acts as you'd expect the HTML attribute to act. You are now able to override the accessibility role for the element.
381
387
 
382
388
  ### Patch Changes
383
389
 
@@ -387,8 +393,8 @@
387
393
 
388
394
  ### Patch Changes
389
395
 
390
- - [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
391
- - [`27467f65f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27467f65f68) - [ux] Update headingStyle to color that passes WCAG AA color contrast
396
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
397
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`27467f65f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27467f65f68) - [ux] Update headingStyle to color that passes WCAG AA color contrast
392
398
  - [`2066efabc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2066efabc65) - A fix for the `StatelessCSSFn` type so that it now correctly accetps a void argument.
393
399
  - [`96cfc6c1c7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96cfc6c1c7f) - Deprecates the `cssFn` and `overrides` APIs in '@atlaskit/menu'. These APIs are not performant and allow unbounded customisation of the Menu components. These APIs will be removed in a future release.
394
400
  - Updated dependencies
@@ -411,26 +417,26 @@
411
417
 
412
418
  ### Patch Changes
413
419
 
414
- - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
420
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
415
421
  - Updated dependencies
416
422
 
417
423
  ## 1.2.2
418
424
 
419
425
  ### Patch Changes
420
426
 
421
- - [`2eeb5c46710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eeb5c46710) - Menu items can take `data-testid` directly again however we recommend to still use the officially supported `testId` prop instead. The `data-testid` prop was unintentionally removed in a previous version however will be removed as a breaking change in a later major version and remains not officially typed.
427
+ - [#16405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16405) [`2eeb5c46710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2eeb5c46710) - Menu items can take `data-testid` directly again however we recommend to still use the officially supported `testId` prop instead. The `data-testid` prop was unintentionally removed in a previous version however will be removed as a breaking change in a later major version and remains not officially typed.
422
428
 
423
429
  ## 1.2.1
424
430
 
425
431
  ### Patch Changes
426
432
 
427
- - [`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised the minimum version carat range of focus ring to latest.
433
+ - [#16335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16335) [`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised the minimum version carat range of focus ring to latest.
428
434
 
429
435
  ## 1.2.0
430
436
 
431
437
  ### Minor Changes
432
438
 
433
- - [`213bfd77e61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/213bfd77e61) - The DOM structure of menu item components has been flattened.
439
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`213bfd77e61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/213bfd77e61) - The DOM structure of menu item components has been flattened.
434
440
  If you used CSS hacks (via className or cssFn) that targetted specific DOM nodes you may be broken.
435
441
 
436
442
  Previously the structure looked like:
@@ -465,13 +471,13 @@
465
471
 
466
472
  ### Patch Changes
467
473
 
468
- - [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds explicit type to button usages components.
474
+ - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632) [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds explicit type to button usages components.
469
475
 
470
476
  ## 1.1.3
471
477
 
472
478
  ### Patch Changes
473
479
 
474
- - [`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) - Defaults native button usage to type="button" to prevent unintended submittig of forms.
480
+ - [#15531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15531) [`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) - Defaults native button usage to type="button" to prevent unintended submittig of forms.
475
481
 
476
482
  ## 1.1.2
477
483
 
@@ -489,7 +495,7 @@
489
495
 
490
496
  ### Minor Changes
491
497
 
492
- - [`224028babd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224028babd3) - Menu now uses the design system and emotion styling techstacks.
498
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`224028babd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224028babd3) - Menu now uses the design system and emotion styling techstacks.
493
499
  - [`506282a89f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/506282a89f2) - [ux] Menu items now have their text color set using `currentColor` instead of using colors directly off the palette.
494
500
  - [`58832848c98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58832848c98) - Instrumented menu with the new theming package, `@atlaskit/tokens`.
495
501
 
@@ -505,55 +511,55 @@
505
511
 
506
512
  ### Patch Changes
507
513
 
508
- - [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
514
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
509
515
 
510
516
  ## 1.0.3
511
517
 
512
518
  ### Patch Changes
513
519
 
514
- - [`3c1182fdf13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1182fdf13) - added optional `role` prop to link item for a11y
520
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`3c1182fdf13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1182fdf13) - added optional `role` prop to link item for a11y
515
521
 
516
522
  ## 1.0.2
517
523
 
518
524
  ### Patch Changes
519
525
 
520
- - [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates to development dependency `storybook-addon-performance`
526
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167) [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates to development dependency `storybook-addon-performance`
521
527
 
522
528
  ## 1.0.1
523
529
 
524
530
  ### Patch Changes
525
531
 
526
- - [`1648daf0308`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648daf0308) - Updates button item props.
532
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`1648daf0308`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1648daf0308) - Updates button item props.
527
533
 
528
534
  ## 1.0.0
529
535
 
530
536
  ### Major Changes
531
537
 
532
- - [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) - Internal change to the release model from continous to scheduled release. There are **NO API CHANGES** in this release.
538
+ - [#10609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10609) [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) - Internal change to the release model from continous to scheduled release. There are **NO API CHANGES** in this release.
533
539
 
534
540
  ## 0.7.6
535
541
 
536
542
  ### Patch Changes
537
543
 
538
- - [`9ea5f8887cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ea5f8887cd) - Internal change to menu styling to allow for the separator color to be customisable in side-navigation
544
+ - [#10255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10255) [`9ea5f8887cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ea5f8887cd) - Internal change to menu styling to allow for the separator color to be customisable in side-navigation
539
545
 
540
546
  ## 0.7.5
541
547
 
542
548
  ### Patch Changes
543
549
 
544
- - [`21713b1335a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21713b1335a) - [ux] adding shouldTitleWrap and shouldDescriptionWrap prop to menu items for wrap long text in title and description
550
+ - [#9595](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9595) [`21713b1335a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21713b1335a) - [ux] adding shouldTitleWrap and shouldDescriptionWrap prop to menu items for wrap long text in title and description
545
551
 
546
552
  ## 0.7.4
547
553
 
548
554
  ### Patch Changes
549
555
 
550
- - [`a1def13c6fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1def13c6fb) - Restructure the package to align with lite mode convention, and introduce entry points to each item type
556
+ - [#8861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8861) [`a1def13c6fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1def13c6fb) - Restructure the package to align with lite mode convention, and introduce entry points to each item type
551
557
 
552
558
  ## 0.7.3
553
559
 
554
560
  ### Patch Changes
555
561
 
556
- - [`451f220a771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f220a771) - Set disabled/aria-disabled for menu item HTML elements, and prevent mouse events when the item is disabled
562
+ - [#8637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8637) [`451f220a771`](https://bitbucket.org/atlassian/atlassian-frontend/commits/451f220a771) - Set disabled/aria-disabled for menu item HTML elements, and prevent mouse events when the item is disabled
557
563
  - [`981c9be6b32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/981c9be6b32) - Fix generics for custom item to work with typed components from external libs
558
564
  - [`11fea0f7e4b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11fea0f7e4b) - Memoise menu item variants
559
565
 
@@ -561,31 +567,31 @@
561
567
 
562
568
  ### Patch Changes
563
569
 
564
- - [`1b5d5c0fca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b5d5c0fca9) - Use light mode values instead of calling the themed() API
570
+ - [#8514](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8514) [`1b5d5c0fca9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b5d5c0fca9) - Use light mode values instead of calling the themed() API
565
571
 
566
572
  ## 0.7.1
567
573
 
568
574
  ### Patch Changes
569
575
 
570
- - [`0b2f7e76803`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b2f7e76803) - Codemods will only format a file if it is mutated.
576
+ - [#8404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8404) [`0b2f7e76803`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b2f7e76803) - Codemods will only format a file if it is mutated.
571
577
 
572
578
  ## 0.7.0
573
579
 
574
580
  ### Minor Changes
575
581
 
576
- - [`79a40dec30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79a40dec30) - **Breaking** Adjusts the API of the cssFn prop used in both menu and side-navigation. The prop now no longer exposes the currentStyles to the user in the callback and instead only provides the current state. Users no longer need to spread the currentStyles into their components when overriding. This change also resolves a bug where cssFn overrides did not always take precedence correctly over the default component styles.
582
+ - [#6194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6194) [`79a40dec30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79a40dec30) - **Breaking** Adjusts the API of the cssFn prop used in both menu and side-navigation. The prop now no longer exposes the currentStyles to the user in the callback and instead only provides the current state. Users no longer need to spread the currentStyles into their components when overriding. This change also resolves a bug where cssFn overrides did not always take precedence correctly over the default component styles.
577
583
 
578
584
  ## 0.6.5
579
585
 
580
586
  ### Patch Changes
581
587
 
582
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
588
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
583
589
 
584
590
  ## 0.6.4
585
591
 
586
592
  ### Patch Changes
587
593
 
588
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
594
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
589
595
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
590
596
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
591
597
 
@@ -599,13 +605,13 @@
599
605
 
600
606
  ### Patch Changes
601
607
 
602
- - [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
608
+ - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707) [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
603
609
 
604
610
  ## 0.6.1
605
611
 
606
612
  ### Patch Changes
607
613
 
608
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
614
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
609
615
 
610
616
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
611
617
  to prevent duplicates of tslib being bundled.
@@ -614,25 +620,25 @@
614
620
 
615
621
  ### Minor Changes
616
622
 
617
- - [`63625ea30c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63625ea30c) - Add `aria-current="page"` attribute to anchor tag when `isSelected` prop is `true` for `LinkItem` component.
623
+ - [#4029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4029) [`63625ea30c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63625ea30c) - Add `aria-current="page"` attribute to anchor tag when `isSelected` prop is `true` for `LinkItem` component.
618
624
 
619
625
  ## 0.5.2
620
626
 
621
627
  ### Patch Changes
622
628
 
623
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
629
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
624
630
 
625
631
  ## 0.5.1
626
632
 
627
633
  ### Patch Changes
628
634
 
629
- - [`a70b60d9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70b60d9f1) - The line height of menu items has been slightly increased to accomodate descender spacing viewed on non-retina displays.
635
+ - [#3515](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3515) [`a70b60d9f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70b60d9f1) - The line height of menu items has been slightly increased to accomodate descender spacing viewed on non-retina displays.
630
636
 
631
637
  ## 0.5.0
632
638
 
633
639
  ### Minor Changes
634
640
 
635
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
641
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
636
642
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
637
643
 
638
644
  ### Patch Changes
@@ -643,19 +649,19 @@
643
649
 
644
650
  ### Patch Changes
645
651
 
646
- - [`952087be5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952087be5b) - Item components now blur themselves during the mouse down event.
652
+ - [#3025](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3025) [`952087be5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952087be5b) - Item components now blur themselves during the mouse down event.
647
653
 
648
654
  ## 0.4.6
649
655
 
650
656
  ### Patch Changes
651
657
 
652
- - [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
658
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
653
659
 
654
660
  ## 0.4.5
655
661
 
656
662
  ### Patch Changes
657
663
 
658
- - [`d674e203b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d674e203b3) - Previously Menu items controlled their own margin spacing which caused issues when trying to use them outside of Menu.
664
+ - [#2537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2537) [`d674e203b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d674e203b3) - Previously Menu items controlled their own margin spacing which caused issues when trying to use them outside of Menu.
659
665
  Now we have moved Menu item margin styles into the Section component so now the Section dictates the spacing around child items.
660
666
  We had to update Side Navigation to control its child item margins as well.
661
667
 
@@ -663,19 +669,19 @@
663
669
 
664
670
  ### Patch Changes
665
671
 
666
- - [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
672
+ - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430) [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
667
673
 
668
674
  ## 0.4.3
669
675
 
670
676
  ### Patch Changes
671
677
 
672
- - [`eb2ed36f5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2ed36f5a) - Fix characters with descenders (eg. 'g', 'j', 'p') in Menu Items from being clipped by increasing the line-height.
678
+ - [#2393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2393) [`eb2ed36f5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb2ed36f5a) - Fix characters with descenders (eg. 'g', 'j', 'p') in Menu Items from being clipped by increasing the line-height.
673
679
 
674
680
  ## 0.4.2
675
681
 
676
682
  ### Patch Changes
677
683
 
678
- - [`0b64c87548`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b64c87548) - FIX: Global `a:visited` styles should not override LinkItem `:visited` styles
684
+ - [#2039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2039) [`0b64c87548`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b64c87548) - FIX: Global `a:visited` styles should not override LinkItem `:visited` styles
679
685
 
680
686
  ## 0.4.1
681
687
 
@@ -12,7 +12,7 @@ var _react = require("react");
12
12
  *
13
13
  * @internal Do not use directly.
14
14
  */
15
- var SpacingContext = /*#__PURE__*/(0, _react.createContext)('cozy');
15
+ var SpacingContext = exports.SpacingContext = /*#__PURE__*/(0, _react.createContext)('cozy');
16
16
 
17
17
  /**
18
18
  * __Selection context__
@@ -21,6 +21,4 @@ var SpacingContext = /*#__PURE__*/(0, _react.createContext)('cozy');
21
21
  *
22
22
  * @internal Do not use directly.
23
23
  */
24
- exports.SpacingContext = SpacingContext;
25
- var SELECTION_STYLE_CONTEXT_DO_NOT_USE = /*#__PURE__*/(0, _react.createContext)('border');
26
- exports.SELECTION_STYLE_CONTEXT_DO_NOT_USE = SELECTION_STYLE_CONTEXT_DO_NOT_USE;
24
+ var SELECTION_STYLE_CONTEXT_DO_NOT_USE = exports.SELECTION_STYLE_CONTEXT_DO_NOT_USE = /*#__PURE__*/(0, _react.createContext)('border');