@atlaskit/side-navigation 3.1.3 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +655 -644
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-jira/tsconfig.json +46 -0
  4. package/codemods/0.8.0-change-css-fn-prop.tsx +9 -8
  5. package/codemods/helpers/generic.tsx +12 -11
  6. package/dist/cjs/components/Header/index.js +9 -3
  7. package/dist/es2019/components/Header/index.js +8 -3
  8. package/dist/esm/components/Header/index.js +9 -3
  9. package/dist/types/components/Item/button-item.d.ts +1 -1
  10. package/dist/types/components/Item/custom-item.d.ts +1 -1
  11. package/dist/types/components/Item/link-item.d.ts +1 -1
  12. package/dist/types/components/NavigationContent/index.d.ts +1 -1
  13. package/dist/types/components/NavigationFooter/index.d.ts +1 -1
  14. package/dist/types/components/NestableNavigationContent/context.d.ts +1 -1
  15. package/dist/types/components/NestableNavigationContent/index.d.ts +0 -1
  16. package/dist/types/components/NestableNavigationContent/nesting-motion.d.ts +2 -2
  17. package/dist/types/components/NestingItem/hack-for-ert.d.ts +1 -1
  18. package/dist/types/components/NestingItem/index.d.ts +1 -1
  19. package/dist/types/components/NestingItem/styles.d.ts +1 -1
  20. package/dist/types/components/Section/heading-item.d.ts +1 -1
  21. package/dist/types/components/Section/skeleton-heading-item.d.ts +1 -1
  22. package/dist/types/components/utils/hooks.d.ts +1 -1
  23. package/dist/types-ts4.5/components/Item/button-item.d.ts +1 -1
  24. package/dist/types-ts4.5/components/Item/custom-item.d.ts +1 -1
  25. package/dist/types-ts4.5/components/Item/link-item.d.ts +1 -1
  26. package/dist/types-ts4.5/components/NavigationContent/index.d.ts +1 -1
  27. package/dist/types-ts4.5/components/NavigationFooter/index.d.ts +1 -1
  28. package/dist/types-ts4.5/components/NestableNavigationContent/context.d.ts +1 -1
  29. package/dist/types-ts4.5/components/NestableNavigationContent/index.d.ts +0 -1
  30. package/dist/types-ts4.5/components/NestableNavigationContent/nesting-motion.d.ts +2 -2
  31. package/dist/types-ts4.5/components/NestingItem/hack-for-ert.d.ts +1 -1
  32. package/dist/types-ts4.5/components/NestingItem/index.d.ts +1 -1
  33. package/dist/types-ts4.5/components/NestingItem/styles.d.ts +1 -1
  34. package/dist/types-ts4.5/components/Section/heading-item.d.ts +1 -1
  35. package/dist/types-ts4.5/components/Section/skeleton-heading-item.d.ts +1 -1
  36. package/dist/types-ts4.5/components/utils/hooks.d.ts +1 -1
  37. package/docs/ert/footer.tsx +1 -1
  38. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,1328 +1,1339 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#105180](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105180)
