@atlaskit/page-layout 1.7.13 → 1.8.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 (51) hide show
  1. package/CHANGELOG.md +91 -79
  2. package/dist/cjs/common/constants.js +49 -98
  3. package/dist/cjs/common/hooks/use-is-sidebar-collapsing.js +1 -2
  4. package/dist/cjs/common/hooks/use-is-sidebar-dragging.js +1 -2
  5. package/dist/cjs/common/safe-local-storage.js +1 -2
  6. package/dist/cjs/common/utils.js +10 -19
  7. package/dist/cjs/components/resize-control/grab-area.js +13 -12
  8. package/dist/cjs/components/resize-control/index.js +13 -12
  9. package/dist/cjs/components/resize-control/resize-button.js +1 -2
  10. package/dist/cjs/components/resize-control/shadow.js +1 -2
  11. package/dist/cjs/components/skip-links/skip-link-components.js +3 -5
  12. package/dist/cjs/components/skip-links/use-custom-skip-link.js +2 -3
  13. package/dist/cjs/components/slots/banner-slot.js +1 -2
  14. package/dist/cjs/components/slots/content.js +1 -2
  15. package/dist/cjs/components/slots/internal/left-sidebar-inner.js +1 -2
  16. package/dist/cjs/components/slots/internal/left-sidebar-outer.js +1 -2
  17. package/dist/cjs/components/slots/internal/resizable-children-wrapper.js +1 -2
  18. package/dist/cjs/components/slots/internal/slot-focus-ring.js +1 -2
  19. package/dist/cjs/components/slots/left-panel.js +1 -2
  20. package/dist/cjs/components/slots/left-sidebar-without-resize.js +1 -2
  21. package/dist/cjs/components/slots/left-sidebar.js +5 -4
  22. package/dist/cjs/components/slots/main.js +1 -2
  23. package/dist/cjs/components/slots/page-layout.js +1 -2
  24. package/dist/cjs/components/slots/right-panel.js +1 -2
  25. package/dist/cjs/components/slots/right-sidebar.js +1 -2
  26. package/dist/cjs/components/slots/slot-dimensions.js +2 -3
  27. package/dist/cjs/components/slots/top-navigation.js +1 -2
  28. package/dist/cjs/controllers/sidebar-resize-context.js +4 -7
  29. package/dist/cjs/controllers/sidebar-resize-controller.js +9 -10
  30. package/dist/cjs/controllers/skip-link-context.js +4 -7
  31. package/dist/cjs/controllers/skip-link-controller.js +2 -3
  32. package/dist/cjs/controllers/use-page-layout-grid.js +1 -2
  33. package/dist/cjs/controllers/use-update-css-vars.js +1 -2
  34. package/dist/es2019/components/resize-control/grab-area.js +12 -13
  35. package/dist/es2019/components/resize-control/index.js +7 -6
  36. package/dist/es2019/components/slots/left-sidebar.js +2 -0
  37. package/dist/esm/components/resize-control/grab-area.js +13 -11
  38. package/dist/esm/components/resize-control/index.js +12 -10
  39. package/dist/esm/components/slots/left-sidebar.js +4 -2
  40. package/dist/esm/controllers/sidebar-resize-controller.js +7 -7
  41. package/dist/types/common/types.d.ts +10 -2
  42. package/dist/types/components/resize-control/grab-area.d.ts +3 -1
  43. package/dist/types/components/resize-control/index.d.ts +1 -1
  44. package/dist/types/components/resize-control/types.d.ts +1 -0
  45. package/dist/types-ts4.5/common/types.d.ts +10 -2
  46. package/dist/types-ts4.5/components/resize-control/grab-area.d.ts +3 -1
  47. package/dist/types-ts4.5/components/resize-control/index.d.ts +1 -1
  48. package/dist/types-ts4.5/components/resize-control/types.d.ts +1 -0
  49. package/package.json +9 -10
  50. package/report.api.md +1 -0
  51. package/tmp/api-report-tmp.d.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -1,40 +1,52 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41746) [`350d6c2bcc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350d6c2bcc4) - [ux] Fix regressions in grab area styling
8
+
9
+ ## 1.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#39166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39166) [`fb049fdd01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb049fdd01b) - [ux] DSP-12583 and DSP-12584 update examples to include missing resize/expandable labels fixed separator to use the valid slider role
14
+
3
15
  ## 1.7.13
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
19
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
8
20
 
