@atlaskit/page-layout 3.3.0 → 3.3.2

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 (84) hide show
  1. package/CHANGELOG.md +525 -512
  2. package/__perf__/examples.tsx +3 -2
  3. package/__perf__/utils/product-integration/atlassian-navigation.tsx +1 -1
  4. package/__perf__/utils/product-integration/create.tsx +1 -0
  5. package/__perf__/utils/product-integration/profile-popup.tsx +1 -0
  6. package/__perf__/utils/product-integration/sample-footer.tsx +2 -3
  7. package/__perf__/utils/product-integration/sample-header.tsx +1 -1
  8. package/dist/cjs/components/resize-control/grab-area.js +2 -2
  9. package/dist/cjs/components/resize-control/resize-button.js +3 -1
  10. package/dist/cjs/components/skip-links/skip-link-components.js +13 -21
  11. package/dist/cjs/components/slots/banner-slot.js +3 -1
  12. package/dist/cjs/components/slots/internal/left-sidebar-outer.js +3 -1
  13. package/dist/cjs/components/slots/left-panel.js +3 -1
  14. package/dist/cjs/components/slots/main.js +3 -1
  15. package/dist/cjs/components/slots/right-panel.js +3 -1
  16. package/dist/cjs/components/slots/right-sidebar.js +3 -1
  17. package/dist/cjs/components/slots/top-navigation.js +3 -1
  18. package/dist/es2019/components/resize-control/grab-area.js +2 -2
  19. package/dist/es2019/components/resize-control/resize-button.js +3 -1
  20. package/dist/es2019/components/skip-links/skip-link-components.js +13 -21
  21. package/dist/es2019/components/slots/banner-slot.js +3 -1
  22. package/dist/es2019/components/slots/internal/left-sidebar-outer.js +3 -1
  23. package/dist/es2019/components/slots/left-panel.js +3 -1
  24. package/dist/es2019/components/slots/main.js +3 -1
  25. package/dist/es2019/components/slots/right-panel.js +3 -1
  26. package/dist/es2019/components/slots/right-sidebar.js +3 -1
  27. package/dist/es2019/components/slots/top-navigation.js +3 -1
  28. package/dist/esm/components/resize-control/grab-area.js +2 -2
  29. package/dist/esm/components/resize-control/resize-button.js +3 -1
  30. package/dist/esm/components/skip-links/skip-link-components.js +13 -21
  31. package/dist/esm/components/slots/banner-slot.js +3 -1
  32. package/dist/esm/components/slots/internal/left-sidebar-outer.js +3 -1
  33. package/dist/esm/components/slots/left-panel.js +3 -1
  34. package/dist/esm/components/slots/main.js +3 -1
  35. package/dist/esm/components/slots/right-panel.js +3 -1
  36. package/dist/esm/components/slots/right-sidebar.js +3 -1
  37. package/dist/esm/components/slots/top-navigation.js +3 -1
  38. package/dist/types/common/types.d.ts +3 -3
  39. package/dist/types/common/utils.d.ts +1 -1
  40. package/dist/types/components/resize-control/grab-area.d.ts +2 -2
  41. package/dist/types/components/resize-control/index.d.ts +1 -1
  42. package/dist/types/components/resize-control/resize-button.d.ts +1 -1
  43. package/dist/types/components/resize-control/types.d.ts +2 -2
  44. package/dist/types/components/skip-links/skip-link-components.d.ts +3 -4
  45. package/dist/types/components/skip-links/use-custom-skip-link.d.ts +1 -1
  46. package/dist/types/components/slots/banner-slot.d.ts +1 -1
  47. package/dist/types/components/slots/content.d.ts +1 -1
  48. package/dist/types/components/slots/internal/left-sidebar-outer.d.ts +1 -1
  49. package/dist/types/components/slots/left-panel.d.ts +1 -1
  50. package/dist/types/components/slots/left-sidebar-without-resize.d.ts +1 -1
  51. package/dist/types/components/slots/left-sidebar.d.ts +1 -1
  52. package/dist/types/components/slots/page-layout.d.ts +1 -1
  53. package/dist/types/components/slots/right-panel.d.ts +1 -1
  54. package/dist/types/components/slots/right-sidebar.d.ts +1 -1
  55. package/dist/types/components/slots/top-navigation.d.ts +1 -1
  56. package/dist/types/controllers/sidebar-resize-context.d.ts +1 -1
  57. package/dist/types/controllers/sidebar-resize-controller.d.ts +2 -2
  58. package/dist/types/controllers/skip-link-context.d.ts +1 -1
  59. package/dist/types/controllers/skip-link-controller.d.ts +1 -1
  60. package/dist/types/controllers/use-page-layout-grid.d.ts +1 -1
  61. package/dist/types-ts4.5/common/types.d.ts +3 -3
  62. package/dist/types-ts4.5/common/utils.d.ts +1 -1
  63. package/dist/types-ts4.5/components/resize-control/grab-area.d.ts +2 -2
  64. package/dist/types-ts4.5/components/resize-control/index.d.ts +1 -1
  65. package/dist/types-ts4.5/components/resize-control/resize-button.d.ts +1 -1
  66. package/dist/types-ts4.5/components/resize-control/types.d.ts +2 -2
  67. package/dist/types-ts4.5/components/skip-links/skip-link-components.d.ts +3 -4
  68. package/dist/types-ts4.5/components/skip-links/use-custom-skip-link.d.ts +1 -1
  69. package/dist/types-ts4.5/components/slots/banner-slot.d.ts +1 -1
  70. package/dist/types-ts4.5/components/slots/content.d.ts +1 -1
  71. package/dist/types-ts4.5/components/slots/internal/left-sidebar-outer.d.ts +1 -1
  72. package/dist/types-ts4.5/components/slots/left-panel.d.ts +1 -1
  73. package/dist/types-ts4.5/components/slots/left-sidebar-without-resize.d.ts +1 -1
  74. package/dist/types-ts4.5/components/slots/left-sidebar.d.ts +1 -1
  75. package/dist/types-ts4.5/components/slots/page-layout.d.ts +1 -1
  76. package/dist/types-ts4.5/components/slots/right-panel.d.ts +1 -1
  77. package/dist/types-ts4.5/components/slots/right-sidebar.d.ts +1 -1
  78. package/dist/types-ts4.5/components/slots/top-navigation.d.ts +1 -1
  79. package/dist/types-ts4.5/controllers/sidebar-resize-context.d.ts +1 -1
  80. package/dist/types-ts4.5/controllers/sidebar-resize-controller.d.ts +2 -2
  81. package/dist/types-ts4.5/controllers/skip-link-context.d.ts +1 -1
  82. package/dist/types-ts4.5/controllers/skip-link-controller.d.ts +1 -1
  83. package/dist/types-ts4.5/controllers/use-page-layout-grid.d.ts +1 -1
  84. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,1195 +1,1208 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#108047](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108047)
8
+ [`72f8eeb956b68`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/72f8eeb956b68) -
9
+ Reverts a change in previous release `3.3.1` that caused duplicate content in page skip links
10
+ navigation.
11
+ - Updated dependencies
12
+
13
+ ## 3.3.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [#104255](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104255)
18
+ [`8a21e4b04c50`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a21e4b04c50) -
19
+ Migration to ADS link components: Link and Anchor
20
+
3
21
  ## 3.3.0
4
22
 
5
23
  ### Minor Changes
6
24
 