14
+ [`10ab455ab24b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10ab455ab24b) -
15
+ [ux] We are testing a visual change behind a feature flag. The letter spacing of side navigation
16
+ header title changes. If this change is successful it will be available in a later release.
17
+
3
18
  ## 3.1.3
4
19
 
5
20
  ### Patch Changes
6
21
 
7
- - [#102250](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102250)
8
- [`ba7dc54866b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba7dc54866b9) -
9
- Update footer to use logical property for padding. Internal changes to tokenise typography
10
- values.
22
+ - [#102250](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102250)
23
+ [`ba7dc54866b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba7dc54866b9) -
24
+ Update footer to use logical property for padding. Internal changes to tokenise typography values.
11
25
 
12
26
  ## 3.1.2
13
27
 
14
28
  ### Patch Changes
15
29
 
16
- - [#98707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98707)
17
- [`7cce9cbf2f08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cce9cbf2f08) -
18
- Internal changes to how text is rendered. There is no expected visual change.
30
+ - [#98707](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98707)
31
+ [`7cce9cbf2f08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7cce9cbf2f08) -
32
+ Internal changes to how text is rendered. There is no expected visual change.
19
33
 
20
34
  ## 3.1.1
21
35
 
22
36
  ### Patch Changes
23
37
 
24
- - Updated dependencies
38
+ - Updated dependencies
25
39
 
26
40
  ## 3.1.0
27
41
 
28
42
  ### Minor Changes
29
43
 
30
- - [#94389](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94389)
31
- [`5ca1173e141e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ca1173e141e) -
32
- Add support for React 18.
44
+ - [#94389](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94389)
45
+ [`5ca1173e141e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ca1173e141e) -
46
+ Add support for React 18.
33
47
 
34
48
  ## 3.0.10
35
49
 
36
50
  ### Patch Changes
37
51
 
38
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
39
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
40
- Minor adjustments to improve compatibility with React 18
52
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
53
+ [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
54
+ Minor adjustments to improve compatibility with React 18
41
55
 
42
56
  ## 3.0.9
43
57
 
44
58
  ### Patch Changes
45
59
 
46
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
47
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
48
- Upgrade Typescript from `4.9.5` to `5.4.2`
60
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
61
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
62
+ Upgrade Typescript from `4.9.5` to `5.4.2`
49
63
 
50
64
  ## 3.0.8
51
65
 
52
66
  ### Patch Changes
53
67
 
54
- - Updated dependencies
68
+ - Updated dependencies
55
69
 
56
70
  ## 3.0.7
57
71
 
58
72
  ### Patch Changes
59
73
 
60
- - Updated dependencies
74
+ - Updated dependencies
61
75
 
62
76
  ## 3.0.6
63
77
 
64
78
  ### Patch Changes
65
79
 
66
- - Updated dependencies
80
+ - Updated dependencies
67
81
 
68
82
  ## 3.0.5
69
83
 
70
84
  ### Patch Changes
71
85
 
72
- - Updated dependencies
86
+ - Updated dependencies
73
87
 
74
88
  ## 3.0.4
75
89
 
76
90
  ### Patch Changes
77
91
 
78
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
79
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
80
- Migrate packages to use declarative entry points
92
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
93
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
94
+ Migrate packages to use declarative entry points
81
95
 
82
96
  ## 3.0.3
83
97
 
84
98
  ### Patch Changes
85
99
 
86
- - [#43918](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43918)
87
- [`d100ca42f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d100ca42f46) - Push
88
- model consumption configuration done for these packages
100
+ - [#43918](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43918)
101
+ [`d100ca42f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d100ca42f46) - Push
102
+ model consumption configuration done for these packages
89
103
 
90
104
  ## 3.0.2
91
105
 
92
106
  ### Patch Changes
93
107
 
94
- - Updated dependencies
108
+ - Updated dependencies
95
109
 
96
110
  ## 3.0.1
97
111
 
98
112
  ### Patch Changes
99
113
 
100
- - [#42240](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42240)
101
- [`e5f784d7889`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5f784d7889) - Add
102
- explicit `href` to link item.
114
+ - [#42240](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42240)
115
+ [`e5f784d7889`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5f784d7889) - Add
116
+ explicit `href` to link item.
103
117
 
104
118
  ## 3.0.0
105
119
 
106
120
  ### Major Changes
107
121
 
108
- - [#41355](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41355)
109
- [`cd1c813da18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd1c813da18) - Menu
110
- items now have a secondary selected state (border or notch), this was previously feature flagged
111
- for Atlassian experiences and is now available for everyone.
122
+ - [#41355](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41355)
123
+ [`cd1c813da18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd1c813da18) - Menu
124
+ items now have a secondary selected state (border or notch), this was previously feature flagged
125
+ for Atlassian experiences and is now available for everyone.
112
126
 
113
- This change makes all menu items are now relatively positioned, if you had any child elements
114
- that leaned on this behaviour your experiences will now be broken!
127
+ This change makes all menu items are now relatively positioned, if you had any child elements that
128
+ leaned on this behaviour your experiences will now be broken!
115
129
 
116
- For example the below code code previously the `div` would be positioned relatively to the menu
117
- group element. Now, it is positioned relatively to the button item element.
130
+ For example the below code code previously the `div` would be positioned relatively to the menu
131
+ group element. Now, it is positioned relatively to the button item element.
118
132
 
119
- ```jsx
120
- <MenuGroup>
121
- <ButtonItem>
122
- <div style={{ position: 'absolute', top: '100%' }} />
123
- </ButtonItem>
124
- </MenuGroup>
125
- ```
133
+ ```jsx
134
+ <MenuGroup>
135
+ <ButtonItem>
136
+ <div style={{ position: 'absolute', top: '100%' }} />
137
+ </ButtonItem>
138
+ </MenuGroup>
139
+ ```
126
140
 
127
- As a path forward you should not be leaning on this behaviour. If you need a popup experience
128
- use `@atlaskit/dropdown-menu` or `@atlaskit/popup`.
141
+ As a path forward you should not be leaning on this behaviour. If you need a popup experience use
142
+ `@atlaskit/dropdown-menu` or `@atlaskit/popup`.
129
143
 
130
144
  ### Patch Changes
131
145
 
132
- - Updated dependencies
146
+ - Updated dependencies
133
147
 
134
148
  ## 2.0.5
135
149
 
136
150
  ### Patch Changes
137
151
 
138
- - Updated dependencies
152
+ - Updated dependencies
139
153
 
140
154
  ## 2.0.4
141
155
 
142
156
  ### Patch Changes
143
157
 
144
- - [#39812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39812)
145
- [`879275819ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/879275819ed) - Fix
146
- for `data-testid` not being applied to Header.
158
+ - [#39812](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39812)
159
+ [`879275819ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/879275819ed) - Fix for
160
+ `data-testid` not being applied to Header.
147
161
 
148
162
  ## 2.0.3
149
163
 
150
164
  ### Patch Changes
151
165
 
152
- - [#39264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39264)
153
- [`e3b28897c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3b28897c5f) -
154
- Internal code changes. There is no expected change in behaviour.
155
- - Updated dependencies
166
+ - [#39264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39264)
167
+ [`e3b28897c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3b28897c5f) - Internal
168
+ code changes. There is no expected change in behaviour.
169
+ - Updated dependencies
156
170
 
157
171
  ## 2.0.2
158
172
 
159
173
  ### Patch Changes
160
174
 
161
- - [#39419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39419)
162
- [`bff06efcf86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bff06efcf86) - Fix a
163
- bug where `className` was not being applied to Header.
175
+ - [#39419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39419)
176
+ [`bff06efcf86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bff06efcf86) - Fix a
177
+ bug where `className` was not being applied to Header.
164
178
 
165
179
  ## 2.0.1
166
180
 
167
181
  ### Patch Changes
168
182
 
169
- - [#38751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38751)
170
- [`cac6bbb702d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac6bbb702d) - The
171
- internal composition of this component has changed. There is no expected change in behavior.
183
+ - [#38751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38751)
184
+ [`cac6bbb702d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac6bbb702d) - The
185
+ internal composition of this component has changed. There is no expected change in behavior.
172
186
 
173
187
  ## 2.0.0
174
188
 
175
189
  ### Major Changes
176
190
 
177
- - [#38561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38561)
178
- [`cf66b43d67a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf66b43d67a) -
179
- Updated spacing of Side Navigation components to ensure token values and fallbacks are matching.
180
- When used with space tokens enabled, there is no visual difference with the previous release of
181
- Side Navigation. When used without space tokens enabled there will be a slight visual
182
- difference; we recommend enabling space tokens if they are not already enabled to resolve this.
191
+ - [#38561](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38561)
192
+ [`cf66b43d67a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf66b43d67a) - Updated
193
+ spacing of Side Navigation components to ensure token values and fallbacks are matching. When used
194
+ with space tokens enabled, there is no visual difference with the previous release of Side
195
+ Navigation. When used without space tokens enabled there will be a slight visual difference; we
196
+ recommend enabling space tokens if they are not already enabled to resolve this.
183
197
 
184
198
  ## 1.10.4
185
199
 
186
200
  ### Patch Changes
187
201
 
188
- - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
189
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) -
190
- Updated dependencies
202
+ - [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533)
203
+ [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated
204
+ dependencies
191
205
 
192
206
  ## 1.10.3
193
207
 
194
208
  ### Patch Changes
195
209
 
196
- - Updated dependencies
210
+ - Updated dependencies
197
211
 
198
212
  ## 1.10.2
199
213
 
200
214
  ### Patch Changes
201
215
 
202
- - Updated dependencies
216
+ - Updated dependencies
203
217
 
204
218
  ## 1.10.1
205
219
 
206
220
  ### Patch Changes
207
221
 
208
- - Updated dependencies
222
+ - Updated dependencies
209
223
 
210
224
  ## 1.10.0
211
225
 
212
226
  ### Minor Changes
213
227
 
214
- - [#36118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36118)
215
- [`ee296a14a87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee296a14a87) - Adds
216
- the `showTopScrollIndicator` prop to the nestable navigation content component. This prop should
217
- be used only when needed to distinctly separate the side navigation header from the side
218
- navigation content.
228
+ - [#36118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36118)
229
+ [`ee296a14a87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee296a14a87) - Adds the
230
+ `showTopScrollIndicator` prop to the nestable navigation content component. This prop should be
231
+ used only when needed to distinctly separate the side navigation header from the side navigation
232
+ content.
219
233
 
220
234
  ## 1.9.0
221
235
 
222
236
  ### Minor Changes
223
237
 
224
- - [#35164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35164)
225
- [`0af122e7d0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af122e7d0f) - [ux]
226
- Prop isList in Section component allows to add `<ul>` and `<li>` elements around the items to
227
- better semantic markup if it is a list of items
238
+ - [#35164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35164)
239
+ [`0af122e7d0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0af122e7d0f) - [ux]
240
+ Prop isList in Section component allows to add `<ul>` and `<li>` elements around the items to
241
+ better semantic markup if it is a list of items
228
242
 
229
243
  ### Patch Changes
230
244
 
231
- - Updated dependencies
245
+ - Updated dependencies
232
246
 
233
247
  ## 1.8.10
234
248
 
235
249
  ### Patch Changes
236
250
 
237
- - Updated dependencies
251
+ - Updated dependencies
238
252
 
239
253
  ## 1.8.9
240
254
 
241
255
  ### Patch Changes
242
256
 
243
- - Updated dependencies
257
+ - Updated dependencies
244
258
 
245
259
  ## 1.8.8
246
260
 
247
261
  ### Patch Changes
248
262
 
249
- - [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385)
250
- [`967dd926bfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967dd926bfc) -
251
- Updates all navigation components to use border/shape tokens. This is a no-op as these tokens
252
- are not enabled in product.
253
- - Updated dependencies
263
+ - [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385)
264
+ [`967dd926bfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/967dd926bfc) - Updates
265
+ all navigation components to use border/shape tokens. This is a no-op as these tokens are not
266
+ enabled in product.
267
+ - Updated dependencies
254
268
 
255
269
  ## 1.8.7
256
270
 
257
271
  ### Patch Changes
258
272
 
259
- - [#35460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35460)
260
- [`4757acc0f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4757acc0f98) -
261
- Internal change to use space tokens for spacing properties. There is no visual change.
273
+ - [#35460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35460)
274
+ [`4757acc0f98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4757acc0f98) - Internal
275
+ change to use space tokens for spacing properties. There is no visual change.
262
276
 
263
277
  ## 1.8.6
264
278
 
265
279
  ### Patch Changes
266
280
 
267
- - Updated dependencies
281
+ - Updated dependencies
268
282
 
269
283
  ## 1.8.5
270
284
 
271
285
  ### Patch Changes
272
286
 
273
- - Updated dependencies
287
+ - Updated dependencies
274
288
 
275
289
  ## 1.8.4
276
290
 
277
291
  ### Patch Changes
278
292
 
279
- - Updated dependencies
293
+ - Updated dependencies
280
294
 
281
295
  ## 1.8.3
282
296
 
283
297
  ### Patch Changes
284
298
 
285
- - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
286
- [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) -
287
- Internal changes to use space tokens for spacing values. There is no visual change.
299
+ - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
300
+ [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal
301
+ changes to use space tokens for spacing values. There is no visual change.
288
302
 
289
303
  ## 1.8.2
290
304
 
291
305
  ### Patch Changes
292
306
 
293
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
294
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
295
- the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
296
- migration work. The change is internal only and should not introduce any changes for the
297
- component consumers.
307
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
308
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
309
+ use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
310
+ work. The change is internal only and should not introduce any changes for the component
311
+ consumers.
298
312
 
299
313
  ## 1.8.1
300
314
 
301
315
  ### Patch Changes
302
316
 
303
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
304
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
305
- legacy types are published for TS 4.5-4.8
317
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
318
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
319
+ legacy types are published for TS 4.5-4.8
306
320
 
307
321
  ## 1.8.0
308
322
 
309
323
  ### Minor Changes
310
324
 
311
- - [#33349](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33349)
312
- [`d518f0e34b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d518f0e34b9) - [ux]
313
- We are testing a selected indicator change to menu, dropdown-menu, and side-navigation packages
314
- behind an internal feature flag. If successful this will be released in a later minor release.
325
+ - [#33349](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33349)
326
+ [`d518f0e34b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d518f0e34b9) - [ux] We
327
+ are testing a selected indicator change to menu, dropdown-menu, and side-navigation packages
328
+ behind an internal feature flag. If successful this will be released in a later minor release.
315
329
 
316
330
  ### Patch Changes
317
331
 
318
- - Updated dependencies
332
+ - Updated dependencies
319
333
 
320
334
  ## 1.7.1
321
335
 
322
336
  ### Patch Changes
323
337
 
324
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
325
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
326
- Upgrade Typescript from `4.5.5` to `4.9.5`
338
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
339
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
340
+ Typescript from `4.5.5` to `4.9.5`
327
341
 
328
342
  ## 1.7.0
329
343
 
330
344
  ### Minor Changes
331
345
 
332
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
333
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
334
- minor dependency bump
346
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
347
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
348
+ minor dependency bump
335
349
 
336
350
  ### Patch Changes
337
351
 
338
- - Updated dependencies
352
+ - Updated dependencies
339
353
 
340
354
  ## 1.6.8
341
355
 
342
356
  ### Patch Changes
343
357
 
344
- - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
345
- [`65e4baeea85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65e4baeea85) -
346
- Internal changes.
358
+ - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
359
+ [`65e4baeea85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65e4baeea85) - Internal
360
+ changes.
347
361
 
348
362
  ## 1.6.7
349
363
 
350
364
  ### Patch Changes
351
365
 
352
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
353
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
354
- remove before merging to master; dupe adf-schema via adf-utils
366
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
367
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
368
+ remove before merging to master; dupe adf-schema via adf-utils
355
369
 
356
370
  ## 1.6.6
357
371
 
358
372
  ### Patch Changes
359
373
 
360
- - Updated dependencies
374
+ - Updated dependencies
361
375
 
362
376
  ## 1.6.5
363
377
 
364
378
  ### Patch Changes
365
379
 
366
- - [#32173](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32173)
367
- [`f7f852b0a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f852b0a4f) -
368
- Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
369
- behaviour change.
380
+ - [#32173](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32173)
381
+ [`f7f852b0a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f852b0a4f) - Migrated
382
+ use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
370
383
 
371
384
  ## 1.6.4
372
385
 
373
386
  ### Patch Changes
374
387
 
375
- - Updated dependencies
388
+ - Updated dependencies
376
389
 
377
390
  ## 1.6.3
378
391
 
379
392
  ### Patch Changes
380
393
 
381
- - Updated dependencies
394
+ - Updated dependencies
382
395
 
383
396
  ## 1.6.2
384
397
 
385
398
  ### Patch Changes
386
399
 
387
- - Updated dependencies
400
+ - Updated dependencies
388
401
 
389
402
  ## 1.6.1
390
403
 
391
404
  ### Patch Changes
392
405
 
393
- - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378)
394
- [`3ca97be0c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ca97be0c06) -
395
- Internal change only. Replace usages of Inline/Stack with stable version from
396
- `@atlaskit/primitives`.
397
- - Updated dependencies
406
+ - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378)
407
+ [`3ca97be0c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ca97be0c06) - Internal
408
+ change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
409
+ - Updated dependencies
398
410
 
399
411
  ## 1.6.0
400
412
 
401
413
  ### Minor Changes
402
414
 
403
- - [#30362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30362)
404
- [`62c9d42799c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62c9d42799c) - [ux]
405
- The `Footer` component will now warn a user if they are relying on a deprecated API. The
406
- `cssFn`, `onClick` and `component` are all considered deprecated APIs for `Footer`.
415
+ - [#30362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30362)
416
+ [`62c9d42799c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62c9d42799c) - [ux] The
417
+ `Footer` component will now warn a user if they are relying on a deprecated API. The `cssFn`,
418
+ `onClick` and `component` are all considered deprecated APIs for `Footer`.
407
419
 
408
- Additionally, the space between icons and content has been shifted form `16px` to `12px`. This
409
- matches `@atlaskit/menu`.
420
+ Additionally, the space between icons and content has been shifted form `16px` to `12px`. This
421
+ matches `@atlaskit/menu`.
410
422
 
411
- These APIs will be removed from Footer in a future major release. To suppress the warning you
412
- can choose to use the `useDeprecatedApi={false}` prop which opts into the new API.
423
+ These APIs will be removed from Footer in a future major release. To suppress the warning you can
424
+ choose to use the `useDeprecatedApi={false}` prop which opts into the new API.
413
425
 
414
426
  ### Patch Changes
415
427
 
416
- - Updated dependencies
428
+ - Updated dependencies
417
429
 
418
430
  ## 1.5.3
419
431
 
420
432
  ### Patch Changes
421
433
 
422
- - Updated dependencies
434
+ - Updated dependencies
423
435
 
424
436
  ## 1.5.2
425
437
 
426
438
  ### Patch Changes
427
439
 
428
- - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
429
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
430
- Internal change to update token references. There is no expected behaviour or visual change.
440
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
441
+ [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
442
+ change to update token references. There is no expected behaviour or visual change.
431
443
 
432
444
  ## 1.5.1
433
445
 
434
446
  ### Patch Changes
435
447
 
436
- - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
437
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) -
438
- Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs.
439
- There are no visual or behaviour changes.
440
- - Updated dependencies
448
+ - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
449
+ [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated
450
+ usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are
451
+ no visual or behaviour changes.
452
+ - Updated dependencies
441
453
 
442
454
  ## 1.5.0
443
455
 
444
456
  ### Minor Changes
445
457
 
446
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
447
- [`caa68aad0fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caa68aad0fd) -
448
- Internal changes around styles:
458
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
459
+ [`caa68aad0fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/caa68aad0fd) - Internal
460
+ changes around styles:
449
461
 
450
- - Application of primitives for more declarative code
451
- - Application of spacing tokens to internal styles
462
+ - Application of primitives for more declarative code
463
+ - Application of spacing tokens to internal styles
452
464
 
453
465
  ### Patch Changes
454
466
 
455
- - [`f96f3ebd861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f96f3ebd861) - [ux]
456
- Use color.background.neutral.subtle token to represent transparent background.
457
- - [`fbe4c12c94b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbe4c12c94b) -
458
- DTR-995 fix move page dialog bg color
467
+ - [`f96f3ebd861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f96f3ebd861) - [ux] Use
468
+ color.background.neutral.subtle token to represent transparent background.
469
+ - [`fbe4c12c94b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbe4c12c94b) - DTR-995
470
+ fix move page dialog bg color
459
471
 
460
472
  ## 1.4.3
461
473
 
462
474
  ### Patch Changes
463
475
 
464
- - Updated dependencies
476
+ - Updated dependencies
465
477
 
466
478
  ## 1.4.2
467
479
 
468
480
  ### Patch Changes
469
481
 
470
- - Updated dependencies
482
+ - Updated dependencies
471
483
 
472
484
  ## 1.4.1
473
485
 
474
486
  ### Patch Changes
475
487
 
476
- - Updated dependencies
488
+ - Updated dependencies
477
489
 
478
490
  ## 1.4.0
479
491
 
480
492
  ### Minor Changes
481
493
 
482
- - [#26817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26817)
483
- [`5c065ba2010`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c065ba2010) -
484
- Improve state management to allow detection of invalid stack state. Add prop `onUnknownNest` to
485
- allow handling of invalid stack state.
494
+ - [#26817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26817)
495
+ [`5c065ba2010`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c065ba2010) - Improve
496
+ state management to allow detection of invalid stack state. Add prop `onUnknownNest` to allow
497
+ handling of invalid stack state.
486
498
 
487
499
  ## 1.3.1
488
500
 
489
501
  ### Patch Changes
490
502
 
491
- - [#26390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26390)
492
- [`5f36f2ce46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f36f2ce46d) - Adds a
493
- defensive `css()` function wrapping to many of the style calls in the side-navigation package.
494
- This is expected to help fix an issue with certain styles in side navigation not appearing if
495
- consumed when different versions of `@emotion` are present on the page.
503
+ - [#26390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26390)
504
+ [`5f36f2ce46d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f36f2ce46d) - Adds a
505
+ defensive `css()` function wrapping to many of the style calls in the side-navigation package.
506
+ This is expected to help fix an issue with certain styles in side navigation not appearing if
507
+ consumed when different versions of `@emotion` are present on the page.
496
508
 
497
509
  ## 1.3.0
498
510
 
499
511
  ### Minor Changes
500
512
 
501
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
502
- [`02e2f7aacef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02e2f7aacef) -
503
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
513
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
514
+ [`02e2f7aacef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02e2f7aacef) - Updates
515
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
504
516
 
505
517
  ### Patch Changes
506
518
 
507
- - Updated dependencies
519
+ - Updated dependencies
508
520
 
509
521
  ## 1.2.15
510
522
 
511
523
  ### Patch Changes
512
524
 
513
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
514
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
515
- Upgrade Typescript from `4.3.5` to `4.5.5`
525
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
526
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
527
+ Typescript from `4.3.5` to `4.5.5`
516
528
 
517
529
  ## 1.2.14
518
530
 
519
531
  ### Patch Changes
520
532
 
521
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
522
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
523
- Upgrade Typescript from `4.2.4` to `4.3.5`.
533
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
534
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
535
+ Typescript from `4.2.4` to `4.3.5`.
524
536
 
525
537
  ## 1.2.13
526
538
 
527
539
  ### Patch Changes
528
540
 
529
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
530
- [`b2767947029`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2767947029) -
531
- Internal code change turning on new linting rules.
532
- - Updated dependencies
541
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
542
+ [`b2767947029`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2767947029) - Internal
543
+ code change turning on new linting rules.
544
+ - Updated dependencies
533
545
 
534
546
  ## 1.2.12
535
547
 
536
548
  ### Patch Changes
537
549
 
538
- - Updated dependencies
550
+ - Updated dependencies
539
551
 
540
552
  ## 1.2.11
541
553
 
542
554
  ### Patch Changes
543
555
 
544
- - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
545
- [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) -
546
- Adjusts jsdoc strings to improve prop documentation
556
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
557
+ [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts
558
+ jsdoc strings to improve prop documentation
547
559
 
548
560
  ## 1.2.10
549
561
 
550
562
  ### Patch Changes
551
563
 
552
- - Updated dependencies
564
+ - Updated dependencies
553
565
 
554
566
  ## 1.2.9
555
567
 
556
568
  ### Patch Changes
557
569
 
558
- - [#21309](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21309)
559
- [`85ca75319b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85ca75319b1) - Move
560
- side-navigation docs to Constellation (atlassian.design)
570
+ - [#21309](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21309)
571
+ [`85ca75319b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85ca75319b1) - Move
572
+ side-navigation docs to Constellation (atlassian.design)
561
573
 
562
574
  ## 1.2.8
563
575
 
564
576
  ### Patch Changes
565
577
 
566
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
567
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
568
- Upgrade to TypeScript 4.2.4
578
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
579
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
580
+ to TypeScript 4.2.4
569
581
 
570
582
  ## 1.2.7
571
583
 
572
584
  ### Patch Changes
573
585
 
574
- - Updated dependencies
586
+ - Updated dependencies
575
587
 
576
588
  ## 1.2.6
577
589
 
578
590
  ### Patch Changes
579
591
 
580
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
581
- [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
582
- Migrates all usage of brand tokens to either selected or information tokens. This change is
583
- purely for semantic reasons, there are no visual or behavioural changes.
584
- - Updated dependencies
592
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
593
+ [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
594
+ all usage of brand tokens to either selected or information tokens. This change is purely for
595
+ semantic reasons, there are no visual or behavioural changes.
596
+ - Updated dependencies
585
597
 
586
598
  ## 1.2.5
587
599
 
588
600
  ### Patch Changes
589
601
 
590
- - Updated dependencies
602
+ - Updated dependencies
591
603
 
592
604
  ## 1.2.4
593
605
 
594
606
  ### Patch Changes
595
607
 
596
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
597
- [`0f8fe0b80aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f8fe0b80aa) - Adds
598
- deprecated status to `cssFn` prop. Please avoid using this prop as we intend to remove the prop
599
- completely in a future release.
600
- - Updated dependencies
608
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
609
+ [`0f8fe0b80aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f8fe0b80aa) - Adds
610
+ deprecated status to `cssFn` prop. Please avoid using this prop as we intend to remove the prop
611
+ completely in a future release.
612
+ - Updated dependencies
601
613
 
602
614
  ## 1.2.3
603
615
 
604
616
  ### Patch Changes
605
617
 
606
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
607
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
608
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
609
- auto-fixing by correctly formatting token ids.
610
- - Updated dependencies
618
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
619
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
620
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
621
+ auto-fixing by correctly formatting token ids.
622
+ - Updated dependencies
611
623
 
612
624
  ## 1.2.2
613
625
 
614
626
  ### Patch Changes
615
627
 
616
- - Updated dependencies
628
+ - Updated dependencies
617
629
 
618
630
  ## 1.2.1
619
631
 
620
632
  ### Patch Changes
621
633
 
622
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
623
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
624
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
625
- tokens() function and improving bundle size.
626
- - Updated dependencies
634
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
635
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
636
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
637
+ tokens() function and improving bundle size.
638
+ - Updated dependencies
627
639
 
628
640
  ## 1.2.0
629
641
 
630
642
  ### Minor Changes
631
643
 
632
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
633
- [`213bfd77e61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/213bfd77e61) - The
634
- DOM structure of menu item components has been flattened. If you used CSS hacks (via className
635
- or cssFn) that targetted specific DOM nodes you may be broken.
644
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
645
+ [`213bfd77e61`](https://bitbucket.org/atlassian/atlassian-frontend/commits/213bfd77e61) - The DOM
646
+ structure of menu item components has been flattened. If you used CSS hacks (via className or
647
+ cssFn) that targetted specific DOM nodes you may be broken.
636
648
 
637
- Previously the structure looked like:
649
+ Previously the structure looked like:
638
650
 
639
- ```jsx
640
- <button>
641
- <div> // <-- this intermediate div has been removed
642
- <span>
643
- <span />
644
- </span>
645
- </div>
646
- </button>
647
- ```
651
+ ```jsx
652
+ <button>
653
+ <div> // <-- this intermediate div has been removed
654
+ <span>
655
+ <span />
656
+ </span>
657
+ </div>
658
+ </button>
659
+ ```
648
660
 
649
- Now it looks like:
661
+ Now it looks like:
650
662
 
651
- ```jsx
652
- <button>
653
- <span>
654
- <span />
655
- </span>
656
- </button>
657
- ```
663
+ ```jsx
664
+ <button>
665
+ <span>
666
+ <span />
667
+ </span>
668
+ </button>
669
+ ```
658
670
 
659
- - [`e4f332d8697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4f332d8697) -
660
- Internal refactor to update style declarations to match menu changes.
671
+ - [`e4f332d8697`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4f332d8697) - Internal
672
+ refactor to update style declarations to match menu changes.
661
673
 
662
674
  ### Patch Changes
663
675
 
664
- - Updated dependencies
676
+ - Updated dependencies
665
677
 
666
678
  ## 1.1.2
667
679
 
668
680
  ### Patch Changes
669
681
 
670
- - Updated dependencies
682
+ - Updated dependencies
671
683
 
672
684
  ## 1.1.1
673
685
 
674
686
  ### Patch Changes
675
687
 
676
- - Updated dependencies
688
+ - Updated dependencies
677
689
 
678
690
  ## 1.1.0
679
691
 
680
692
  ### Minor Changes
681
693
 
682
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
683
- [`0e1894c8eb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e1894c8eb0) -
684
- Instrumented side navigation with the new theming package, `@atlaskit/tokens`.
694
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
695
+ [`0e1894c8eb0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e1894c8eb0) -
696
+ Instrumented side navigation with the new theming package, `@atlaskit/tokens`.
685
697
 
686
- New tokens will be visible only in applications configured to use the new Tokens API (currently
687
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
688
- Legacy dark mode users should expect no visual or breaking changes.
698
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
699
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
700
+ Legacy dark mode users should expect no visual or breaking changes.
689
701
 
690
702
  ### Patch Changes
691
703
 
692
- - Updated dependencies
704
+ - Updated dependencies
693
705
 
694
706
  ## 1.0.1
695
707
 
696
708
  ### Patch Changes
697
709
 
698
- - [#11491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11491)
699
- [`7c843858398`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c843858398) - [ux]
700
- LinkItem and CustomItem now have correct blue text color when selected and the href has visited
710
+ - [#11491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11491)
711
+ [`7c843858398`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c843858398) - [ux]
712
+ LinkItem and CustomItem now have correct blue text color when selected and the href has visited
701
713
 
702
714
  ## 1.0.0
703
715
 
704
716
  ### Major Changes
705
717
 
706
- - [#10609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10609)
707
- [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) -
708
- Internal change to the release model from continous to scheduled release. There are **NO API
709
- CHANGES** in this release.
718
+ - [#10609](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10609)
719
+ [`7727f723965`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7727f723965) - Internal
720
+ change to the release model from continous to scheduled release. There are **NO API CHANGES** in
721
+ this release.
710
722
 
711
723
  ### Patch Changes
712
724
 
713
- - Updated dependencies
725
+ - Updated dependencies
714
726
 
715
727
  ## 0.8.5
716
728
 
717
729
  ### Patch Changes
718
730
 
719
- - [#10255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10255)
720
- [`4e72825fa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e72825fa89) -
721
- JET-1156:
731
+ - [#10255](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10255)
732
+ [`4e72825fa89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e72825fa89) -
733
+ JET-1156:
722
734
 
723
- - Export `VAR_SEPARATOR_COLOR` to override separator color when using custom backrounds in
724
- side navigation.
725
- - Export `VAR_SCROLL_INDICATOR_COLOR` to override menu scroll indicator color when using
726
- custom backrounds in side navigation.
735
+ - Export `VAR_SEPARATOR_COLOR` to override separator color when using custom backrounds in side
736
+ navigation.
737
+ - Export `VAR_SCROLL_INDICATOR_COLOR` to override menu scroll indicator color when using custom
738
+ backrounds in side navigation.
727
739
 
728
740
  ## 0.8.4
729
741
 
730
742
  ### Patch Changes
731
743
 
732
- - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
733
- [`240c4120435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/240c4120435) - Side
734
- navigation now uses the new common utility to calculate scrollbar width for offsetting keylines.
735
- - Updated dependencies
744
+ - [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
745
+ [`240c4120435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/240c4120435) - Side
746
+ navigation now uses the new common utility to calculate scrollbar width for offsetting keylines.
747
+ - Updated dependencies
736
748
 
737
749
  ## 0.8.3
738
750
 
739
751
  ### Patch Changes
740
752
 
741
- - [#8875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8875)
742
- [`e6f96e8d782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f96e8d782) - Fix
743
- styling for hover and active states for disabled items
753
+ - [#8875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8875)
754
+ [`e6f96e8d782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f96e8d782) - Fix
755
+ styling for hover and active states for disabled items
744
756
 
745
757
  ## 0.8.2
746
758
 
747
759
  ### Patch Changes
748
760
 
749
- - [#8637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8637)
750
- [`101b102ed33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/101b102ed33) - Fix
751
- disabled state; menu items with icons after the text should have height of 40px
761
+ - [#8637](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8637)
762
+ [`101b102ed33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/101b102ed33) - Fix
763
+ disabled state; menu items with icons after the text should have height of 40px
752
764
 
753
765
  ## 0.8.1
754
766
 
755
767
  ### Patch Changes
756
768
 
757
- - [#8404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8404)
758
- [`0b2f7e76803`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b2f7e76803) -
759
- Codemods will only format a file if it is mutated.
769
+ - [#8404](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8404)
770
+ [`0b2f7e76803`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b2f7e76803) - Codemods
771
+ will only format a file if it is mutated.
760
772
 
761
773
  ## 0.8.0
762
774
 
763
775
  ### Minor Changes
764
776
 
765
- - [#6194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6194)
766
- [`79a40dec30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79a40dec30) -
767
- **Breaking** Adjusts the API of the cssFn prop used in both menu and side-navigation. The prop
768
- now no longer exposes the currentStyles to the user in the callback and instead only provides
769
- the current state. Users no longer need to spread the currentStyles into their components when
770
- overriding. This change also resolves a bug where cssFn overrides did not always take precedence
771
- correctly over the default component styles.
777
+ - [#6194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6194)
778
+ [`79a40dec30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79a40dec30) -
779
+ **Breaking** Adjusts the API of the cssFn prop used in both menu and side-navigation. The prop now
780
+ no longer exposes the currentStyles to the user in the callback and instead only provides the
781
+ current state. Users no longer need to spread the currentStyles into their components when
782
+ overriding. This change also resolves a bug where cssFn overrides did not always take precedence
783
+ correctly over the default component styles.
772
784
 
773
785
  ### Patch Changes
774
786
 
775
- - Updated dependencies
787
+ - Updated dependencies
776
788
 
777
789
  ## 0.7.10
778
790
 
779
791
  ### Patch Changes
780
792
 
781
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
782
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
783
- Transpile packages using babel rather than tsc
793
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
794
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
795
+ packages using babel rather than tsc
784
796
 
785
797
  ## 0.7.9
786
798
 
787
799
  ### Patch Changes
788
800
 
789
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
790
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
791
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
792
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
793
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
794
- `devDependencies` to denote version that the package was built with.
801
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
802
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
803
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
804
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
805
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
806
+ `devDependencies` to denote version that the package was built with.
795
807
 
796
808
  ## 0.7.8
797
809
 
798
810
  ### Patch Changes
799
811
 
800
- - [#5419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5419)
801
- [`e55c4eb5a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55c4eb5a8) - [ux]
802
- Earlier left sidebar was getting focus while clicking on it. We have removed focus ring to fix
803
- this issue.
812
+ - [#5419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5419)
813
+ [`e55c4eb5a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55c4eb5a8) - [ux]
814
+ Earlier left sidebar was getting focus while clicking on it. We have removed focus ring to fix
815
+ this issue.
804
816
 
805
817
  ## 0.7.7
806
818
 
807
819
  ### Patch Changes
808
820
 
809
- - Updated dependencies
821
+ - Updated dependencies
810
822
 
811
823
  ## 0.7.6
812
824
 
813
825
  ### Patch Changes
814
826
 
815
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
816
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
817
- to TypeScript 3.9.6 and tslib to 2.0.0
827
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
828
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
829
+ to TypeScript 3.9.6 and tslib to 2.0.0
818
830
 
819
- Since tslib is a dependency for all our packages we recommend that products also follow this
820
- tslib upgrade to prevent duplicates of tslib being bundled.
831
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
832
+ upgrade to prevent duplicates of tslib being bundled.
821
833
 
822
834
  ## 0.7.5
823
835
 
824
836
  ### Patch Changes
825
837
 
826
- - [#4272](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4272)
827
- [`a3c91f82f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c91f82f6) - Add
828
- tabindex=0 to nested container which makes it focusable when interacting with keyboard.
838
+ - [#4272](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4272)
839
+ [`a3c91f82f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3c91f82f6) - Add
840
+ tabindex=0 to nested container which makes it focusable when interacting with keyboard.
829
841
 
830
842
  ## 0.7.4
831
843
 
832
844
  ### Patch Changes
833
845
 
834
- - [#4198](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4198)
835
- [`308ad47024`](https://bitbucket.org/atlassian/atlassian-frontend/commits/308ad47024) - Passes
836
- `cssFn` throught to NestingItem so that its styles can be customised
846
+ - [#4198](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4198)
847
+ [`308ad47024`](https://bitbucket.org/atlassian/atlassian-frontend/commits/308ad47024) - Passes
848
+ `cssFn` throught to NestingItem so that its styles can be customised
837
849
 
838
850
  ## 0.7.3
839
851
 
840
852
  ### Patch Changes
841
853
 
842
- - Updated dependencies
854
+ - Updated dependencies
843
855
 
844
856
  ## 0.7.2
845
857
 
846
858
  ### Patch Changes
847
859
 
848
- - [#3980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3980)
849
- [`159e0808a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/159e0808a5) - Updates
850
- the background color of NestingItem, ButtonItem and LinkItem so that it can work with the
851
- Onboarding component. Hover and selected states will appear darker and they provide better
852
- contrast against normal items.
860
+ - [#3980](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3980)
861
+ [`159e0808a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/159e0808a5) - Updates
862
+ the background color of NestingItem, ButtonItem and LinkItem so that it can work with the
863
+ Onboarding component. Hover and selected states will appear darker and they provide better
864
+ contrast against normal items.
853
865
 
854
866
  ## 0.7.1
855
867
 
856
868
  ### Patch Changes
857
869
 
858
- - [#3532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3532)
859
- [`5b3383fe67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b3383fe67) - Nesting
860
- transitions will no longer occur if a modifier key such as Shift or Control is detected while
861
- clicking on a nesting item in the side-navigation.
870
+ - [#3532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3532)
871
+ [`5b3383fe67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b3383fe67) - Nesting
872
+ transitions will no longer occur if a modifier key such as Shift or Control is detected while
873
+ clicking on a nesting item in the side-navigation.
862
874
 
863
875
  ## 0.7.0
864
876
 
865
877
  ### Minor Changes
866
878
 
867
- - [#3569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3569)
868
- [`c7e637753f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7e637753f) - Removed
869
- unused export of SIDEBAR_DEFAULT_WIDTH. It was added when page-layout wasn’t complete. Now
870
- page-layout is fairly mature, that’s why this export isn’t required anymore.
879
+ - [#3569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3569)
880
+ [`c7e637753f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7e637753f) - Removed
881
+ unused export of SIDEBAR_DEFAULT_WIDTH. It was added when page-layout wasn’t complete. Now
882
+ page-layout is fairly mature, that’s why this export isn’t required anymore.
871
883
 
872
884
  ## 0.6.1
873
885
 
874
886
  ### Patch Changes
875
887
 
876
- - [#3469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3469)
877
- [`01e279bdcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01e279bdcd) - Restyled
878
- footer - align with new design
888
+ - [#3469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3469)
889
+ [`01e279bdcd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01e279bdcd) - Restyled
890
+ footer - align with new design
879
891
 
880
892
  ## 0.6.0
881
893
 
882
894
  ### Minor Changes
883
895
 
884
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
885
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
886
- Officially dropping IE11 support, from this version onwards there are no warranties of the
887
- package working in IE11. For more information see:
888
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
896
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
897
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
898
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
899
+ IE11. For more information see:
900
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
889
901
 
890
902
  ### Patch Changes
891
903
 
892
- - Updated dependencies
904
+ - Updated dependencies
893
905
 
894
906
  ## 0.5.7
895
907
 
896
908
  ### Patch Changes
897
909
 
898
- - Updated dependencies
910
+ - Updated dependencies
899
911
 
900
912
  ## 0.5.6
901
913
 
902
914
  ### Patch Changes
903
915
 
904
- - [#2889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2889)
905
- [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update
906
- all the theme imports to a path thats tree shakable
916
+ - [#2889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2889)
917
+ [`cc14956821`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc14956821) - Update all
918
+ the theme imports to a path thats tree shakable
907
919
 
908
920
  ## 0.5.5
909
921
 
910
922
  ### Patch Changes
911
923
 
912
- - [#2775](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2775)
913
- [`5217dcfa4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5217dcfa4d) - Remove
914
- opacity from side-navigation seperators that appear when the container scrolls. The color is the
915
- same, just without the alpha channel.
924
+ - [#2775](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2775)
925
+ [`5217dcfa4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5217dcfa4d) - Remove
926
+ opacity from side-navigation seperators that appear when the container scrolls. The color is the
927
+ same, just without the alpha channel.
916
928
 
917
929
  ## 0.5.4
918
930
 
919
931
  ### Patch Changes
920
932
 
921
- - [#2537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2537)
922
- [`d674e203b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d674e203b3) -
923
- Previously Menu items controlled their own margin spacing which caused issues when trying to use
924
- them outside of Menu. Now we have moved Menu item margin styles into the Section component so
925
- now the Section dictates the spacing around child items. We had to update Side Navigation to
926
- control its child item margins as well.
933
+ - [#2537](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2537)
934
+ [`d674e203b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d674e203b3) - Previously
935
+ Menu items controlled their own margin spacing which caused issues when trying to use them outside
936
+ of Menu. Now we have moved Menu item margin styles into the Section component so now the Section
937
+ dictates the spacing around child items. We had to update Side Navigation to control its child
938
+ item margins as well.
927
939
 
928
940
  ## 0.5.3
929
941
 
930
942
  ### Patch Changes
931
943
 
932
- - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
933
- [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch
934
- all packages that are used by confluence that have a broken es2019 dist
944
+ - [#2430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2430)
945
+ [`649f69b6d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/649f69b6d7) - Patch all
946
+ packages that are used by confluence that have a broken es2019 dist
935
947
 
936
948
  ## 0.5.2
937
949
 
938
950
  ### Patch Changes
939
951
 
940
- - [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
941
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
942
- missing tslib dependency
952
+ - [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
953
+ [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
954
+ missing tslib dependency
943
955
 
944
956
  ## 0.5.1
945
957
 
946
958
  ### Patch Changes
947
959
 
948
- - [#2098](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2098)
949
- [`6ef13297b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ef13297b2) - Fixes
950
- scroll indicator not being the correct width when lazy loading large amounts of nav items.
960
+ - [#2098](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2098)
961
+ [`6ef13297b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ef13297b2) - Fixes
962
+ scroll indicator not being the correct width when lazy loading large amounts of nav items.
951
963
 
952
964
  ## 0.5.0
953
965
 
954
966
  ### Minor Changes
955
967
 
956
- - [#2008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2008)
957
- [`07b2d8c491`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07b2d8c491) - FIX:
958
- NestedItem `iconAfter` will now display always and right arrow will show up and replace it on
959
- hover
968
+ - [#2008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2008)
969
+ [`07b2d8c491`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07b2d8c491) - FIX:
970
+ NestedItem `iconAfter` will now display always and right arrow will show up and replace it on
971
+ hover
960
972
 
961
973
  ## 0.4.0
962
974
 
963
975
  ### Minor Changes
964
976
 
965
- - [minor][7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
966
-
967
- **BREAKING** - renames `elemBefore` and `elemAfter` props to `iconBefore` and `iconAfter` on all
968
- item components.-
969
- [minor][d1ef176211](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1ef176211):
970
-
971
- **BREAKING** - renames section heading to heading item-
972
- [minor][41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
973
-
974
- **BREAKING**: modifies custom item component to take only valid HTML attributes. This means
975
- `wrapperClass` is now known as `className`.-
976
- [minor][b3441cd210](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3441cd210):
977
-
978
- **BREAKING** - removes render go back item component from nesting item and nestable navigation
979
- content. Replaces with overrides equivalent.-
980
- [minor][e67a87dbf2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e67a87dbf2):
981
-
982
- **BREAKING** - renames `customItemComponent` prop on nesting item to `component`.
983
-
984
- ### Patch Changes
985
-
986
- - [patch][724935beab](https://bitbucket.org/atlassian/atlassian-frontend/commits/724935beab):
987
-
988
- Adds loading section component to use when wanting lazy load menu items.-
989
- [patch][6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
990
-
991
- Exposes typescript types alongside components.-
992
- [patch][3bfb526c22](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bfb526c22):
993
-
994
- Corrects disabled nesting item to not show the after element on hover.-
995
- [patch][7a9bf45e58](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a9bf45e58):
996
-
997
- Fixes section heading to correctly compose passed in css function.-
998
- [patch][d8dc3813c1](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8dc3813c1):
999
-
1000
- Fixes section heading spacing.-
1001
- [patch][684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
1002
-
1003
- Improves type safety with custom item by using TypeScript generics to pass on the custom
1004
- component types to the parent.- Updated dependencies
1005
- [7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
1006
-
1007
- - Updated dependencies
1008
- [5633f516a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/5633f516a4):
1009
- - Updated dependencies
1010
- [6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
1011
- - Updated dependencies
1012
- [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
1013
- - Updated dependencies
1014
- [e4dde0ad13](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4dde0ad13):
1015
- - Updated dependencies
1016
- [41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
1017
- - Updated dependencies
1018
- [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
1019
- - Updated dependencies
1020
- [971e294b1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/971e294b1e):
1021
- - Updated dependencies
1022
- [684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
1023
- - Updated dependencies
1024
- [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
1025
- - Updated dependencies
1026
- [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
1027
- - Updated dependencies
1028
- [286770886d](https://bitbucket.org/atlassian/atlassian-frontend/commits/286770886d):
1029
- - Updated dependencies
1030
- [2c1b78027c](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c1b78027c):
1031
- - Updated dependencies
1032
- [fb3ca3a3b2](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3ca3a3b2):
1033
- - @atlaskit/menu@0.4.0
1034
- - @atlaskit/motion@0.2.3
1035
- - @atlaskit/docs@8.5.1
1036
- - @atlaskit/theme@9.5.3
1037
- - @atlaskit/button@13.3.10
977
+ - [minor][7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
978
+
979
+ **BREAKING** - renames `elemBefore` and `elemAfter` props to `iconBefore` and `iconAfter` on all
980
+ item components.-
981
+ [minor][d1ef176211](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1ef176211):
982
+
983
+ **BREAKING** - renames section heading to heading item-
984
+ [minor][41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
985
+
986
+ **BREAKING**: modifies custom item component to take only valid HTML attributes. This means
987
+ `wrapperClass` is now known as `className`.-
988
+ [minor][b3441cd210](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3441cd210):
989
+
990
+ **BREAKING** - removes render go back item component from nesting item and nestable navigation
991
+ content. Replaces with overrides equivalent.-
992
+ [minor][e67a87dbf2](https://bitbucket.org/atlassian/atlassian-frontend/commits/e67a87dbf2):
993
+
994
+ **BREAKING** - renames `customItemComponent` prop on nesting item to `component`.
995
+
996
+ ### Patch Changes
997
+
998
+ - [patch][724935beab](https://bitbucket.org/atlassian/atlassian-frontend/commits/724935beab):
999
+
1000
+ Adds loading section component to use when wanting lazy load menu items.-
1001
+ [patch][6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
1002
+
1003
+ Exposes typescript types alongside components.-
1004
+ [patch][3bfb526c22](https://bitbucket.org/atlassian/atlassian-frontend/commits/3bfb526c22):
1005
+
1006
+ Corrects disabled nesting item to not show the after element on hover.-
1007
+ [patch][7a9bf45e58](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a9bf45e58):
1008
+
1009
+ Fixes section heading to correctly compose passed in css function.-
1010
+ [patch][d8dc3813c1](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8dc3813c1):
1011
+
1012
+ Fixes section heading spacing.-
1013
+ [patch][684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
1014
+
1015
+ Improves type safety with custom item by using TypeScript generics to pass on the custom component
1016
+ types to the parent.- Updated dependencies
1017
+ [7e408e4037](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e408e4037):
1018
+
1019
+ - Updated dependencies
1020
+ [5633f516a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/5633f516a4):
1021
+ - Updated dependencies
1022
+ [6453c8de48](https://bitbucket.org/atlassian/atlassian-frontend/commits/6453c8de48):
1023
+ - Updated dependencies
1024
+ [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
1025
+ - Updated dependencies
1026
+ [e4dde0ad13](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4dde0ad13):
1027
+ - Updated dependencies
1028
+ [41760ea4a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/41760ea4a6):
1029
+ - Updated dependencies
1030
+ [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
1031
+ - Updated dependencies
1032
+ [971e294b1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/971e294b1e):
1033
+ - Updated dependencies
1034
+ [684ee794d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/684ee794d6):
1035
+ - Updated dependencies
1036
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
1037
+ - Updated dependencies
1038
+ [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
1039
+ - Updated dependencies
1040
+ [286770886d](https://bitbucket.org/atlassian/atlassian-frontend/commits/286770886d):
1041
+ - Updated dependencies
1042
+ [2c1b78027c](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c1b78027c):
1043
+ - Updated dependencies
1044
+ [fb3ca3a3b2](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb3ca3a3b2):
1045
+ - @atlaskit/menu@0.4.0
1046
+ - @atlaskit/motion@0.2.3
1047
+ - @atlaskit/docs@8.5.1
1048
+ - @atlaskit/theme@9.5.3
1049
+ - @atlaskit/button@13.3.10
1038
1050
 
1039
1051
  ## 0.3.1
1040
1052
 
1041
1053
  ### Patch Changes
1042
1054
 
1043
- - [patch][ab133d934f](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab133d934f):
1055
+ - [patch][ab133d934f](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab133d934f):
1044
1056
 
1045
- Change imports to comply with Atlassian conventions
1057
+ Change imports to comply with Atlassian conventions
1046
1058
 
1047
1059
  ## 0.3.0
1048
1060
 
1049
1061
  ### Minor Changes
1050
1062
 
1051
- - [minor][7ecbf8d0bd](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ecbf8d0bd):
1063
+ - [minor][7ecbf8d0bd](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ecbf8d0bd):
1052
1064
 
1053
- **Breaking:**
1054
-
1055
- - SideNavigation now has a required `label` prop.
1065
+ **Breaking:**
1066
+
1067
+ - SideNavigation now has a required `label` prop.
1056
1068
 
1057
- **Accessibility Changes**
1069
+ **Accessibility Changes**
1058
1070
 
1059
- - SideNavigation now has a `navigation` landmark for use with screen readers; this landmark is
1060
- further described by the `label` prop to differentiate it from AtlassianNavigation-
1061
- [minor][1fea6757c4](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fea6757c4):
1071
+ - SideNavigation now has a `navigation` landmark for use with screen readers; this landmark is
1072
+ further described by the `label` prop to differentiate it from AtlassianNavigation-
1073
+ [minor][1fea6757c4](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fea6757c4):
1062
1074
 
1063
- **BREAKING** - NavigationFooter component has been renamed to Footer.
1075
+ **BREAKING** - NavigationFooter component has been renamed to Footer.
1064
1076
 
1065
1077
  ### Patch Changes
1066
1078
 
1067
- - [patch][7b230682c2](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b230682c2):
1079
+ - [patch][7b230682c2](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b230682c2):
1068
1080
 
1069
- Adds controlled component support. It is now possible to use the `stack` and `onChange` props on
1070
- the `NestableNavigationContent` component to dictate which view is active. This is useful for
1071
- use cases where nested views need to be changed programmatically.
1081
+ Adds controlled component support. It is now possible to use the `stack` and `onChange` props on
1082
+ the `NestableNavigationContent` component to dictate which view is active. This is useful for use
1083
+ cases where nested views need to be changed programmatically.
1072
1084
 
1073
- ```
1074
- const [stack, setStack] = useState([]);
1085
+ ```
1086
+ const [stack, setStack] = useState([]);
1075
1087
 
1076
- <SideNavigation>
1077
- <NestableNavigationContent
1078
- onChange={setStack}
1079
- stack={stack}
1080
- >
1081
- ...
1082
- </NestableNavigationContent>
1083
- </SideNavigation>
1084
- ```
1088
+ <SideNavigation>
1089
+ <NestableNavigationContent
1090
+ onChange={setStack}
1091
+ stack={stack}
1092
+ >
1093
+ ...
1094
+ </NestableNavigationContent>
1095
+ </SideNavigation>
1096
+ ```
1085
1097
 
1086
- This is supported by a new hook called `useShouldNestedElementRender()`. All components that can
1087
- be composed with `NestableNavigationContent` use it out of the box, but if you want to compose
1088
- your own components you may have to opt into it else you will see your component rendering on
1089
- every view (which may or may not be what you want).
1098
+ This is supported by a new hook called `useShouldNestedElementRender()`. All components that can
1099
+ be composed with `NestableNavigationContent` use it out of the box, but if you want to compose
1100
+ your own components you may have to opt into it else you will see your component rendering on
1101
+ every view (which may or may not be what you want).
1090
1102
 
1091
- ```
1092
- import { useShouldNestedElementRender } from '@atlaskit/side-navigation';
1103
+ ```
1104
+ import { useShouldNestedElementRender } from '@atlaskit/side-navigation';
1093
1105
 
1094
- const MyCustomComponent = () => {
1095
- const { shouldRender } = useShouldNestedElementRender();
1106
+ const MyCustomComponent = () => {
1107
+ const { shouldRender } = useShouldNestedElementRender();
1096
1108
 
1097
- if (shouldRender) {
1098
- return <div>hello world!</div>;
1099
- }
1109
+ if (shouldRender) {
1110
+ return <div>hello world!</div>;
1111
+ }
1100
1112
 
1101
- // If your component takes children you'll probably want to return children here instead.
1102
- return null;
1103
- };
1104
- ```
1113
+ // If your component takes children you'll probably want to return children here instead.
1114
+ return null;
1115
+ };
1116
+ ```
1105
1117
 
1106
- ```
1107
- <SideNavigation>
1108
- <NestableNavigationContent>
1109
- <MyCustomComponent />
1110
- </NestableNavigationContent>
1111
- </SideNavigation>
1112
- ```
1118
+ ```
1119
+ <SideNavigation>
1120
+ <NestableNavigationContent>
1121
+ <MyCustomComponent />
1122
+ </NestableNavigationContent>
1123
+ </SideNavigation>
1124
+ ```
1113
1125
 
1114
- - [patch][5c0bb69f7b](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c0bb69f7b):
1126
+ - [patch][5c0bb69f7b](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c0bb69f7b):
1115
1127
 
1116
- Fixes horizontal alignment for item icons in relation to the app switcher in the horizontal
1117
- navigation bar.-
1118
- [patch][1a3192c1c1](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a3192c1c1):
1128
+ Fixes horizontal alignment for item icons in relation to the app switcher in the horizontal
1129
+ navigation bar.-
1130
+ [patch][1a3192c1c1](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a3192c1c1):
1119
1131
 
1120
- Introduces skeletons for heading and item components.-
1121
- [patch][43353900f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/43353900f7):
1132
+ Introduces skeletons for heading and item components.-
1133
+ [patch][43353900f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/43353900f7):
1122
1134
 
1123
- Corrects and consolidates colors for item and side navigation components.-
1124
- [patch][c60324c748](https://bitbucket.org/atlassian/atlassian-frontend/commits/c60324c748):
1135
+ Corrects and consolidates colors for item and side navigation components.-
1136
+ [patch][c60324c748](https://bitbucket.org/atlassian/atlassian-frontend/commits/c60324c748):
1125
1137
 
1126
- Adds new Footer component. Ensures this and the Header component come with baked in styles for
1127
- you to use out of the box.-
1128
- [patch][c56d86d95c](https://bitbucket.org/atlassian/atlassian-frontend/commits/c56d86d95c):
1138
+ Adds new Footer component. Ensures this and the Header component come with baked in styles for you
1139
+ to use out of the box.-
1140
+ [patch][c56d86d95c](https://bitbucket.org/atlassian/atlassian-frontend/commits/c56d86d95c):
1129
1141
 
1130
- Adds scrolling indicators to the scrollable container component.
1142
+ Adds scrolling indicators to the scrollable container component.
1131
1143
 
1132
- - Updated dependencies
1133
- [ed8d8dea65](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed8d8dea65):
1134
- - Updated dependencies
1135
- [db2f869556](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2f869556):
1136
- - Updated dependencies
1137
- [81ea791176](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ea791176):
1138
- - Updated dependencies
1139
- [6e2dda87f4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e2dda87f4):
1140
- - Updated dependencies
1141
- [e57c4aa96d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e57c4aa96d):
1142
- - Updated dependencies
1143
- [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1144
- - Updated dependencies
1145
- [89d35b919a](https://bitbucket.org/atlassian/atlassian-frontend/commits/89d35b919a):
1146
- - Updated dependencies
1147
- [083cfbaeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/083cfbaeb4):
1148
- - Updated dependencies
1149
- [46d95777ef](https://bitbucket.org/atlassian/atlassian-frontend/commits/46d95777ef):
1150
- - Updated dependencies
1151
- [9b264df34d](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b264df34d):
1152
- - @atlaskit/menu@0.3.1
1153
- - @atlaskit/atlassian-navigation@0.10.0
1154
- - @atlaskit/docs@8.5.0
1144
+ - Updated dependencies
1145
+ [ed8d8dea65](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed8d8dea65):
1146
+ - Updated dependencies
1147
+ [db2f869556](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2f869556):
1148
+ - Updated dependencies
1149
+ [81ea791176](https://bitbucket.org/atlassian/atlassian-frontend/commits/81ea791176):
1150
+ - Updated dependencies
1151
+ [6e2dda87f4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e2dda87f4):
1152
+ - Updated dependencies
1153
+ [e57c4aa96d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e57c4aa96d):
1154
+ - Updated dependencies
1155
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1156
+ - Updated dependencies
1157
+ [89d35b919a](https://bitbucket.org/atlassian/atlassian-frontend/commits/89d35b919a):
1158
+ - Updated dependencies
1159
+ [083cfbaeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/083cfbaeb4):
1160
+ - Updated dependencies
1161
+ [46d95777ef](https://bitbucket.org/atlassian/atlassian-frontend/commits/46d95777ef):
1162
+ - Updated dependencies
1163
+ [9b264df34d](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b264df34d):
1164
+ - @atlaskit/menu@0.3.1
1165
+ - @atlaskit/atlassian-navigation@0.10.0
1166
+ - @atlaskit/docs@8.5.0
1155
1167
 
1156
1168
  ## 0.2.0
1157
1169
 
1158
1170
  ### Minor Changes
1159
1171
 
1160
- - [minor][dce5efb012](https://bitbucket.org/atlassian/atlassian-frontend/commits/dce5efb012):
1172
+ - [minor][dce5efb012](https://bitbucket.org/atlassian/atlassian-frontend/commits/dce5efb012):
1161
1173
 
1162
- Support forward ref on side-navigation primitives
1174
+ Support forward ref on side-navigation primitives
1163
1175
 
1164
1176
  ### Patch Changes
1165
1177
 
1166
- - [patch][4da717940e](https://bitbucket.org/atlassian/atlassian-frontend/commits/4da717940e):
1178
+ - [patch][4da717940e](https://bitbucket.org/atlassian/atlassian-frontend/commits/4da717940e):
1167
1179
 
1168
- Refactor side-navigation nesting logic to support async components-
1169
- [patch][93709ca7eb](https://bitbucket.org/atlassian/atlassian-frontend/commits/93709ca7eb):
1180
+ Refactor side-navigation nesting logic to support async components-
1181
+ [patch][93709ca7eb](https://bitbucket.org/atlassian/atlassian-frontend/commits/93709ca7eb):
1170
1182
 
1171
- Adds `testId` to `NestingItem`- Updated dependencies
1172
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1183
+ Adds `testId` to `NestingItem`- Updated dependencies
1184
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1173
1185
 
1174
- - Updated dependencies
1175
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1176
- - Updated dependencies
1177
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1178
- - Updated dependencies
1179
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1180
- - Updated dependencies
1181
- [7a6e5f6e3d](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a6e5f6e3d):
1182
- - Updated dependencies
1183
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1184
- - @atlaskit/docs@8.4.0
1185
- - @atlaskit/icon@20.1.0
1186
- - @atlaskit/logo@12.3.3
1187
- - @atlaskit/menu@0.3.0
1188
- - @atlaskit/button@13.3.9
1186
+ - Updated dependencies
1187
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1188
+ - Updated dependencies
1189
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1190
+ - Updated dependencies
1191
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1192
+ - Updated dependencies
1193
+ [7a6e5f6e3d](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a6e5f6e3d):
1194
+ - Updated dependencies
1195
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1196
+ - @atlaskit/docs@8.4.0
1197
+ - @atlaskit/icon@20.1.0
1198
+ - @atlaskit/logo@12.3.3
1199
+ - @atlaskit/menu@0.3.0
1200
+ - @atlaskit/button@13.3.9
1189
1201
 
1190
1202
  ## 0.1.0
1191
1203
 
1192
1204
  ### Minor Changes
1193
1205
 
1194
- - [minor][e1416630ed](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1416630ed):
1206
+ - [minor][e1416630ed](https://bitbucket.org/atlassian/atlassian-frontend/commits/e1416630ed):
1195
1207
 
1196
- **BREAKING**: Renamed exported components
1208
+ **BREAKING**: Renamed exported components
1197
1209
 
1198
- - Renamed `MainSection` to `NavigationContent`
1199
- - Renamed `NestingTransitionProvider` to `NestableNavigationContent`
1200
- - `NestableNavigationContent` does not need to be wrapped by a `MainSection`
1201
- - Renamed `HeaderSection` to `NavigationHeader`
1202
- - Renamed `Footer` to `NavigationFooter`
1210
+ - Renamed `MainSection` to `NavigationContent`
1211
+ - Renamed `NestingTransitionProvider` to `NestableNavigationContent`
1212
+ - `NestableNavigationContent` does not need to be wrapped by a `MainSection`
1213
+ - Renamed `HeaderSection` to `NavigationHeader`
1214
+ - Renamed `Footer` to `NavigationFooter`
1203
1215
 
1204
- Improve behaviour of scrollabe sections:
1216
+ Improve behaviour of scrollabe sections:
1205
1217
 
1206
- - Fixes a bug where different views shared the same scrollable section causing unexpected
1207
- jumps on some unnesting interactions
1208
- - `ScrollableSection` now shows an overflow indicator when items are scrolled off the top
1209
- border
1210
- - Fixes a bug where the Go Back component could scroll off the top in some cases-
1211
- [minor][d752f27427](https://bitbucket.org/atlassian/atlassian-frontend/commits/d752f27427):
1218
+ - Fixes a bug where different views shared the same scrollable section causing unexpected jumps on
1219
+ some unnesting interactions
1220
+ - `ScrollableSection` now shows an overflow indicator when items are scrolled off the top border
1221
+ - Fixes a bug where the Go Back component could scroll off the top in some cases-
1222
+ [minor][d752f27427](https://bitbucket.org/atlassian/atlassian-frontend/commits/d752f27427):
1212
1223
 
1213
- API changes and design changes for side-navigation
1224
+ API changes and design changes for side-navigation
1214
1225
 
1215
- - **BREAKING**: `SectionHeader` has been renamed to `SectionHeading`
1216
- - `SIDEBAR_DEFAULT_WIDTH` has been exported
1217
- - `Item` has been removed and replaced with `CustomItem`, `ButtonItem`, `LinkItem` which are
1218
- thin wrappers around their `@atlaskit/menu` counterparts
1219
- - All exported components now have sensible default styles applied
1220
- - A `GoBackItem` has been exported
1221
- - `testId` props have been added to more components with `side-navigation`
1222
- - `CustomItem`, `ButtonItem` and `LinkItem` themselves have a `cssFn` prop exposed which will
1223
- allow custom styles to be applied and combined with side-navigation defaults
1224
- - `Heading` and `Footer` have been updated to allow consumers to pass in their own custom
1225
- components
1226
- - Rich examples have been updated for composing your own navigations with RBD etc.-
1227
- [minor][08fa439ec7](https://bitbucket.org/atlassian/atlassian-frontend/commits/08fa439ec7):
1226
+ - **BREAKING**: `SectionHeader` has been renamed to `SectionHeading`
1227
+ - `SIDEBAR_DEFAULT_WIDTH` has been exported
1228
+ - `Item` has been removed and replaced with `CustomItem`, `ButtonItem`, `LinkItem` which are thin
1229
+ wrappers around their `@atlaskit/menu` counterparts
1230
+ - All exported components now have sensible default styles applied
1231
+ - A `GoBackItem` has been exported
1232
+ - `testId` props have been added to more components with `side-navigation`
1233
+ - `CustomItem`, `ButtonItem` and `LinkItem` themselves have a `cssFn` prop exposed which will
1234
+ allow custom styles to be applied and combined with side-navigation defaults
1235
+ - `Heading` and `Footer` have been updated to allow consumers to pass in their own custom
1236
+ components
1237
+ - Rich examples have been updated for composing your own navigations with RBD etc.-
1238
+ [minor][08fa439ec7](https://bitbucket.org/atlassian/atlassian-frontend/commits/08fa439ec7):
1228
1239
 
1229
- **BREAKING**: `id` prop is now required on NestingItems
1240
+ **BREAKING**: `id` prop is now required on NestingItems
1230
1241
 
1231
- The back button in nested views can now be customised
1242
+ The back button in nested views can now be customised
1232
1243
 
1233
- - By default an English `Go Back` button will be shown
1234
- - Use `renderDefaultBackButton` on the `NestableNavigationContent` to set a new default
1235
- - Use `renderBackButton` on each `NestingItem` to specifically set a back trigger for exiting
1236
- the view it controls
1244
+ - By default an English `Go Back` button will be shown
1245
+ - Use `renderDefaultBackButton` on the `NestableNavigationContent` to set a new default
1246
+ - Use `renderBackButton` on each `NestingItem` to specifically set a back trigger for exiting the
1247
+ view it controls
1237
1248
 
1238
- The link form of nested views can now be customised
1249
+ The link form of nested views can now be customised
1239
1250
 
1240
- - Use `customItemComponent` to pass in a functional/class component that adds extra behaviour
1241
- around the link (see @atlaskit/menu for examples on how to configure CustomItems)
1251
+ - Use `customItemComponent` to pass in a functional/class component that adds extra behaviour
1252
+ around the link (see @atlaskit/menu for examples on how to configure CustomItems)
1242
1253
 
1243
1254
  ### Patch Changes
1244
1255
 
1245
- - [patch][babae63a7b](https://bitbucket.org/atlassian/atlassian-frontend/commits/babae63a7b):
1256
+ - [patch][babae63a7b](https://bitbucket.org/atlassian/atlassian-frontend/commits/babae63a7b):
1246
1257
 
1247
- - Refactors nested navigation implementation
1248
- - Now selects `NestingItem` & `GoBackItem` when it is exiting
1249
- - Fixes double clicking a `NestingItem` and `GoBackItem` resulting in an unwanted double
1250
- navigation
1251
- - Fixes `NestingItem` not calling back on click
1252
- - Adds optional `id` prop to `NestingItem`- Updated dependencies
1253
- [1f9c4f974a](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f9c4f974a):
1258
+ - Refactors nested navigation implementation
1259
+ - Now selects `NestingItem` & `GoBackItem` when it is exiting
1260
+ - Fixes double clicking a `NestingItem` and `GoBackItem` resulting in an unwanted double
1261
+ navigation
1262
+ - Fixes `NestingItem` not calling back on click
1263
+ - Adds optional `id` prop to `NestingItem`- Updated dependencies
1264
+ [1f9c4f974a](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f9c4f974a):
1254
1265
 
1255
- - Updated dependencies
1256
- [b80c88fd26](https://bitbucket.org/atlassian/atlassian-frontend/commits/b80c88fd26):
1257
- - Updated dependencies
1258
- [9ec1606d00](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ec1606d00):
1259
- - Updated dependencies
1260
- [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
1261
- - Updated dependencies
1262
- [1b3069e06b](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b3069e06b):
1263
- - @atlaskit/menu@0.2.7
1264
- - @atlaskit/atlassian-navigation@0.9.6
1265
- - @atlaskit/icon@20.0.2
1266
+ - Updated dependencies
1267
+ [b80c88fd26](https://bitbucket.org/atlassian/atlassian-frontend/commits/b80c88fd26):
1268
+ - Updated dependencies
1269
+ [9ec1606d00](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ec1606d00):
1270
+ - Updated dependencies
1271
+ [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
1272
+ - Updated dependencies
1273
+ [1b3069e06b](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b3069e06b):
1274
+ - @atlaskit/menu@0.2.7
1275
+ - @atlaskit/atlassian-navigation@0.9.6
1276
+ - @atlaskit/icon@20.0.2
1266
1277
 
1267
1278
  ## 0.0.4
1268
1279
 
1269
1280
  ### Patch Changes
1270
1281
 
1271
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1282
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1272
1283
 
1273
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1274
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1284
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1285
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1275
1286
 
1276
- - @atlaskit/docs@8.3.2
1277
- - @atlaskit/icon@20.0.1
1278
- - @atlaskit/menu@0.2.6
1279
- - @atlaskit/theme@9.5.1
1280
- - @atlaskit/motion@0.2.2
1287
+ - @atlaskit/docs@8.3.2
1288
+ - @atlaskit/icon@20.0.1
1289
+ - @atlaskit/menu@0.2.6
1290
+ - @atlaskit/theme@9.5.1
1291
+ - @atlaskit/motion@0.2.2
1281
1292
 
1282
1293
  ## 0.0.3
1283
1294
 
1284
1295
  ### Patch Changes
1285
1296
 
1286
- - [patch][f3433f2096](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3433f2096):
1297
+ - [patch][f3433f2096](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3433f2096):
1287
1298
 
1288
- `NestingItem` now has an extra prop `isInitiallyOpen` that allows the side-navigation to
1289
- initially render a particular nested view
1299
+ `NestingItem` now has an extra prop `isInitiallyOpen` that allows the side-navigation to initially
1300
+ render a particular nested view
1290
1301
 
1291
- - To select a particular sidebar view to be rendered initially the `isInitiallyOpen` prop must
1292
- be set on all parent `NestingItem`s in the navigation tree-
1293
- [patch][a806cde423](https://bitbucket.org/atlassian/atlassian-frontend/commits/a806cde423):
1302
+ - To select a particular sidebar view to be rendered initially the `isInitiallyOpen` prop must be
1303
+ set on all parent `NestingItem`s in the navigation tree-
1304
+ [patch][a806cde423](https://bitbucket.org/atlassian/atlassian-frontend/commits/a806cde423):
1294
1305
 
1295
- Iterative updates to side-navigation:
1306
+ Iterative updates to side-navigation:
1296
1307
 
1297
- - Go Back link in nested views now sticks to the top of the scrollable area
1298
- - Removed broken css styles
1299
- - Implemented sliding transitions rather than fades- Updated dependencies
1300
- [4ed951b8d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ed951b8d8):
1308
+ - Go Back link in nested views now sticks to the top of the scrollable area
1309
+ - Removed broken css styles
1310
+ - Implemented sliding transitions rather than fades- Updated dependencies
1311
+ [4ed951b8d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ed951b8d8):
1301
1312
 
1302
- - Updated dependencies
1303
- [e0e91e02a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0e91e02a6):
1304
- - Updated dependencies
1305
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1306
- - Updated dependencies
1307
- [166d7b1626](https://bitbucket.org/atlassian/atlassian-frontend/commits/166d7b1626):
1308
- - @atlaskit/menu@0.2.4
1309
- - @atlaskit/icon@20.0.0
1310
- - @atlaskit/motion@0.2.1
1311
- - @atlaskit/docs@8.3.1
1313
+ - Updated dependencies
1314
+ [e0e91e02a6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0e91e02a6):
1315
+ - Updated dependencies
1316
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1317
+ - Updated dependencies
1318
+ [166d7b1626](https://bitbucket.org/atlassian/atlassian-frontend/commits/166d7b1626):
1319
+ - @atlaskit/menu@0.2.4
1320
+ - @atlaskit/icon@20.0.0
1321
+ - @atlaskit/motion@0.2.1
1322
+ - @atlaskit/docs@8.3.1
1312
1323
 
1313
1324
  ## 0.0.2
1314
1325
 
1315
1326
  ### Patch Changes
1316
1327
 
1317
- - [patch][0e6929fbb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e6929fbb9):
1328
+ - [patch][0e6929fbb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e6929fbb9):
1318
1329
 
1319
- Fixes a broken internal omport-
1320
- [patch][146ca7139a](https://bitbucket.org/atlassian/atlassian-frontend/commits/146ca7139a):
1330
+ Fixes a broken internal omport-
1331
+ [patch][146ca7139a](https://bitbucket.org/atlassian/atlassian-frontend/commits/146ca7139a):
1321
1332
 
1322
- Bump package to enable branch deploys- Updated dependencies
1323
- [d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
1333
+ Bump package to enable branch deploys- Updated dependencies
1334
+ [d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
1324
1335
 
1325
- - Updated dependencies
1326
- [1d72045e6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d72045e6b):
1327
- - @atlaskit/docs@8.3.0
1328
- - @atlaskit/motion@0.2.0
1336
+ - Updated dependencies
1337
+ [1d72045e6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d72045e6b):
1338
+ - @atlaskit/docs@8.3.0
1339
+ - @atlaskit/motion@0.2.0