9
21
  ## 1.7.12
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
25
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533) [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
14
26
 
15
27
  ## 1.7.11
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [`edb659b9f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edb659b9f7b) - Reverts changes that added aria-hidden to key interactive navigational elements
31
+ - [#37193](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37193) [`edb659b9f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edb659b9f7b) - Reverts changes that added aria-hidden to key interactive navigational elements
20
32
 
21
33
  ## 1.7.10
22
34
 
23
35
  ### Patch Changes
24
36
 
25
- - [`6263a07010c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6263a07010c) - Still behind a feature flag, reduces the breakpoint at which the new mobile functionality for our left sidebar "flyout mode" in mobile is applied (reduced from ~1024px to ~768px).
37
+ - [#37327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37327) [`6263a07010c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6263a07010c) - Still behind a feature flag, reduces the breakpoint at which the new mobile functionality for our left sidebar "flyout mode" in mobile is applied (reduced from ~1024px to ~768px).
26
38
 
27
39
  ## 1.7.9
28
40
 
29
41
  ### Patch Changes
30
42
 
31
- - [`55c42f7ce9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55c42f7ce9d) - [ux] Add proper orientation to grab area.
43
+ - [#37247](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37247) [`55c42f7ce9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55c42f7ce9d) - [ux] Add proper orientation to grab area.
32
44
 
33
45
  ## 1.7.8
34
46
 
35
47
  ### Patch Changes
36
48
 
37
- - [`6a33c4fd6b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a33c4fd6b6) - Removes unnecessary aria attribute from grab area in left sidebar.
49
+ - [#37126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37126) [`6a33c4fd6b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a33c4fd6b6) - Removes unnecessary aria attribute from grab area in left sidebar.
38
50
 
39
51
  ## 1.7.7
40
52
 
@@ -52,7 +64,7 @@
52
64
 
53
65
  ### Patch Changes
54
66
 
55
- - [`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.
56
68
 
57
69
  ## 1.7.4
58
70
 
@@ -70,20 +82,20 @@
70
82
 
71
83
  ### Patch Changes
72
84
 
73
- - [`37131e3a8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37131e3a8ea) - Uses the Alpha release of our responsive media helpers via either the public `media` export or the internal `UNSAFE_media` export.
85
+ - [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149) [`37131e3a8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37131e3a8ea) - Uses the Alpha release of our responsive media helpers via either the public `media` export or the internal `UNSAFE_media` export.
74
86
  - Updated dependencies
75
87
 
76
88
  ## 1.7.1
77
89
 
78
90
  ### Patch Changes
79
91
 
80
- - [`009e6a78811`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e6a78811) - Fixed dependency resolution issue with `@atlaskit/primitives`.
92
+ - [#35934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35934) [`009e6a78811`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e6a78811) - Fixed dependency resolution issue with `@atlaskit/primitives`.
81
93
 
82
94
  ## 1.7.0
83
95
 
84
96
  ### Minor Changes
85
97
 
86
- - [`7be6f82bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7be6f82bb0d) - [ux] Behind tested behind a feature flag, we're testing new mobile functionality to keep our left sidebar in a "flyout" mode in mobile so navigation or content sits ontop of the main page content rather than crushing it.
98
+ - [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270) [`7be6f82bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7be6f82bb0d) - [ux] Behind tested behind a feature flag, we're testing new mobile functionality to keep our left sidebar in a "flyout" mode in mobile so navigation or content sits ontop of the main page content rather than crushing it.
87
99
 
88
100
  This is designed to be SSR-compatible as it's primarily CSS-based with some user-event driven logic around mobile breakpoints that should not be inmpacted by SSR rendering (and should return the default desktop experience if such a state is achieved).
89
101
 
@@ -91,19 +103,19 @@
91
103
 
92
104
  ### Patch Changes
93
105
 
94
- - [`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.
106
+ - [#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.
95
107
 
96
108
  ## 1.6.4
97
109
 
98
110
  ### Patch Changes
99
111
 
100
- - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
112
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935) [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
101
113
 
102
114
  ## 1.6.3
103
115
 
104
116
  ### Patch Changes
105
117
 
106
- - [`4bbc131de00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bbc131de00) - #### Fix: Resizing pages with `<iframe>`s
118
+ - [#34408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34408) [`4bbc131de00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bbc131de00) - #### Fix: Resizing pages with `<iframe>`s
107
119
 
108
120
  Pages that contain `<iframe>` elements will now have a smoother resizing experience. `<iframe>` elements consume user events (eg `mousemove`) when the user is over the top of them. This is problematic for resizing as we need to have the latest user pointer movements to resize the sidebar. Now, while a resize is happening, `pointer-events` are blocked on `<iframe>` elements to prevent the `<iframe>` consuming user events.
109
121
 
@@ -123,19 +135,19 @@
123
135
 
124
136
  ### Patch Changes
125
137
 
126
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
138
+ - [#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
127
139
 
128
140
  ## 1.6.1
129
141
 
130
142
  ### Patch Changes
131
143
 
132
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
144
+ - [#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`
133
145
 
134
146
  ## 1.6.0
135
147
 
136
148
  ### Minor Changes
137
149
 
138
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
150
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
139
151
 
140
152
  ### Patch Changes
141
153
 
@@ -145,7 +157,7 @@
145
157
 
146
158
  ### Minor Changes
147
159
 
148
- - [`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) - **Fixes**
160
+ - [#32575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32575) [`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) - **Fixes**
149
161
 
150
162
  - `onLeftSidebarExpand` is no longer called when the sidebar is already open. `onLeftSidebarExpand` oculd previously be incorrectly called if a user resized an expanded sidebar to slightly smaller than the default sidebar width, or when the user cancelled a sidebar resizing operation with the `"Escape"` key
151
163
  - the latest provided `onLeftSidebarCollapse` and `onLeftSidebarExpand` functions are now called when collapsing / expanding respectively. Previously, only the initial `onLeftSidebarCollapse` and `onLeftSidebarExpand` were called (due to a stale closure)
@@ -165,7 +177,7 @@
165
177
 
166
178
  ### Minor Changes
167
179
 
168
- - [`955ee3ea8fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/955ee3ea8fe) - [ux] **fix**: if a `"mousedown"`, `"click"`, `"resize"` or `"visibilitychange"` event occurs while the sidebar is being resized, then the resizing operation will end
180
+ - [#32516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32516) [`955ee3ea8fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/955ee3ea8fe) - [ux] **fix**: if a `"mousedown"`, `"click"`, `"resize"` or `"visibilitychange"` event occurs while the sidebar is being resized, then the resizing operation will end
169
181
 
170
182
  [ux] **new**: if a user presses the `"Escape"` key while the sidebar is being resized, then the resizing operation will end
171
183
 
@@ -173,7 +185,7 @@
173
185
 
174
186
  ### Patch Changes
175
187
 
176
- - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
188
+ - [#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.
177
189
  - Updated dependencies
178
190
 
179
191
  ## 1.3.9
@@ -186,13 +198,13 @@
186
198
 
187
199
  ### Patch Changes
188
200
 
189
- - [`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.
201
+ - [#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.
190
202
 
191
203
  ## 1.3.7
192
204
 
193
205
  ### Patch Changes
194
206
 
195
- - [`7f3ff7f0081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f3ff7f0081) - [ux] Enhance accessibility of header for skip links component
207
+ - [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374) [`7f3ff7f0081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f3ff7f0081) - [ux] Enhance accessibility of header for skip links component
196
208
 
197
209
  ## 1.3.6
198
210
 
@@ -216,26 +228,26 @@
216
228
 
217
229
  ### Patch Changes
218
230
 
219
- - [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
231
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
220
232
 
221
233
  ## 1.3.2
222
234
 
223
235
  ### Patch Changes
224
236
 
225
- - [`522a27e6119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/522a27e6119) - Remove `isOpen` prop from @atlaskit/banner, it is now open by default.
237
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`522a27e6119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/522a27e6119) - Remove `isOpen` prop from @atlaskit/banner, it is now open by default.
226
238
  - Updated dependencies
227
239
 
228
240
  ## 1.3.1
229
241
 
230
242
  ### Patch Changes
231
243
 
232
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
244
+ - [#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`
233
245
 
234
246
  ## 1.3.0
235
247
 
236
248
  ### Minor Changes
237
249
 
238
- - [`3de296cfd19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de296cfd19) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
250
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`3de296cfd19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de296cfd19) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
239
251
 
240
252
  ### Patch Changes
241
253
 
@@ -245,32 +257,32 @@
245
257
 
246
258
  ### Patch Changes
247
259
 
248
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
260
+ - [#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`.
249
261
 
250
262
  ## 1.2.7
251
263
 
252
264
  ### Patch Changes
253
265
 
254
- - [`26b3e978512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26b3e978512) - Internal code change turning on new linting rules.
266
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`26b3e978512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26b3e978512) - Internal code change turning on new linting rules.
255
267
  - Updated dependencies
256
268
 
257
269
  ## 1.2.6
258
270
 
259
271
  ### Patch Changes
260
272
 
261
- - [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
273
+ - [#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
262
274
 
263
275
  ## 1.2.5
264
276
 
265
277
  ### Patch Changes
266
278
 
267
- - [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
279
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
268
280
 
269
281
  ## 1.2.4
270
282
 
271
283
  ### Patch Changes
272
284
 
273
- - [`ef9ecf15b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef9ecf15b36) - Calling `collapseLeftSidebar` while the sidebar is already collapsed no longer modifies the sidebar state. This prevents an invalid state that could occur if `collapseLeftSidebar` was called while the sidebar was in flyout.
285
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`ef9ecf15b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef9ecf15b36) - Calling `collapseLeftSidebar` while the sidebar is already collapsed no longer modifies the sidebar state. This prevents an invalid state that could occur if `collapseLeftSidebar` was called while the sidebar was in flyout.
274
286
 
275
287
  ## 1.2.3
276
288
 
@@ -282,7 +294,7 @@
282
294
 
283
295
  ### Patch Changes
284
296
 
285
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
297
+ - [#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
286
298
 
287
299
  ## 1.2.1
288
300
 
@@ -294,7 +306,7 @@
294
306
 
295
307
  ### Minor Changes
296
308
 
297
- - [`21534d3647e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21534d3647e) - [ux] Update theme colours and remove shadow from resize bar
309
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`21534d3647e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21534d3647e) - [ux] Update theme colours and remove shadow from resize bar
298
310
 
299
311
  ### Patch Changes
300
312
 
@@ -308,7 +320,7 @@
308
320
 
309
321
  ### Minor Changes
310
322
 
311
- - [`567a96da90e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/567a96da90e) - [ux] Instrumented page-layout with the new theming package, `@atlaskit/tokens`. New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
323
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`567a96da90e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/567a96da90e) - [ux] Instrumented page-layout with the new theming package, `@atlaskit/tokens`. New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
312
324
 
313
325
  ### Patch Changes
314
326
 
@@ -318,13 +330,13 @@
318
330
 
319
331
  ### Patch Changes
320
332
 
321
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump raf-schd to latest (4.0.3), including better TS typings.
333
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump raf-schd to latest (4.0.3), including better TS typings.
322
334
 
323
335
  ## 1.0.6
324
336
 
325
337
  ### Patch Changes
326
338
 
327
- - [`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) - Defaults native button usage to type="button" to prevent unintended submittig of forms.
339
+ - [#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.
328
340
 
329
341
  ## 1.0.5
330
342
 
@@ -336,32 +348,32 @@
336
348
 
337
349
  ### Patch Changes
338
350
 
339
- - [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
351
+ - [#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`.
340
352
 
341
353
  ## 1.0.3
342
354
 
343
355
  ### Patch Changes
344
356
 
345
- - [`f9cb2bcf689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cb2bcf689) - SkipLink order is now stable after remounting slots.
357
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`f9cb2bcf689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cb2bcf689) - SkipLink order is now stable after remounting slots.
346
358
  - [`0eb13e8b2d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0eb13e8b2d8) - Fix "Cannot update a component from inside the function body of a different component" warnings related to skip links.
347
359
 
348
360
  ## 1.0.2
349
361
 
350
362
  ### Patch Changes
351
363
 
352
- - [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates to development dependency `storybook-addon-performance`
364
+ - [#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`
353
365
 
354
366
  ## 1.0.1
355
367
 
356
368
  ### Patch Changes
357
369
 
358
- - [`7d0905b4e81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0905b4e81) - Fix bug where right sidebar styles were being calculated with the wrong variable.
370
+ - [#9288](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9288) [`7d0905b4e81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0905b4e81) - Fix bug where right sidebar styles were being calculated with the wrong variable.
359
371
 
360
372
  ## 1.0.0
361
373
 
362
374
  ### Major Changes
363
375
 
364
- - [`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.
376
+ - [#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.
365
377
 
366
378
  ### Patch Changes
367
379
 
@@ -371,7 +383,7 @@
371
383
 
372
384
  ### Minor Changes
373
385
 
374
- - [`13d7f548f14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d7f548f14) - The `usePageLayoutResize` hook no longer exposes the internal `setLeftSidebarState` method.
386
+ - [#10410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10410) [`13d7f548f14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d7f548f14) - The `usePageLayoutResize` hook no longer exposes the internal `setLeftSidebarState` method.
375
387
 
376
388
  ### Patch Changes
377
389
 
@@ -381,49 +393,49 @@
381
393
 
382
394
  ### Patch Changes
383
395
 
384
- - [`6ae23940b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ae23940b27) - Remove css-vars-ponyfill from page layout to drop IE10/11 support and reduce the bundle size
396
+ - [#8409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8409) [`6ae23940b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ae23940b27) - Remove css-vars-ponyfill from page layout to drop IE10/11 support and reduce the bundle size
385
397
 
386
398
  ## 0.10.13
387
399
 
388
400
  ### Patch Changes
389
401
 
390
- - [`b7c62b4cbb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c62b4cbb7) - Fix Page Layout throwing errors in SSR
402
+ - [#8406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8406) [`b7c62b4cbb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c62b4cbb7) - Fix Page Layout throwing errors in SSR
391
403
 
392
404
  ## 0.10.12
393
405
 
394
406
  ### Patch Changes
395
407
 
396
- - [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
408
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed extraneous/unnecessary dependencies for design system components.
397
409
 
398
410
  ## 0.10.11
399
411
 
400
412
  ### Patch Changes
401
413
 
402
- - [`e6c982bb8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6c982bb8f) - Performance improvement. Simplifies a layout calculation to update less frequently.
414
+ - [#6601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6601) [`e6c982bb8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6c982bb8f) - Performance improvement. Simplifies a layout calculation to update less frequently.
403
415
 
404
416
  ## 0.10.10
405
417
 
406
418
  ### Patch Changes
407
419
 
408
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
420
+ - [#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
409
421
 
410
422
  ## 0.10.9
411
423
 
412
424
  ### Patch Changes
413
425
 
414
- - [`abfb2146c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfb2146c6) - [ux] Earlier left sidebar was not expanding on resize button click, Now this issue has been fixed.
426
+ - [#5744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5744) [`abfb2146c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfb2146c6) - [ux] Earlier left sidebar was not expanding on resize button click, Now this issue has been fixed.
415
427
 
416
428
  ## 0.10.8
417
429
 
418
430
  ### Patch Changes
419
431
 
420
- - [`1757dec0ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1757dec0ee) - [ux] Fixed bug where skip link menu was moving on scroll. Skip link menu is now using fixed positioning instead of absolute
432
+ - [#5761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5761) [`1757dec0ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1757dec0ee) - [ux] Fixed bug where skip link menu was moving on scroll. Skip link menu is now using fixed positioning instead of absolute
421
433
 
422
434
  ## 0.10.7
423
435
 
424
436
  ### Patch Changes
425
437
 
426
- - [`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.
438
+ - [#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.
427
439
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
428
440
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
429
441
 
@@ -431,19 +443,19 @@
431
443
 
432
444
  ### Patch Changes
433
445
 
434
- - [`d540cd1042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d540cd1042) - [ux] Moving cursor away from current browser was causing side nav expand unexpectedly. This issue has been fixed now and the flyout will close as mouse will leave browser.
446
+ - [#5575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5575) [`d540cd1042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d540cd1042) - [ux] Moving cursor away from current browser was causing side nav expand unexpectedly. This issue has been fixed now and the flyout will close as mouse will leave browser.
435
447
 
436
448
  ## 0.10.5
437
449
 
438
450
  ### Patch Changes
439
451
 
440
- - [`2c735227f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c735227f9) - Fix resize callback events from being called more than once on mount
452
+ - [#5334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5334) [`2c735227f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c735227f9) - Fix resize callback events from being called more than once on mount
441
453
 
442
454
  ## 0.10.4
443
455
 
444
456
  ### Patch Changes
445
457
 
446
- - [`b4fd71e4a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4fd71e4a2) - Fixes the visiblity of left sidebar contents when rendered in SSR mode
458
+ - [#5389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5389) [`b4fd71e4a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4fd71e4a2) - Fixes the visiblity of left sidebar contents when rendered in SSR mode
447
459
 
448
460
  ## 0.10.3
449
461
 
@@ -455,7 +467,7 @@
455
467
 
456
468
  ### Patch Changes
457
469
 
458
- - [`4cf354b500`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cf354b500) - Adds the ability to register custom skip links to be displayed in the `PageLayout` skip link menu. Now if you have an element that isn't a slot of the `PageLayout` component, you can still provide a helpful and accessible way to jump straight to it!
470
+ - [#4765](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4765) [`4cf354b500`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cf354b500) - Adds the ability to register custom skip links to be displayed in the `PageLayout` skip link menu. Now if you have an element that isn't a slot of the `PageLayout` component, you can still provide a helpful and accessible way to jump straight to it!
459
471
 
460
472
  Import the new `useCustomSkipLink` hook and pass in the taget `id` and a `skipLinkTitle` and it will add a new link to the element with a matching `id`, no matter where it is in the document. You can also choose what position the link will show up in the menu by using the optional `listIndex` prop.
461
473
 
@@ -463,25 +475,25 @@
463
475
 
464
476
  ### Patch Changes
465
477
 
466
- - [`ec3df667ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec3df667ed) - Pass left sidebar state to onResizeStart, onResizeEnd, onLeftSidebarExpand nd onLeftSidebarCollapse
478
+ - [#5239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5239) [`ec3df667ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec3df667ed) - Pass left sidebar state to onResizeStart, onResizeEnd, onLeftSidebarExpand nd onLeftSidebarCollapse
467
479
 
468
480
  ## 0.10.0
469
481
 
470
482
  ### Minor Changes
471
483
 
472
- - [`9db4bdaa00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9db4bdaa00) - **BREAKING** Changes the way css variables were previously exported. They are now exported with proper fallback values. Refer to the [CSS variables](page-layout/docs/css-variables) docs to see how to use them.
484
+ - [#4934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4934) [`9db4bdaa00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9db4bdaa00) - **BREAKING** Changes the way css variables were previously exported. They are now exported with proper fallback values. Refer to the [CSS variables](page-layout/docs/css-variables) docs to see how to use them.
473
485
 
474
486
  ## 0.9.4
475
487
 
476
488
  ### Patch Changes
477
489
 
478
- - [`58413f42ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58413f42ab) - Left side bar button disbaled
490
+ - [#4706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4706) [`58413f42ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58413f42ab) - Left side bar button disbaled
479
491
 
480
492
  ## 0.9.3
481
493
 
482
494
  ### Patch Changes
483
495
 
484
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
496
+ - [#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
485
497
 
486
498
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
487
499
  to prevent duplicates of tslib being bundled.
@@ -490,57 +502,57 @@
490
502
 
491
503
  ### Patch Changes
492
504
 
493
- - [`14d289a7ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14d289a7ee) - Fix LeftSidebar flyout not closing sometimes when not in hover state
505
+ - [#4051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4051) [`14d289a7ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14d289a7ee) - Fix LeftSidebar flyout not closing sometimes when not in hover state
494
506
 
495
507
  ## 0.9.1
496
508
 
497
509
  ### Patch Changes
498
510
 
499
- - [`0d72fedadb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d72fedadb) - Left-sidebar fixed content will occupy 100% height"
511
+ - [#3703](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3703) [`0d72fedadb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d72fedadb) - Left-sidebar fixed content will occupy 100% height"
500
512
 
501
513
  ## 0.9.0
502
514
 
503
515
  ### Minor Changes
504
516
 
505
- - [`8fb2f0ac0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fb2f0ac0e) - **BREAKING** - The `width` prop now controls the width when LeftSidebar is mounted and overrides leftSidebarWidth value in localStorage.
517
+ - [#3697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3697) [`8fb2f0ac0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fb2f0ac0e) - **BREAKING** - The `width` prop now controls the width when LeftSidebar is mounted and overrides leftSidebarWidth value in localStorage.
506
518
  Also added `collapsedState` prop to control expanded/collapsed state when LeftSidebar is mounted.
507
519
 
508
520
  ## 0.8.6
509
521
 
510
522
  ### Patch Changes
511
523
 
512
- - [`859d71f610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859d71f610) - Replaces internal usage of Global component from emotion with a style tag
524
+ - [#3599](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3599) [`859d71f610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859d71f610) - Replaces internal usage of Global component from emotion with a style tag
513
525
 
514
526
  ## 0.8.5
515
527
 
516
528
  ### Patch Changes
517
529
 
518
- - [`3305a0494b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3305a0494b) - Added resizing state in left-sidebar - can be used to stop keyboard resize temporarily
530
+ - [#3557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3557) [`3305a0494b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3305a0494b) - Added resizing state in left-sidebar - can be used to stop keyboard resize temporarily
519
531
 
520
532
  ## 0.8.4
521
533
 
522
534
  ### Patch Changes
523
535
 
524
- - [`c319029742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c319029742) - All page-layout slots will now have data attributes
536
+ - [#3538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3538) [`c319029742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c319029742) - All page-layout slots will now have data attributes
525
537
 
526
538
  ## 0.8.3
527
539
 
528
540
  ### Patch Changes
529
541
 
530
- - [`4d74245d2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d74245d2b) - The left sidebar now has a minimium width of 240px when being resized.
542
+ - [#3324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3324) [`4d74245d2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d74245d2b) - The left sidebar now has a minimium width of 240px when being resized.
531
543
  - [`404a32df15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/404a32df15) - The left sidebar now has a minimium width of 240px when being resized.
532
544
 
533
545
  ## 0.8.2
534
546
 
535
547
  ### Patch Changes
536
548
 
537
- - [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
549
+ - [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226) [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
538
550
 
539
551
  ## 0.8.1
540
552
 
541
553
  ### Patch Changes
542
554
 
543
- - [`a05fe35b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05fe35b29) - Side navigation now supports being able to resize the sidebar with your keyboard!
555
+ - [#3422](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3422) [`a05fe35b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05fe35b29) - Side navigation now supports being able to resize the sidebar with your keyboard!
544
556
  Simply focus onto the grab area and then use your arrow keys to resize.
545
557
  Use the `resizeGrabAreaLabel` prop to describe what happens when interacting with it.
546
558
 
@@ -548,7 +560,7 @@
548
560
 
549
561
  ### Minor Changes
550
562
 
551
- - [`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.
563
+ - [#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.
552
564
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
553
565
 
554
566
  ### Patch Changes
@@ -559,7 +571,7 @@
559
571
 
560
572
  ### Minor Changes
561
573
 
562
- - [`45b6bc10a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45b6bc10a8) - Renames i18n prop to skipLinksLabel which is now a string. This prop is used as the title of the skip links container.
574
+ - [#3274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3274) [`45b6bc10a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45b6bc10a8) - Renames i18n prop to skipLinksLabel which is now a string. This prop is used as the title of the skip links container.
563
575
 
564
576
  ### Patch Changes
565
577
 
@@ -575,38 +587,38 @@
575
587
 
576
588
  ### Minor Changes
577
589
 
578
- - [`339a126382`](https://bitbucket.org/atlassian/atlassian-frontend/commits/339a126382) - Added skip links
590
+ - [#3059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3059) [`339a126382`](https://bitbucket.org/atlassian/atlassian-frontend/commits/339a126382) - Added skip links
579
591
 
580
592
  ## 0.5.2
581
593
 
582
594
  ### Patch Changes
583
595
 
584
- - [`2e8933a6a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e8933a6a7) - Change the key for grid storage in localStorage
596
+ - [#3144](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3144) [`2e8933a6a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e8933a6a7) - Change the key for grid storage in localStorage
585
597
 
586
598
  ## 0.5.1
587
599
 
588
600
  ### Patch Changes
589
601
 
590
- - [`9fed259adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fed259adc) - Adds a default value for dimension (height or width) props in Page Layout content slots.
602
+ - [#3088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3088) [`9fed259adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fed259adc) - Adds a default value for dimension (height or width) props in Page Layout content slots.
591
603
 
592
604
  ## 0.5.0
593
605
 
594
606
  ### Minor Changes
595
607
 
596
- - [`80fb46068b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80fb46068b) - Move all grid state into the ResizeSidebarControl.
608
+ - [#2924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2924) [`80fb46068b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80fb46068b) - Move all grid state into the ResizeSidebarControl.
597
609
  **BREAKING** onExpand and onCollapse callbacks have been removed. They are now called _onLeftSidebarExpand_ and _onLeftSidebarCollapse_ and are passed to the PageLayout component.
598
610
 
599
611
  ## 0.4.2
600
612
 
601
613
  ### Patch Changes
602
614
 
603
- - [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
615
+ - [#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
604
616
 
605
617
  ## 0.4.1
606
618
 
607
619
  ### Patch Changes
608
620
 
609
- - [`c38dd3c0dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38dd3c0dc) - Fixes a bug where LeftSidebar would go into an inconsistent state when toggled quickly.
621
+ - [#2738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2738) [`c38dd3c0dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38dd3c0dc) - Fixes a bug where LeftSidebar would go into an inconsistent state when toggled quickly.
610
622
  - [`6ab2c4b227`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ab2c4b227) - Make flyout behaviour more predictable
611
623
  - [`7d0af990e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0af990e1) - Removes overflow auto so that position sticky in Main can work
612
624
 
@@ -614,7 +626,7 @@
614
626
 
615
627
  ### Minor Changes
616
628
 
617
- - [`bd8f1ab8b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd8f1ab8b6) - Changes the behaviour of flyout. It now expands to the preferred width of the user
629
+ - [#2650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2650) [`bd8f1ab8b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd8f1ab8b6) - Changes the behaviour of flyout. It now expands to the preferred width of the user
618
630
 
619
631
  ### Patch Changes
620
632
 
@@ -624,25 +636,25 @@
624
636
 
625
637
  ### Patch Changes
626
638
 
627
- - [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all packages that are used by confluence that have a broken es2019 dist
639
+ - [#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
628
640
 
629
641
  ## 0.3.2
630
642
 
631
643
  ### Patch Changes
632
644
 
633
- - [`89a5c1ded9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a5c1ded9) - Fix issue with usePageLayoutResize hook not affecting sidebar
645
+ - [#2188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2188) [`89a5c1ded9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a5c1ded9) - Fix issue with usePageLayoutResize hook not affecting sidebar
634
646
 
635
647
  ## 0.3.1
636
648
 
637
649
  ### Patch Changes
638
650
 
639
- - [`f5226d360b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5226d360b) - Add onFlyoutExpand and onFlyoutCollapse events. Internal refactor of flyout behaviour.- [`42e3b34fae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e3b34fae) - _Breaking change_ Hides contents of LeftSidebar when collapsed
651
+ - [`f5226d360b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5226d360b) - Add onFlyoutExpand and onFlyoutCollapse events. Internal refactor of flyout behaviour.- [#2089](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2089) [`42e3b34fae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e3b34fae) - _Breaking change_ Hides contents of LeftSidebar when collapsed
640
652
 
641
653
  ## 0.3.0
642
654
 
643
655
  ### Minor Changes
644
656
 
645
- - [`7fb3059a20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb3059a20) - - _Breaking_ Makes LeftSidebar resizeable by default, does not export ResizeControl anymore.
657
+ - [#1906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1906) [`7fb3059a20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb3059a20) - - _Breaking_ Makes LeftSidebar resizeable by default, does not export ResizeControl anymore.
646
658
  - Exports LeftSidebarWithoutResize.
647
659
  - Adds the following callback functions to LeftSidebar:
648
660
  - onExpand