7
- - [#100748](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100748)
8
- [`ff76f4c7a63d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff76f4c7a63d) -
9
- Add support for React 18.
25
+ - [#100748](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100748)
26
+ [`ff76f4c7a63d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff76f4c7a63d) -
27
+ Add support for React 18.
10
28
 
11
29
  ## 3.2.2
12
30
 
13
31
  ### Patch Changes
14
32
 
15
- - [#98828](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98828)
16
- [`fb9c6472e3a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb9c6472e3a6) -
17
- Use `main` element over `div` with `role="main"`.
33
+ - [#98828](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98828)
34
+ [`fb9c6472e3a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb9c6472e3a6) -
35
+ Use `main` element over `div` with `role="main"`.
18
36
 
19
37
  ## 3.2.1
20
38
 
21
39
  ### Patch Changes
22
40
 
23
- - Updated dependencies
41
+ - Updated dependencies
24
42
 
25
43
  ## 3.2.0
26
44
 
27
45
  ### Minor Changes
28
46
 
29
- - [#90966](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90966)
30
- [`43962c0e4ee0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43962c0e4ee0) -
31
- Increase space for expand button target area.
47
+ - [#90966](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90966)
48
+ [`43962c0e4ee0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43962c0e4ee0) -
49
+ Increase space for expand button target area.
32
50
 
33
51
  ## 3.1.6
34
52
 
35
53
  ### Patch Changes
36
54
 
37
- - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
38
- [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
39
- Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
55
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
56
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
57
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
40
58
 
41
59
  ## 3.1.5
42
60
 
43
61
  ### Patch Changes
44
62
 
45
- - [#91041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91041)
46
- [`c5634a5ddf4f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c5634a5ddf4f) -
47
- Fix a11y failure in ResizeButton by replacing empty div with span element.
63
+ - [#91041](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91041)
64
+ [`c5634a5ddf4f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c5634a5ddf4f) -
65
+ Fix a11y failure in ResizeButton by replacing empty div with span element.
48
66
 
49
67
  ## 3.1.4
50
68
 
51
69
  ### Patch Changes
52
70
 
53
- - [#89529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89529)
54
- [`70c8a51f46c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70c8a51f46c6) -
55
- [ux] Fix grabber overlapping with add table row button for Confluence
71
+ - [#89529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89529)
72
+ [`70c8a51f46c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70c8a51f46c6) -
73
+ [ux] Fix grabber overlapping with add table row button for Confluence
56
74
 
57
75
  ## 3.1.3
58
76
 
59
77
  ### Patch Changes
60
78
 
61
- - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297)
62
- [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) -
63
- The internal composition of this component has changed. There is no expected change in
64
- behaviour.
79
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297)
80
+ [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) -
81
+ The internal composition of this component has changed. There is no expected change in behaviour.
65
82
 
66
83
  ## 3.1.2
67
84
 
68
85
  ### Patch Changes
69
86
 
70
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
71
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
72
- Upgrade Typescript from `4.9.5` to `5.4.2`
87
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
88
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
89
+ Upgrade Typescript from `4.9.5` to `5.4.2`
73
90
 
74
91
  ## 3.1.1
75
92
 
76
93
  ### Patch Changes
77
94
 
78
- - Updated dependencies
95
+ - Updated dependencies
79
96
 
80
97
  ## 3.1.0
81
98
 
82
99
  ### Minor Changes
83
100
 
84
- - [#81736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81736)
85
- [`5ce631eec537`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ce631eec537) -
86
- Added `UNSAFE_useSetLeftSidebarState` to support an internal redesign.
87
- `UNSAFE_useSetLeftSidebarState` returns noop and will be removed in the next major release.
101
+ - [#81736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81736)
102
+ [`5ce631eec537`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ce631eec537) -
103
+ Added `UNSAFE_useSetLeftSidebarState` to support an internal redesign.
104
+ `UNSAFE_useSetLeftSidebarState` returns noop and will be removed in the next major release.
88
105
 
89
106
  ## 3.0.0
90
107
 
91
108
  ### Major Changes
92
109
 
93
- - [#80897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80897)
94
- [`8ce3bb563079`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ce3bb563079) -
95
- [ux] If you view a product in a small window or at higher zoom levels, the sidebar now changes
96
- sizes to keep all controls in view. In these smaller windows, the sidebar no longer opens on
97
- hover to avoid accidental opening.
110
+ - [#80897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80897)
111
+ [`8ce3bb563079`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ce3bb563079) -
112
+ [ux] If you view a product in a small window or at higher zoom levels, the sidebar now changes
113
+ sizes to keep all controls in view. In these smaller windows, the sidebar no longer opens on hover
114
+ to avoid accidental opening.
98
115
 
99
- The sidebar is unchanged in views wider than 768 pixels.
116
+ The sidebar is unchanged in views wider than 768 pixels.
100
117
 
101
- When viewing a product in a window narrower than 768px or zoomed in at 200%, you'll notice that
102
- hovering your cursor over the sidebar no longer expands the sidebar.
118
+ When viewing a product in a window narrower than 768px or zoomed in at 200%, you'll notice that
119
+ hovering your cursor over the sidebar no longer expands the sidebar.
103
120
 
104
- To open the sidebar, select the expand sidebar button ( > icon). Select the button again to
105
- collapse the sidebar. You can also select the edge of the sidebar itself to expand and collapse
106
- it.
121
+ To open the sidebar, select the expand sidebar button ( > icon). Select the button again to
122
+ collapse the sidebar. You can also select the edge of the sidebar itself to expand and collapse
123
+ it.
107
124
 
108
125
  ## 2.1.4
109
126
 
110
127
  ### Patch Changes
111
128
 
112
- - Updated dependencies
129
+ - Updated dependencies
113
130
 
114
131
  ## 2.1.3
115
132
 
116
133
  ### Patch Changes
117
134
 
118
- - Updated dependencies
135
+ - Updated dependencies
119
136
 
120
137
  ## 2.1.2
121
138
 
122
139
  ### Patch Changes
123
140
 
124
- - Updated dependencies
141
+ - Updated dependencies
125
142
 
126
143
  ## 2.1.1
127
144
 
128
145
  ### Patch Changes
129
146
 
130
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
131
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
132
- Migrate packages to use declarative entry points
147
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
148
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
149
+ Migrate packages to use declarative entry points
133
150
 
134
151
  ## 2.1.0
135
152
 
136
153
  ### Minor Changes
137
154
 
138
- - [#64842](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64842)
139
- [`664ecae2338b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/664ecae2338b) -
140
- Add PFF to reduce height of side bar grab area when collapsed in order to give the resize button
141
- more room and prevent accidental hovers causing the side bar to fly out
155
+ - [#64842](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64842)
156
+ [`664ecae2338b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/664ecae2338b) -
157
+ Add PFF to reduce height of side bar grab area when collapsed in order to give the resize button
158
+ more room and prevent accidental hovers causing the side bar to fly out
142
159
 
143
160
  ## 2.0.2
144
161
 
145
162
  ### Patch Changes
146
163
 
147
- - [#61821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61821)
148
- [`bd212363ecc2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bd212363ecc2) -
149
- Add role=main to main slot
164
+ - [#61821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61821)
165
+ [`bd212363ecc2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bd212363ecc2) -
166
+ Add role=main to main slot
150
167
 
151
168
  ## 2.0.1
152
169
 
153
170
  ### Patch Changes
154
171
 
155
- - [#58110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58110)
156
- [`9e7a86f76af4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e7a86f76af4) -
157
- Resizing the Sidebar can now only be triggered via left-click (main button click). This prevents
158
- situations where right-clicking the resize button unexpectedly starts resizing the Sidebar.
172
+ - [#58110](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58110)
173
+ [`9e7a86f76af4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e7a86f76af4) -
174
+ Resizing the Sidebar can now only be triggered via left-click (main button click). This prevents
175
+ situations where right-clicking the resize button unexpectedly starts resizing the Sidebar.
159
176
 
160
177
  ## 2.0.0
161
178
 
162
179
  ### Major Changes
163
180
 
164
- - [#56597](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56597)
165
- [`162c25fea4d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/162c25fea4d3) -
166
- Remove `onExpand` and `onCollapse` props on `LeftSidebar` component. These props were
167
- non-functional. Use `onLeftSidebarExpand` and `onLeftSidebarCollapse` props on `PageLayout`
168
- component instead.
181
+ - [#56597](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56597)
182
+ [`162c25fea4d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/162c25fea4d3) - Remove
183
+ `onExpand` and `onCollapse` props on `LeftSidebar` component. These props were non-functional. Use
184
+ `onLeftSidebarExpand` and `onLeftSidebarCollapse` props on `PageLayout` component instead.
169
185
 
170
186
  ## 1.8.4
171
187
 
172
188
  ### Patch Changes
173
189
 
174
- - Updated dependencies
190
+ - Updated dependencies
175
191
 
176
192
  ## 1.8.3
177
193
 
178
194
  ### Patch Changes
179
195
 
180
- - [#42759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42759)
181
- [`2edeebd136a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2edeebd136a) - Ensure
182
- the `responsive-page-layout-left-sidebar_p8r7g` feature flag is idempotent and does not break
183
- devloops where this may change at runtime or even between renders.
196
+ - [#42759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42759)
197
+ [`2edeebd136a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2edeebd136a) - Ensure
198
+ the `responsive-page-layout-left-sidebar_p8r7g` feature flag is idempotent and does not break
199
+ devloops where this may change at runtime or even between renders.
184
200
 
185
201
  ## 1.8.2
186
202
 
187
203
  ### Patch Changes
188
204
 
189
- - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
190
- [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
191
- package to push model in Jira
205
+ - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
206
+ [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
207
+ package to push model in Jira
192
208
 
193
209
  ## 1.8.1
194
210
 
195
211
  ### Patch Changes
196
212
 
197
- - [#41746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41746)
198
- [`350d6c2bcc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350d6c2bcc4) - [ux]
199
- Fix regressions in grab area styling
213
+ - [#41746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41746)
214
+ [`350d6c2bcc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350d6c2bcc4) - [ux] Fix
215
+ regressions in grab area styling
200
216
 
201
217
  ## 1.8.0
202
218
 
203
219
  ### Minor Changes
204
220
 
205
- - [#39166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39166)
206
- [`fb049fdd01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb049fdd01b) - [ux]
207
- DSP-12583 and DSP-12584 update examples to include missing resize/expandable labels fixed
208
- separator to use the valid slider role
221
+ - [#39166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39166)
222
+ [`fb049fdd01b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb049fdd01b) - [ux]
223
+ DSP-12583 and DSP-12584 update examples to include missing resize/expandable labels fixed
224
+ separator to use the valid slider role
209
225
 
210
226
  ## 1.7.13
211
227
 
212
228
  ### Patch Changes
213
229
 
214
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
215
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
216
- Internal changes to use space tokens. There is no expected visual or behaviour change.
230
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
231
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
232
+ changes to use space tokens. There is no expected visual or behaviour change.
217
233
 
218
234
  ## 1.7.12
219
235
 
220
236
  ### Patch Changes
221
237
 
222
- - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
223
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) -
224
- Updated dependencies
238
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
239
+ [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
240
+ dependencies
225
241
 
226
242
  ## 1.7.11
227
243
 
228
244
  ### Patch Changes
229
245
 
230
- - [#37193](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37193)
231
- [`edb659b9f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edb659b9f7b) -
232
- Reverts changes that added aria-hidden to key interactive navigational elements
246
+ - [#37193](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37193)
247
+ [`edb659b9f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/edb659b9f7b) - Reverts
248
+ changes that added aria-hidden to key interactive navigational elements
233
249
 
234
250
  ## 1.7.10
235
251
 
236
252
  ### Patch Changes
237
253
 
238
- - [#37327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37327)
239
- [`6263a07010c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6263a07010c) - Still
240
- behind a feature flag, reduces the breakpoint at which the new mobile functionality for our left
241
- sidebar "flyout mode" in mobile is applied (reduced from ~1024px to ~768px).
254
+ - [#37327](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37327)
255
+ [`6263a07010c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6263a07010c) - Still
256
+ behind a feature flag, reduces the breakpoint at which the new mobile functionality for our left
257
+ sidebar "flyout mode" in mobile is applied (reduced from ~1024px to ~768px).
242
258
 
243
259
  ## 1.7.9
244
260
 
245
261
  ### Patch Changes
246
262
 
247
- - [#37247](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37247)
248
- [`55c42f7ce9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55c42f7ce9d) - [ux]
249
- Add proper orientation to grab area.
263
+ - [#37247](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37247)
264
+ [`55c42f7ce9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55c42f7ce9d) - [ux] Add
265
+ proper orientation to grab area.
250
266
 
251
267
  ## 1.7.8
252
268
 
253
269
  ### Patch Changes
254
270
 
255
- - [#37126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37126)
256
- [`6a33c4fd6b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a33c4fd6b6) -
257
- Removes unnecessary aria attribute from grab area in left sidebar.
271
+ - [#37126](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37126)
272
+ [`6a33c4fd6b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a33c4fd6b6) - Removes
273
+ unnecessary aria attribute from grab area in left sidebar.
258
274
 
259
275
  ## 1.7.7
260
276
 
261
277
  ### Patch Changes
262
278
 
263
- - Updated dependencies
279
+ - Updated dependencies
264
280
 
265
281
  ## 1.7.6
266
282
 
267
283
  ### Patch Changes
268
284
 
269
- - Updated dependencies
285
+ - Updated dependencies
270
286
 
271
287
  ## 1.7.5
272
288
 
273
289
  ### Patch Changes
274
290
 
275
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
276
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
277
- Internal change to use shape tokens. There is no expected visual change.
291
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
292
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
293
+ change to use shape tokens. There is no expected visual change.
278
294
 
279
295
  ## 1.7.4
280
296
 
281
297
  ### Patch Changes
282
298
 
283
- - Updated dependencies
299
+ - Updated dependencies
284
300
 
285
301
  ## 1.7.3
286
302
 
287
303
  ### Patch Changes
288
304
 
289
- - Updated dependencies
305
+ - Updated dependencies
290
306
 
291
307
  ## 1.7.2
292
308
 
293
309
  ### Patch Changes
294
310
 
295
- - [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149)
296
- [`37131e3a8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37131e3a8ea) - Uses
297
- the Alpha release of our responsive media helpers via either the public `media` export or the
298
- internal `UNSAFE_media` export.
299
- - Updated dependencies
311
+ - [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149)
312
+ [`37131e3a8ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37131e3a8ea) - Uses the
313
+ Alpha release of our responsive media helpers via either the public `media` export or the internal
314
+ `UNSAFE_media` export.
315
+ - Updated dependencies
300
316
 
301
317
  ## 1.7.1
302
318
 
303
319
  ### Patch Changes
304
320
 
305
- - [#35934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35934)
306
- [`009e6a78811`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e6a78811) - Fixed
307
- dependency resolution issue with `@atlaskit/primitives`.
321
+ - [#35934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35934)
322
+ [`009e6a78811`](https://bitbucket.org/atlassian/atlassian-frontend/commits/009e6a78811) - Fixed
323
+ dependency resolution issue with `@atlaskit/primitives`.
308
324
 
309
325
  ## 1.7.0
310
326
 
311
327
  ### Minor Changes
312
328
 
313
- - [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270)
314
- [`7be6f82bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7be6f82bb0d) - [ux]
315
- Behind tested behind a feature flag, we're testing new mobile functionality to keep our left
316
- sidebar in a "flyout" mode in mobile so navigation or content sits ontop of the main page
317
- content rather than crushing it.
329
+ - [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270)
330
+ [`7be6f82bb0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7be6f82bb0d) - [ux]
331
+ Behind tested behind a feature flag, we're testing new mobile functionality to keep our left
332
+ sidebar in a "flyout" mode in mobile so navigation or content sits ontop of the main page content
333
+ rather than crushing it.
318
334
 
319
- This is designed to be SSR-compatible as it's primarily CSS-based with some user-event driven
320
- logic around mobile breakpoints that should not be inmpacted by SSR rendering (and should return
321
- the default desktop experience if such a state is achieved).
335
+ This is designed to be SSR-compatible as it's primarily CSS-based with some user-event driven
336
+ logic around mobile breakpoints that should not be inmpacted by SSR rendering (and should return
337
+ the default desktop experience if such a state is achieved).
322
338
 
323
339
  ## 1.6.5
324
340
 
325
341
  ### Patch Changes
326
342
 
327
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
328
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
329
- the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
330
- migration work. The change is internal only and should not introduce any changes for the
331
- component consumers.
343
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
344
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
345
+ use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
346
+ work. The change is internal only and should not introduce any changes for the component
347
+ consumers.
332
348
 
333
349
  ## 1.6.4
334
350
 
335
351
  ### Patch Changes
336
352
 
337
- - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
338
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
339
- Internal change to enforce token usage for spacing properties. There is no expected visual or
340
- behaviour change.
353
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
354
+ [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal
355
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
356
+ change.
341
357
 
342
358
  ## 1.6.3
343
359
 
344
360
  ### Patch Changes
345
361
 
346
- - [#34408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34408)
347
- [`4bbc131de00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bbc131de00) - ####
348
- Fix: Resizing pages with `<iframe>`s
362
+ - [#34408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34408)
363
+ [`4bbc131de00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bbc131de00) - ####
364
+ Fix: Resizing pages with `<iframe>`s
349
365
 
350
- Pages that contain `<iframe>` elements will now have a smoother resizing experience. `<iframe>`
351
- elements consume user events (eg `mousemove`) when the user is over the top of them. This is
352
- problematic for resizing as we need to have the latest user pointer movements to resize the
353
- sidebar. Now, while a resize is happening, `pointer-events` are blocked on `<iframe>` elements
354
- to prevent the `<iframe>` consuming user events.
366
+ Pages that contain `<iframe>` elements will now have a smoother resizing experience. `<iframe>`
367
+ elements consume user events (eg `mousemove`) when the user is over the top of them. This is
368
+ problematic for resizing as we need to have the latest user pointer movements to resize the
369
+ sidebar. Now, while a resize is happening, `pointer-events` are blocked on `<iframe>` elements to
370
+ prevent the `<iframe>` consuming user events.
355
371
 
356
- #### Fix: User cursor while resizing
372
+ #### Fix: User cursor while resizing
357
373
 
358
- While resizing the users cursor will now always be `ew-resize`. Previously the cursor could
359
- change depending on what element the users pointer was over
374
+ While resizing the users cursor will now always be `ew-resize`. Previously the cursor could change
375
+ depending on what element the users pointer was over
360
376
 
361
- #### Fix: Resizing will no longer change user selection
377
+ #### Fix: Resizing will no longer change user selection
362
378
 
363
- A user can select parts of a page (eg select a paragraph of text). Previously, in some cases, a
364
- user's selection could change due to a resizing operation. This has been fixed so that a
365
- resizing operation will no longer change a user's selection
379
+ A user can select parts of a page (eg select a paragraph of text). Previously, in some cases, a
380
+ user's selection could change due to a resizing operation. This has been fixed so that a resizing
381
+ operation will no longer change a user's selection
366
382
 
367
- #### Fix: `onResizeEnd`
383
+ #### Fix: `onResizeEnd`
368
384
 
369
- `onResizeEnd` will no longer incorrectly get an empty object `{}` if the user resized into the
370
- collapsed state
385
+ `onResizeEnd` will no longer incorrectly get an empty object `{}` if the user resized into the
386
+ collapsed state
371
387
 
372
388
  ## 1.6.2
373
389
 
374
390
  ### Patch Changes
375
391
 
376
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
377
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
378
- legacy types are published for TS 4.5-4.8
392
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
393
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
394
+ legacy types are published for TS 4.5-4.8
379
395
 
380
396
  ## 1.6.1
381
397
 
382
398
  ### Patch Changes
383
399
 
384
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
385
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
386
- Upgrade Typescript from `4.5.5` to `4.9.5`
400
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
401
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
402
+ Typescript from `4.5.5` to `4.9.5`
387
403
 
388
404
  ## 1.6.0
389
405
 
390
406
  ### Minor Changes
391
407
 
392
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
393
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
394
- minor dependency bump
408
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
409
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
410
+ minor dependency bump
395
411
 
396
412
  ### Patch Changes
397
413
 
398
- - Updated dependencies
414
+ - Updated dependencies
399
415
 
400
416
  ## 1.5.0
401
417
 
402
418
  ### Minor Changes
403
419
 
404
- - [#32575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32575)
405
- [`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) -
406
- **Fixes**
407
-
408
- - `onLeftSidebarExpand` is no longer called when the sidebar is already open.
409
- `onLeftSidebarExpand` oculd previously be incorrectly called if a user resized an expanded
410
- sidebar to slightly smaller than the default sidebar width, or when the user cancelled a
411
- sidebar resizing operation with the `"Escape"` key
412
- - the latest provided `onLeftSidebarCollapse` and `onLeftSidebarExpand` functions are now
413
- called when collapsing / expanding respectively. Previously, only the initial
414
- `onLeftSidebarCollapse` and `onLeftSidebarExpand` were called (due to a stale closure)
415
- - `onLeftSidebarCollapse` and `onLeftSidebarExpand` are now called with the latest state
416
- values. Previously there were only ever called with the initial left sidebar state value
417
- (due to a stale closure)
418
-
419
- **Improvements**
420
-
421
- - no longer possible to trigger the collapse of the sidebar when it is already collapsed
422
- - no longer possible to trigger an expand of the sidebar when it is already expanded
423
- - triggering an expand while the sidebar is collapsing will now flush the pending
424
- `onLeftSidebarExpand`
425
- - triggering an collapse while the sidebar is expanding will now flush the pending
426
- `onLeftSidebarCollapse`
427
- - only adding the event listener for `"transitionend"` when the sidebar is expanding or
428
- collapsing.
429
- - removing `"transitionend"` event listener when `<LeftSidebar />` is unmounted
430
- - explicitly aborting pending collapse / expand actions when `<LeftSidebar />` is unmounted
431
- while collapsing / expanding.
420
+ - [#32575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32575)
421
+ [`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) -
422
+ **Fixes**
423
+
424
+ - `onLeftSidebarExpand` is no longer called when the sidebar is already open.
425
+ `onLeftSidebarExpand` oculd previously be incorrectly called if a user resized an expanded
426
+ sidebar to slightly smaller than the default sidebar width, or when the user cancelled a sidebar
427
+ resizing operation with the `"Escape"` key
428
+ - the latest provided `onLeftSidebarCollapse` and `onLeftSidebarExpand` functions are now called
429
+ when collapsing / expanding respectively. Previously, only the initial `onLeftSidebarCollapse`
430
+ and `onLeftSidebarExpand` were called (due to a stale closure)
431
+ - `onLeftSidebarCollapse` and `onLeftSidebarExpand` are now called with the latest state values.
432
+ Previously there were only ever called with the initial left sidebar state value (due to a stale
433
+ closure)
434
+
435
+ **Improvements**
436
+
437
+ - no longer possible to trigger the collapse of the sidebar when it is already collapsed
438
+ - no longer possible to trigger an expand of the sidebar when it is already expanded
439
+ - triggering an expand while the sidebar is collapsing will now flush the pending
440
+ `onLeftSidebarExpand`
441
+ - triggering an collapse while the sidebar is expanding will now flush the pending
442
+ `onLeftSidebarCollapse`
443
+ - only adding the event listener for `"transitionend"` when the sidebar is expanding or
444
+ collapsing.
445
+ - removing `"transitionend"` event listener when `<LeftSidebar />` is unmounted
446
+ - explicitly aborting pending collapse / expand actions when `<LeftSidebar />` is unmounted while
447
+ collapsing / expanding.
432
448
 
433
449
  ## 1.4.0
434
450
 
435
451
  ### Minor Changes
436
452
 
437
- - [#32516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32516)
438
- [`955ee3ea8fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/955ee3ea8fe) - [ux]
439
- **fix**: if a `"mousedown"`, `"click"`, `"resize"` or `"visibilitychange"` event occurs while
440
- the sidebar is being resized, then the resizing operation will end
453
+ - [#32516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32516)
454
+ [`955ee3ea8fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/955ee3ea8fe) - [ux]
455
+ **fix**: if a `"mousedown"`, `"click"`, `"resize"` or `"visibilitychange"` event occurs while the
456
+ sidebar is being resized, then the resizing operation will end
441
457
 
442
- [ux] **new**: if a user presses the `"Escape"` key while the sidebar is being resized, then the
443
- resizing operation will end
458
+ [ux] **new**: if a user presses the `"Escape"` key while the sidebar is being resized, then the
459
+ resizing operation will end
444
460
 
445
461
  ## 1.3.10
446
462
 
447
463
  ### Patch Changes
448
464
 
449
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
450
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
451
- Upgrades component types to support React 18.
452
- - Updated dependencies
465
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
466
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
467
+ component types to support React 18.
468
+ - Updated dependencies
453
469
 
454
470
  ## 1.3.9
455
471
 
456
472
  ### Patch Changes
457
473
 
458
- - Updated dependencies
474
+ - Updated dependencies
459
475
 
460
476
  ## 1.3.8
461
477
 
462
478
  ### Patch Changes
463
479
 
464
- - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
465
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
466
- ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
467
- `allowedSideEffects` when loading the page.
480
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
481
+ [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
482
+ ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects`
483
+ when loading the page.
468
484
 
469
485
  ## 1.3.7
470
486
 
471
487
  ### Patch Changes
472
488
 
473
- - [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
474
- [`7f3ff7f0081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f3ff7f0081) - [ux]
475
- Enhance accessibility of header for skip links component
489
+ - [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
490
+ [`7f3ff7f0081`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f3ff7f0081) - [ux]
491
+ Enhance accessibility of header for skip links component
476
492
 
477
493
  ## 1.3.6
478
494
 
479
495
  ### Patch Changes
480
496
 
481
- - Updated dependencies
497
+ - Updated dependencies
482
498
 
483
499
  ## 1.3.5
484
500
 
485
501
  ### Patch Changes
486
502
 
487
- - Updated dependencies
503
+ - Updated dependencies
488
504
 
489
505
  ## 1.3.4
490
506
 
491
507
  ### Patch Changes
492
508
 
493
- - Updated dependencies
509
+ - Updated dependencies
494
510
 
495
511
  ## 1.3.3
496
512
 
497
513
  ### Patch Changes
498
514
 
499
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
500
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
501
- change to introduce spacing tokens to design system components.
515
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
516
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
517
+ change to introduce spacing tokens to design system components.
502
518
 
503
519
  ## 1.3.2
504
520
 
505
521
  ### Patch Changes
506
522
 
507
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
508
- [`522a27e6119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/522a27e6119) - Remove
509
- `isOpen` prop from @atlaskit/banner, it is now open by default.
510
- - Updated dependencies
523
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
524
+ [`522a27e6119`](https://bitbucket.org/atlassian/atlassian-frontend/commits/522a27e6119) - Remove
525
+ `isOpen` prop from @atlaskit/banner, it is now open by default.
526
+ - Updated dependencies
511
527
 
512
528
  ## 1.3.1
513
529
 
514
530
  ### Patch Changes
515
531
 
516
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
517
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
518
- Upgrade Typescript from `4.3.5` to `4.5.5`
532
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
533
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
534
+ Typescript from `4.3.5` to `4.5.5`
519
535
 
520
536
  ## 1.3.0
521
537
 
522
538
  ### Minor Changes
523
539
 
524
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
525
- [`3de296cfd19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de296cfd19) -
526
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
540
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
541
+ [`3de296cfd19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de296cfd19) - Updates
542
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
527
543
 
528
544
  ### Patch Changes
529
545
 
530
- - Updated dependencies
546
+ - Updated dependencies
531
547
 
532
548
  ## 1.2.8
533
549
 
534
550
  ### Patch Changes
535
551
 
536
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
537
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
538
- Upgrade Typescript from `4.2.4` to `4.3.5`.
552
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
553
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
554
+ Typescript from `4.2.4` to `4.3.5`.
539
555
 
540
556
  ## 1.2.7
541
557
 
542
558
  ### Patch Changes
543
559
 
544
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
545
- [`26b3e978512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26b3e978512) -
546
- Internal code change turning on new linting rules.
547
- - Updated dependencies
560
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
561
+ [`26b3e978512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26b3e978512) - Internal
562
+ code change turning on new linting rules.
563
+ - Updated dependencies
548
564
 
549
565
  ## 1.2.6
550
566
 
551
567
  ### Patch Changes
552
568
 
553
- - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
554
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
555
- Upgrading internal dependency (bind-event-listener) for improved internal types
569
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
570
+ [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
571
+ Upgrading internal dependency (bind-event-listener) for improved internal types
556
572
 
557
573
  ## 1.2.5
558
574
 
559
575
  ### Patch Changes
560
576
 
561
- - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
562
- [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) -
563
- Internal migration to bind-event-listener for safer DOM Event cleanup
577
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
578
+ [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal
579
+ migration to bind-event-listener for safer DOM Event cleanup
564
580
 
565
581
  ## 1.2.4
566
582
 
567
583
  ### Patch Changes
568
584
 
569
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
570
- [`ef9ecf15b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef9ecf15b36) -
571
- Calling `collapseLeftSidebar` while the sidebar is already collapsed no longer modifies the
572
- sidebar state. This prevents an invalid state that could occur if `collapseLeftSidebar` was
573
- called while the sidebar was in flyout.
585
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
586
+ [`ef9ecf15b36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef9ecf15b36) - Calling
587
+ `collapseLeftSidebar` while the sidebar is already collapsed no longer modifies the sidebar state.
588
+ This prevents an invalid state that could occur if `collapseLeftSidebar` was called while the
589
+ sidebar was in flyout.
574
590
 
575
591
  ## 1.2.3
576
592
 
577
593
  ### Patch Changes
578
594
 
579
- - Updated dependencies
595
+ - Updated dependencies
580
596
 
581
597
  ## 1.2.2
582
598
 
583
599
  ### Patch Changes
584
600
 
585
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
586
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
587
- Upgrade to TypeScript 4.2.4
601
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
602
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
603
+ to TypeScript 4.2.4
588
604
 
589
605
  ## 1.2.1
590
606
 
591
607
  ### Patch Changes
592
608
 
593
- - Updated dependencies
609
+ - Updated dependencies
594
610
 
595
611
  ## 1.2.0
596
612
 
597
613
  ### Minor Changes
598
614
 
599
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
600
- [`21534d3647e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21534d3647e) - [ux]
601
- Update theme colours and remove shadow from resize bar
615
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
616
+ [`21534d3647e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21534d3647e) - [ux]
617
+ Update theme colours and remove shadow from resize bar
602
618
 
603
619
  ### Patch Changes
604
620
 
605
- - [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) -
606
- Replaces usage of deprecated design tokens. No visual or functional changes
607
- - [`ad0e912661a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad0e912661a) - Styles
608
- have been rewritten to be static, in preparation for compiled adoption.
609
- - [`8940901481d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8940901481d) - [ux]
610
- The width of right sidebars with fixed positioning (`<RightSidebar isFixed />`) has been fixed.
611
- Previously they had automatic sizing, which led to inconsistencies in appearance between static
612
- and fixed positioning.
613
- - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
614
- Migrates all usage of brand tokens to either selected or information tokens. This change is
615
- purely for semantic reasons, there are no visual or behavioural changes.
616
- - Updated dependencies
621
+ - [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces
622
+ usage of deprecated design tokens. No visual or functional changes
623
+ - [`ad0e912661a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad0e912661a) - Styles
624
+ have been rewritten to be static, in preparation for compiled adoption.
625
+ - [`8940901481d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8940901481d) - [ux] The
626
+ width of right sidebars with fixed positioning (`<RightSidebar isFixed />`) has been fixed.
627
+ Previously they had automatic sizing, which led to inconsistencies in appearance between static
628
+ and fixed positioning.
629
+ - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
630
+ all usage of brand tokens to either selected or information tokens. This change is purely for
631
+ semantic reasons, there are no visual or behavioural changes.
632
+ - Updated dependencies
617
633
 
618
634
  ## 1.1.0
619
635
 
620
636
  ### Minor Changes
621
637
 
622
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
623
- [`567a96da90e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/567a96da90e) - [ux]
624
- Instrumented page-layout with the new theming package, `@atlaskit/tokens`. New tokens will be
625
- visible only in applications configured to use the new Tokens API (currently in alpha).These
626
- changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode
627
- users should expect no visual or breaking changes.
638
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
639
+ [`567a96da90e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/567a96da90e) - [ux]
640
+ Instrumented page-layout with the new theming package, `@atlaskit/tokens`. New tokens will be
641
+ visible only in applications configured to use the new Tokens API (currently in alpha).These
642
+ changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode
643
+ users should expect no visual or breaking changes.
628
644
 
629
645
  ### Patch Changes
630
646
 
631
- - Updated dependencies
647
+ - Updated dependencies
632
648
 
633
649
  ## 1.0.7
634
650
 
635
651
  ### Patch Changes
636
652
 
637
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
638
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
639
- raf-schd to latest (4.0.3), including better TS typings.
653
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
654
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
655
+ raf-schd to latest (4.0.3), including better TS typings.
640
656
 
641
657
  ## 1.0.6
642
658
 
643
659
  ### Patch Changes
644
660
 
645
- - [#15531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15531)
646
- [`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) -
647
- Defaults native button usage to type="button" to prevent unintended submittig of forms.
661
+ - [#15531](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15531)
662
+ [`192d35cfdbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/192d35cfdbd) - Defaults
663
+ native button usage to type="button" to prevent unintended submittig of forms.
648
664
 
649
665
  ## 1.0.5
650
666
 
651
667
  ### Patch Changes
652
668
 
653
- - Updated dependencies
669
+ - Updated dependencies
654
670
 
655
671
  ## 1.0.4
656
672
 
657
673
  ### Patch Changes
658
674
 
659
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
660
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
661
- `@atlaskit/theme` to version `^11.3.0`.
675
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
676
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
677
+ `@atlaskit/theme` to version `^11.3.0`.
662
678
 
663
679
  ## 1.0.3
664
680
 
665
681
  ### Patch Changes
666
682
 
667
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
668
- [`f9cb2bcf689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cb2bcf689) -
669
- SkipLink order is now stable after remounting slots.
670
- - [`0eb13e8b2d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0eb13e8b2d8) - Fix
671
- "Cannot update a component from inside the function body of a different component" warnings
672
- related to skip links.
683
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
684
+ [`f9cb2bcf689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cb2bcf689) - SkipLink
685
+ order is now stable after remounting slots.
686
+ - [`0eb13e8b2d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0eb13e8b2d8) - Fix
687
+ "Cannot update a component from inside the function body of a different component" warnings
688
+ related to skip links.
673
689
 
674
690
  ## 1.0.2
675
691
 
676
692
  ### Patch Changes
677
693
 
678
- - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
679
- [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
680
- Updates to development dependency `storybook-addon-performance`
694
+ - [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
695
+ [`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) - Updates
696
+ to development dependency `storybook-addon-performance`
681
697
 
682
698
  ## 1.0.1
683
699
 
684
700
  ### Patch Changes
685
701
 
686
- - [#9288](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9288)
687
- [`7d0905b4e81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0905b4e81) - Fix
688
- bug where right sidebar styles were being calculated with the wrong variable.
702
+ - [#9288](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9288)
703
+ [`7d0905b4e81`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0905b4e81) - Fix bug
704
+ where right sidebar styles were being calculated with the wrong variable.
689
705
 
690
706
  ## 1.0.0
691
707
 
692
708
  ### Major Changes
693
709
 
694
- - [#10609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10609)
695
- [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) -
696
- Internal change to the release model from continous to scheduled release. There are **NO API
697
- CHANGES** in this release.
710
+ - [#10609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10609)
711
+ [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) - Internal
712
+ change to the release model from continous to scheduled release. There are **NO API CHANGES** in
713
+ this release.
698
714
 
699
715
  ### Patch Changes
700
716
 
701
- - Updated dependencies
717
+ - Updated dependencies
702
718
 
703
719
  ## 0.11.0
704
720
 
705
721
  ### Minor Changes
706
722
 
707
- - [#10410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10410)
708
- [`13d7f548f14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d7f548f14) - The
709
- `usePageLayoutResize` hook no longer exposes the internal `setLeftSidebarState` method.
723
+ - [#10410](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10410)
724
+ [`13d7f548f14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13d7f548f14) - The
725
+ `usePageLayoutResize` hook no longer exposes the internal `setLeftSidebarState` method.
710
726
 
711
727
  ### Patch Changes
712
728
 
713
- - [`ddff790f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddff790f9fd) - [ux]
714
- Added a new hook (`useLeftSidebarFlyoutLock`) which allows locking the sidebar in a flyout
715
- state.
729
+ - [`ddff790f9fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddff790f9fd) - [ux]
730
+ Added a new hook (`useLeftSidebarFlyoutLock`) which allows locking the sidebar in a flyout state.
716
731
 
717
732
  ## 0.10.14
718
733
 
719
734
  ### Patch Changes
720
735
 
721
- - [#8409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8409)
722
- [`6ae23940b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ae23940b27) - Remove
723
- css-vars-ponyfill from page layout to drop IE10/11 support and reduce the bundle size
736
+ - [#8409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8409)
737
+ [`6ae23940b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ae23940b27) - Remove
738
+ css-vars-ponyfill from page layout to drop IE10/11 support and reduce the bundle size
724
739
 
725
740
  ## 0.10.13
726
741
 
727
742
  ### Patch Changes
728
743
 
729
- - [#8406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8406)
730
- [`b7c62b4cbb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c62b4cbb7) - Fix
731
- Page Layout throwing errors in SSR
744
+ - [#8406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8406)
745
+ [`b7c62b4cbb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c62b4cbb7) - Fix Page
746
+ Layout throwing errors in SSR
732
747
 
733
748
  ## 0.10.12
734
749
 
735
750
  ### Patch Changes
736
751
 
737
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
738
- [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) -
739
- Removed extraneous/unnecessary dependencies for design system components.
752
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
753
+ [`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed
754
+ extraneous/unnecessary dependencies for design system components.
740
755
 
741
756
  ## 0.10.11
742
757
 
743
758
  ### Patch Changes
744
759
 
745
- - [#6601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6601)
746
- [`e6c982bb8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6c982bb8f) -
747
- Performance improvement. Simplifies a layout calculation to update less frequently.
760
+ - [#6601](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6601)
761
+ [`e6c982bb8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6c982bb8f) -
762
+ Performance improvement. Simplifies a layout calculation to update less frequently.
748
763
 
749
764
  ## 0.10.10
750
765
 
751
766
  ### Patch Changes
752
767
 
753
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
754
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
755
- Transpile packages using babel rather than tsc
768
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
769
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
770
+ packages using babel rather than tsc
756
771
 
757
772
  ## 0.10.9
758
773
 
759
774
  ### Patch Changes
760
775
 
761
- - [#5744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5744)
762
- [`abfb2146c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfb2146c6) - [ux]
763
- Earlier left sidebar was not expanding on resize button click, Now this issue has been fixed.
776
+ - [#5744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5744)
777
+ [`abfb2146c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfb2146c6) - [ux]
778
+ Earlier left sidebar was not expanding on resize button click, Now this issue has been fixed.
764
779
 
765
780
  ## 0.10.8
766
781
 
767
782
  ### Patch Changes
768
783
 
769
- - [#5761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5761)
770
- [`1757dec0ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1757dec0ee) - [ux]
771
- Fixed bug where skip link menu was moving on scroll. Skip link menu is now using fixed
772
- positioning instead of absolute
784
+ - [#5761](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5761)
785
+ [`1757dec0ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1757dec0ee) - [ux] Fixed
786
+ bug where skip link menu was moving on scroll. Skip link menu is now using fixed positioning
787
+ instead of absolute
773
788
 
774
789
  ## 0.10.7
775
790
 
776
791
  ### Patch Changes
777
792
 
778
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
779
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
780
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
781
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
782
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
783
- `devDependencies` to denote version that the package was built with.
793
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
794
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
795
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
796
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
797
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
798
+ `devDependencies` to denote version that the package was built with.
784
799
 
785
800
  ## 0.10.6
786
801
 
787
802
  ### Patch Changes
788
803
 
789
- - [#5575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5575)
790
- [`d540cd1042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d540cd1042) - [ux]
791
- Moving cursor away from current browser was causing side nav expand unexpectedly. This issue has
792
- been fixed now and the flyout will close as mouse will leave browser.
804
+ - [#5575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5575)
805
+ [`d540cd1042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d540cd1042) - [ux]
806
+ Moving cursor away from current browser was causing side nav expand unexpectedly. This issue has
807
+ been fixed now and the flyout will close as mouse will leave browser.
793
808
 
794
809
  ## 0.10.5
795
810
 
796
811
  ### Patch Changes
797
812
 
798
- - [#5334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5334)
799
- [`2c735227f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c735227f9) - Fix
800
- resize callback events from being called more than once on mount
813
+ - [#5334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5334)
814
+ [`2c735227f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c735227f9) - Fix resize
815
+ callback events from being called more than once on mount
801
816
 
802
817
  ## 0.10.4
803
818
 
804
819
  ### Patch Changes
805
820
 
806
- - [#5389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5389)
807
- [`b4fd71e4a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4fd71e4a2) - Fixes
808
- the visiblity of left sidebar contents when rendered in SSR mode
821
+ - [#5389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5389)
822
+ [`b4fd71e4a2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4fd71e4a2) - Fixes the
823
+ visiblity of left sidebar contents when rendered in SSR mode
809
824
 
810
825
  ## 0.10.3
811
826
 
812
827
  ### Patch Changes
813
828
 
814
- - Updated dependencies
829
+ - Updated dependencies
815
830
 
816
831
  ## 0.10.2
817
832
 
818
833
  ### Patch Changes
819
834
 
820
- - [#4765](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4765)
821
- [`4cf354b500`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cf354b500) - Adds the
822
- ability to register custom skip links to be displayed in the `PageLayout` skip link menu. Now if
823
- you have an element that isn't a slot of the `PageLayout` component, you can still provide a
824
- helpful and accessible way to jump straight to it!
835
+ - [#4765](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4765)
836
+ [`4cf354b500`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4cf354b500) - Adds the
837
+ ability to register custom skip links to be displayed in the `PageLayout` skip link menu. Now if
838
+ you have an element that isn't a slot of the `PageLayout` component, you can still provide a
839
+ helpful and accessible way to jump straight to it!
825
840
 
826
- Import the new `useCustomSkipLink` hook and pass in the taget `id` and a `skipLinkTitle` and it
827
- will add a new link to the element with a matching `id`, no matter where it is in the document.
828
- You can also choose what position the link will show up in the menu by using the optional
829
- `listIndex` prop.
841
+ Import the new `useCustomSkipLink` hook and pass in the taget `id` and a `skipLinkTitle` and it
842
+ will add a new link to the element with a matching `id`, no matter where it is in the document.
843
+ You can also choose what position the link will show up in the menu by using the optional
844
+ `listIndex` prop.
830
845
 
831
846
  ## 0.10.1
832
847
 
833
848
  ### Patch Changes
834
849
 
835
- - [#5239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5239)
836
- [`ec3df667ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec3df667ed) - Pass
837
- left sidebar state to onResizeStart, onResizeEnd, onLeftSidebarExpand nd onLeftSidebarCollapse
850
+ - [#5239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5239)
851
+ [`ec3df667ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec3df667ed) - Pass left
852
+ sidebar state to onResizeStart, onResizeEnd, onLeftSidebarExpand nd onLeftSidebarCollapse
838
853
 
839
854
  ## 0.10.0
840
855
 
841
856
  ### Minor Changes
842
857
 
843
- - [#4934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4934)
844
- [`9db4bdaa00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9db4bdaa00) -
845
- **BREAKING** Changes the way css variables were previously exported. They are now exported with
846
- proper fallback values. Refer to the [CSS variables](page-layout/docs/css-variables) docs to see
847
- how to use them.
858
+ - [#4934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4934)
859
+ [`9db4bdaa00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9db4bdaa00) -
860
+ **BREAKING** Changes the way css variables were previously exported. They are now exported with
861
+ proper fallback values. Refer to the [CSS variables](page-layout/docs/css-variables) docs to see
862
+ how to use them.
848
863
 
849
864
  ## 0.9.4
850
865
 
851
866
  ### Patch Changes
852
867
 
853
- - [#4706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4706)
854
- [`58413f42ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58413f42ab) - Left
855
- side bar button disbaled
868
+ - [#4706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4706)
869
+ [`58413f42ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58413f42ab) - Left side
870
+ bar button disbaled
856
871
 
857
872
  ## 0.9.3
858
873
 
859
874
  ### Patch Changes
860
875
 
861
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
862
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
863
- to TypeScript 3.9.6 and tslib to 2.0.0
876
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
877
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
878
+ to TypeScript 3.9.6 and tslib to 2.0.0
864
879
 
865
- Since tslib is a dependency for all our packages we recommend that products also follow this
866
- tslib upgrade to prevent duplicates of tslib being bundled.
880
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
881
+ upgrade to prevent duplicates of tslib being bundled.
867
882
 
868
883
  ## 0.9.2
869
884
 
870
885
  ### Patch Changes
871
886
 
872
- - [#4051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4051)
873
- [`14d289a7ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14d289a7ee) - Fix
874
- LeftSidebar flyout not closing sometimes when not in hover state
887
+ - [#4051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4051)
888
+ [`14d289a7ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/14d289a7ee) - Fix
889
+ LeftSidebar flyout not closing sometimes when not in hover state
875
890
 
876
891
  ## 0.9.1
877
892
 
878
893
  ### Patch Changes
879
894
 
880
- - [#3703](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3703)
881
- [`0d72fedadb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d72fedadb) -
882
- Left-sidebar fixed content will occupy 100% height"
895
+ - [#3703](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3703)
896
+ [`0d72fedadb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d72fedadb) -
897
+ Left-sidebar fixed content will occupy 100% height"
883
898
 
884
899
  ## 0.9.0
885
900
 
886
901
  ### Minor Changes
887
902
 
888
- - [#3697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3697)
889
- [`8fb2f0ac0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fb2f0ac0e) -
890
- **BREAKING** - The `width` prop now controls the width when LeftSidebar is mounted and overrides
891
- leftSidebarWidth value in localStorage. Also added `collapsedState` prop to control
892
- expanded/collapsed state when LeftSidebar is mounted.
903
+ - [#3697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3697)
904
+ [`8fb2f0ac0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8fb2f0ac0e) -
905
+ **BREAKING** - The `width` prop now controls the width when LeftSidebar is mounted and overrides
906
+ leftSidebarWidth value in localStorage. Also added `collapsedState` prop to control
907
+ expanded/collapsed state when LeftSidebar is mounted.
893
908
 
894
909
  ## 0.8.6
895
910
 
896
911
  ### Patch Changes
897
912
 
898
- - [#3599](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3599)
899
- [`859d71f610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859d71f610) - Replaces
900
- internal usage of Global component from emotion with a style tag
913
+ - [#3599](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3599)
914
+ [`859d71f610`](https://bitbucket.org/atlassian/atlassian-frontend/commits/859d71f610) - Replaces
915
+ internal usage of Global component from emotion with a style tag
901
916
 
902
917
  ## 0.8.5
903
918
 
904
919
  ### Patch Changes
905
920
 
906
- - [#3557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3557)
907
- [`3305a0494b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3305a0494b) - Added
908
- resizing state in left-sidebar - can be used to stop keyboard resize temporarily
921
+ - [#3557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3557)
922
+ [`3305a0494b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3305a0494b) - Added
923
+ resizing state in left-sidebar - can be used to stop keyboard resize temporarily
909
924
 
910
925
  ## 0.8.4
911
926
 
912
927
  ### Patch Changes
913
928
 
914
- - [#3538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3538)
915
- [`c319029742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c319029742) - All
916
- page-layout slots will now have data attributes
929
+ - [#3538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3538)
930
+ [`c319029742`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c319029742) - All
931
+ page-layout slots will now have data attributes
917
932
 
918
933
  ## 0.8.3
919
934
 
920
935
  ### Patch Changes
921
936
 
922
- - [#3324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3324)
923
- [`4d74245d2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d74245d2b) - The left
924
- sidebar now has a minimium width of 240px when being resized.
925
- - [`404a32df15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/404a32df15) - The left
926
- sidebar now has a minimium width of 240px when being resized.
937
+ - [#3324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3324)
938
+ [`4d74245d2b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d74245d2b) - The left
939
+ sidebar now has a minimium width of 240px when being resized.
940
+ - [`404a32df15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/404a32df15) - The left
941
+ sidebar now has a minimium width of 240px when being resized.
927
942
 
928
943
  ## 0.8.2
929
944
 
930
945
  ### Patch Changes
931
946
 
932
- - [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226)
933
- [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the
934
- 'lodash' package instead of single-function 'lodash.\*' packages
947
+ - [#3226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3226)
948
+ [`0c532edf6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c532edf6e) - Use the
949
+ 'lodash' package instead of single-function 'lodash.\*' packages
935
950
 
936
951
  ## 0.8.1
937
952
 
938
953
  ### Patch Changes
939
954
 
940
- - [#3422](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3422)
941
- [`a05fe35b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05fe35b29) - Side
942
- navigation now supports being able to resize the sidebar with your keyboard! Simply focus onto
943
- the grab area and then use your arrow keys to resize. Use the `resizeGrabAreaLabel` prop to
944
- describe what happens when interacting with it.
955
+ - [#3422](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3422)
956
+ [`a05fe35b29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a05fe35b29) - Side
957
+ navigation now supports being able to resize the sidebar with your keyboard! Simply focus onto the
958
+ grab area and then use your arrow keys to resize. Use the `resizeGrabAreaLabel` prop to describe
959
+ what happens when interacting with it.
945
960
 
946
961
  ## 0.8.0
947
962
 
948
963
  ### Minor Changes
949
964
 
950
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
951
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
952
- Officially dropping IE11 support, from this version onwards there are no warranties of the
953
- package working in IE11. For more information see:
954
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
965
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
966
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
967
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
968
+ IE11. For more information see:
969
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
955
970
 
956
971
  ### Patch Changes
957
972
 
958
- - Updated dependencies
973
+ - Updated dependencies
959
974
 
960
975
  ## 0.7.0
961
976
 
962
977
  ### Minor Changes
963
978
 
964
- - [#3274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3274)
965
- [`45b6bc10a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45b6bc10a8) - Renames
966
- i18n prop to skipLinksLabel which is now a string. This prop is used as the title of the skip
967
- links container.
979
+ - [#3274](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3274)
980
+ [`45b6bc10a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45b6bc10a8) - Renames
981
+ i18n prop to skipLinksLabel which is now a string. This prop is used as the title of the skip
982
+ links container.
968
983
 
969
984
  ### Patch Changes
970
985
 
971
- - [`be2323a168`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2323a168) - Prevents
972
- clearing localStorage on unmount
986
+ - [`be2323a168`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2323a168) - Prevents
987
+ clearing localStorage on unmount
973
988
 
974
989
  ## 0.6.1
975
990
 
976
991
  ### Patch Changes
977
992
 
978
- - Updated dependencies
993
+ - Updated dependencies
979
994
 
980
995
  ## 0.6.0
981
996
 
982
997
  ### Minor Changes
983
998
 
984
- - [#3059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3059)
985
- [`339a126382`](https://bitbucket.org/atlassian/atlassian-frontend/commits/339a126382) - Added
986
- skip links
999
+ - [#3059](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3059)
1000
+ [`339a126382`](https://bitbucket.org/atlassian/atlassian-frontend/commits/339a126382) - Added skip
1001
+ links
987
1002
 
988
1003
  ## 0.5.2
989
1004
 
990
1005
  ### Patch Changes
991
1006
 
992
- - [#3144](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3144)
993
- [`2e8933a6a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e8933a6a7) - Change
994
- the key for grid storage in localStorage
1007
+ - [#3144](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3144)
1008
+ [`2e8933a6a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e8933a6a7) - Change the
1009
+ key for grid storage in localStorage
995
1010
 
996
1011
  ## 0.5.1
997
1012
 
998
1013
  ### Patch Changes
999
1014
 
1000
- - [#3088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3088)
1001
- [`9fed259adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fed259adc) - Adds a
1002
- default value for dimension (height or width) props in Page Layout content slots.
1015
+ - [#3088](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3088)
1016
+ [`9fed259adc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fed259adc) - Adds a
1017
+ default value for dimension (height or width) props in Page Layout content slots.
1003
1018
 
1004
1019
  ## 0.5.0
1005
1020
 
1006
1021
  ### Minor Changes
1007
1022
 
1008
- - [#2924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2924)
1009
- [`80fb46068b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80fb46068b) - Move all
1010
- grid state into the ResizeSidebarControl. **BREAKING** onExpand and onCollapse callbacks have
1011
- been removed. They are now called _onLeftSidebarExpand_ and _onLeftSidebarCollapse_ and are
1012
- passed to the PageLayout component.
1023
+ - [#2924](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2924)
1024
+ [`80fb46068b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80fb46068b) - Move all
1025
+ grid state into the ResizeSidebarControl. **BREAKING** onExpand and onCollapse callbacks have been
1026
+ removed. They are now called _onLeftSidebarExpand_ and _onLeftSidebarCollapse_ and are passed to
1027
+ the PageLayout component.
1013
1028
 
1014
1029
  ## 0.4.2
1015
1030
 
1016
1031
  ### Patch Changes
1017
1032
 
1018
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
1019
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
1020
- and supporting files will no longer be published to npm
1033
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
1034
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
1035
+ supporting files will no longer be published to npm
1021
1036
 
1022
1037
  ## 0.4.1
1023
1038
 
1024
1039
  ### Patch Changes
1025
1040
 
1026
- - [#2738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2738)
1027
- [`c38dd3c0dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38dd3c0dc) - Fixes a
1028
- bug where LeftSidebar would go into an inconsistent state when toggled quickly.
1029
- - [`6ab2c4b227`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ab2c4b227) - Make
1030
- flyout behaviour more predictable
1031
- - [`7d0af990e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0af990e1) - Removes
1032
- overflow auto so that position sticky in Main can work
1041
+ - [#2738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2738)
1042
+ [`c38dd3c0dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c38dd3c0dc) - Fixes a
1043
+ bug where LeftSidebar would go into an inconsistent state when toggled quickly.
1044
+ - [`6ab2c4b227`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ab2c4b227) - Make
1045
+ flyout behaviour more predictable
1046
+ - [`7d0af990e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d0af990e1) - Removes
1047
+ overflow auto so that position sticky in Main can work
1033
1048
 
1034
1049
  ## 0.4.0
1035
1050
 
1036
1051
  ### Minor Changes
1037
1052
 
1038
- - [#2650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2650)
1039
- [`bd8f1ab8b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd8f1ab8b6) - Changes
1040
- the behaviour of flyout. It now expands to the preferred width of the user
1053
+ - [#2650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2650)
1054
+ [`bd8f1ab8b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd8f1ab8b6) - Changes
1055
+ the behaviour of flyout. It now expands to the preferred width of the user
1041
1056
 
1042
1057
  ### Patch Changes
1043
1058
 
1044
- - [`25bf379774`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25bf379774) - Removes
1045
- overflow auto so that position sticky in Main can work
1059
+ - [`25bf379774`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25bf379774) - Removes
1060
+ overflow auto so that position sticky in Main can work
1046
1061
 
1047
1062
  ## 0.3.3
1048
1063
 
1049
1064
  ### Patch Changes
1050
1065
 
1051
- - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
1052
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch
1053
- all packages that are used by confluence that have a broken es2019 dist
1066
+ - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
1067
+ [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all
1068
+ packages that are used by confluence that have a broken es2019 dist
1054
1069
 
1055
1070
  ## 0.3.2
1056
1071
 
1057
1072
  ### Patch Changes
1058
1073
 
1059
- - [#2188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2188)
1060
- [`89a5c1ded9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a5c1ded9) - Fix
1061
- issue with usePageLayoutResize hook not affecting sidebar
1074
+ - [#2188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2188)
1075
+ [`89a5c1ded9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89a5c1ded9) - Fix issue
1076
+ with usePageLayoutResize hook not affecting sidebar
1062
1077
 
1063
1078
  ## 0.3.1
1064
1079
 
1065
1080
  ### Patch Changes
1066
1081
 
1067
- - [`f5226d360b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5226d360b) - Add
1068
- onFlyoutExpand and onFlyoutCollapse events. Internal refactor of flyout behaviour.-
1069
- [#2089](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2089)
1070
- [`42e3b34fae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e3b34fae) -
1071
- _Breaking change_ Hides contents of LeftSidebar when collapsed
1082
+ - [`f5226d360b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5226d360b) - Add
1083
+ onFlyoutExpand and onFlyoutCollapse events. Internal refactor of flyout behaviour.-
1084
+ [#2089](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2089)
1085
+ [`42e3b34fae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42e3b34fae) - _Breaking
1086
+ change_ Hides contents of LeftSidebar when collapsed
1072
1087
 
1073
1088
  ## 0.3.0
1074
1089
 
1075
1090
  ### Minor Changes
1076
1091
 
1077
- - [#1906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1906)
1078
- [`7fb3059a20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb3059a20) - -
1079
- _Breaking_ Makes LeftSidebar resizeable by default, does not export ResizeControl anymore.
1080
- - Exports LeftSidebarWithoutResize.
1081
- - Adds the following callback functions to LeftSidebar:
1082
- - onExpand
1083
- - onCollapse
1084
- - onResizeStart
1085
- - onResizeEnd
1092
+ - [#1906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1906)
1093
+ [`7fb3059a20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb3059a20) - -
1094
+ _Breaking_ Makes LeftSidebar resizeable by default, does not export ResizeControl anymore.
1095
+ - Exports LeftSidebarWithoutResize.
1096
+ - Adds the following callback functions to LeftSidebar:
1097
+ - onExpand
1098
+ - onCollapse
1099
+ - onResizeStart
1100
+ - onResizeEnd
1086
1101
 
1087
1102
  ## 0.2.0
1088
1103
 
1089
1104
  ### Minor Changes
1090
1105
 
1091
- - [minor][278f466be0](https://bitbucket.org/atlassian/atlassian-frontend/commits/278f466be0):
1106
+ - [minor][278f466be0](https://bitbucket.org/atlassian/atlassian-frontend/commits/278f466be0):
1092
1107
 
1093
- Split page layout to allow tree shaking, allow resize button to have an override and add the
1094
- required resizeButtonLabel prop to ResizeControl
1108
+ Split page layout to allow tree shaking, allow resize button to have an override and add the
1109
+ required resizeButtonLabel prop to ResizeControl
1095
1110
 
1096
1111
  ## 0.1.3
1097
1112
 
1098
1113
  ### Patch Changes
1099
1114
 
1100
- - [patch][214c76d2b8](https://bitbucket.org/atlassian/atlassian-frontend/commits/214c76d2b8):
1115
+ - [patch][214c76d2b8](https://bitbucket.org/atlassian/atlassian-frontend/commits/214c76d2b8):
1101
1116
 
1102
- Change imports to comply with Atlassian conventions- Updated dependencies
1103
- [3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
1117
+ Change imports to comply with Atlassian conventions- Updated dependencies
1118
+ [3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
1104
1119
 
1105
- - Updated dependencies
1106
- [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
1107
- - Updated dependencies
1108
- [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1109
- - Updated dependencies
1110
- [167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
1111
- - Updated dependencies
1112
- [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
1113
- - Updated dependencies
1114
- [e5eb921e97](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5eb921e97):
1115
- - @atlaskit/tooltip@15.2.6
1116
- - @atlaskit/button@13.3.11
1117
- - @atlaskit/icon@20.1.1
1118
- - @atlaskit/avatar@17.1.10
1119
- - @atlaskit/motion@0.2.4
1120
+ - Updated dependencies
1121
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
1122
+ - Updated dependencies
1123
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1124
+ - Updated dependencies
1125
+ [167a55fd7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/167a55fd7a):
1126
+ - Updated dependencies
1127
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
1128
+ - Updated dependencies
1129
+ [e5eb921e97](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5eb921e97):
1130
+ - @atlaskit/tooltip@15.2.6
1131
+ - @atlaskit/button@13.3.11
1132
+ - @atlaskit/icon@20.1.1
1133
+ - @atlaskit/avatar@17.1.10
1134
+ - @atlaskit/motion@0.2.4
1120
1135
 
1121
1136
  ## 0.1.2
1122
1137
 
1123
1138
  ### Patch Changes
1124
1139
 
1125
- - [patch][ca947bd6da](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca947bd6da):
1140
+ - [patch][ca947bd6da](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca947bd6da):
1126
1141
 
1127
- Prevent left sidebar from jumping when moving the mouse
1142
+ Prevent left sidebar from jumping when moving the mouse
1128
1143
 
1129
1144
  ## 0.1.1
1130
1145
 
1131
1146
  ### Patch Changes
1132
1147
 
1133
- - [patch][dd7692e133](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd7692e133):
1148
+ - [patch][dd7692e133](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd7692e133):
1134
1149
 
1135
- Use TS syntax that is compatible with TS version 3.1.0
1150
+ Use TS syntax that is compatible with TS version 3.1.0
1136
1151
 
1137
1152
  ## 0.1.0
1138
1153
 
1139
1154
  ### Minor Changes
1140
1155
 
1141
- - [minor][9015d5614a](https://bitbucket.org/atlassian/atlassian-frontend/commits/9015d5614a):
1156
+ - [minor][9015d5614a](https://bitbucket.org/atlassian/atlassian-frontend/commits/9015d5614a):
1142
1157
 
1143
- **BREAKING**
1158
+ **BREAKING**
1144
1159
 
1145
- - Make `ResizeControl` composable. If it's not passed as a child to `LeftSidebar`, it will not
1146
- be resizable.
1160
+ - Make `ResizeControl` composable. If it's not passed as a child to `LeftSidebar`, it will not be
1161
+ resizable.
1147
1162
 
1148
- **NON-BREAKING**
1163
+ **NON-BREAKING**
1149
1164
 
1150
- - Fix a bug with flyout behaviour in non-fixed mode. It no longer pushes body content to the
1151
- side.
1152
- - Fix a bug where `Main` couldn't handle wide content without breaking the layout.
1153
- - Fixed the bug where expanding the LeftSidebar always set the width to 240px instead of
1154
- users' cached width.
1165
+ - Fix a bug with flyout behaviour in non-fixed mode. It no longer pushes body content to the side.
1166
+ - Fix a bug where `Main` couldn't handle wide content without breaking the layout.
1167
+ - Fixed the bug where expanding the LeftSidebar always set the width to 240px instead of users'
1168
+ cached width.
1155
1169
 
1156
1170
  ## 0.0.4
1157
1171
 
1158
1172
  ### Patch Changes
1159
1173
 
1160
- - [patch][4955ff3d36](https://bitbucket.org/atlassian/atlassian-frontend/commits/4955ff3d36):
1174
+ - [patch][4955ff3d36](https://bitbucket.org/atlassian/atlassian-frontend/commits/4955ff3d36):
1161
1175
 
1162
- Minor package.json config compliance updates- Updated dependencies
1163
- [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1176
+ Minor package.json config compliance updates- Updated dependencies
1177
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1164
1178
 
1165
- - @atlaskit/docs@8.5.0
1179
+ - @atlaskit/docs@8.5.0
1166
1180
 
1167
1181
  ## 0.0.3
1168
1182
 
1169
1183
  ### Patch Changes
1170
1184
 
1171
- - [patch][8e76dbf8bc](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e76dbf8bc):
1185
+ - [patch][8e76dbf8bc](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e76dbf8bc):
1172
1186
 
1173
- Add resize control to left sidebar-
1174
- [patch][b015403f20](https://bitbucket.org/atlassian/atlassian-frontend/commits/b015403f20):
1187
+ Add resize control to left sidebar-
1188
+ [patch][b015403f20](https://bitbucket.org/atlassian/atlassian-frontend/commits/b015403f20):
1175
1189
 
1176
- Adds the ability to resize and collapse left sidebar. Adds the ability to hydrate grid state
1177
- from local storage. Adds unit and VR tests.
1190
+ Adds the ability to resize and collapse left sidebar. Adds the ability to hydrate grid state from
1191
+ local storage. Adds unit and VR tests.
1178
1192
 
1179
- _Flyout behaviour in the LeftSidebar has a bug when `isFixed` prop is passed as false. It will
1180
- be fixed in a future release.
1181
- [Tracked here](https://product-fabric.atlassian.net/browse/DST-142)_
1193
+ _Flyout behaviour in the LeftSidebar has a bug when `isFixed` prop is passed as false. It will be
1194
+ fixed in a future release. [Tracked here](https://product-fabric.atlassian.net/browse/DST-142)_
1182
1195
 
1183
1196
  ## 0.0.2
1184
1197
 
1185
1198
  ### Patch Changes
1186
1199
 
1187
- - [patch][81275873e9](https://bitbucket.org/atlassian/atlassian-frontend/commits/81275873e9):
1200
+ - [patch][81275873e9](https://bitbucket.org/atlassian/atlassian-frontend/commits/81275873e9):
1188
1201
 
1189
- Initial release for page layout. Exports a top level Grid component and a number of slot
1190
- components which fit into a preconfigured grid layout- Updated dependencies
1191
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1202
+ Initial release for page layout. Exports a top level Grid component and a number of slot
1203
+ components which fit into a preconfigured grid layout- Updated dependencies
1204
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1192
1205
 
1193
- - Updated dependencies
1194
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1195
- - @atlaskit/docs@8.4.0
1206
+ - Updated dependencies
1207
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1208
+ - @atlaskit/docs@8.4.0