@atlaskit/onboarding 11.5.6 → 11.5.8

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 (46) hide show
  1. package/CHANGELOG.md +992 -982
  2. package/dist/cjs/components/clone.js +6 -2
  3. package/dist/cjs/components/spotlight-dialog.js +1 -1
  4. package/dist/cjs/components/spotlight-inner.js +3 -1
  5. package/dist/cjs/styled/blanket.js +3 -1
  6. package/dist/cjs/styled/modal.js +1 -1
  7. package/dist/cjs/styled/target.js +6 -2
  8. package/dist/es2019/components/clone.js +6 -2
  9. package/dist/es2019/components/spotlight-dialog.js +1 -1
  10. package/dist/es2019/components/spotlight-inner.js +3 -1
  11. package/dist/es2019/styled/blanket.js +3 -1
  12. package/dist/es2019/styled/modal.js +1 -1
  13. package/dist/es2019/styled/target.js +6 -2
  14. package/dist/esm/components/clone.js +6 -2
  15. package/dist/esm/components/spotlight-dialog.js +1 -1
  16. package/dist/esm/components/spotlight-inner.js +3 -1
  17. package/dist/esm/styled/blanket.js +3 -1
  18. package/dist/esm/styled/modal.js +1 -1
  19. package/dist/esm/styled/target.js +6 -2
  20. package/dist/types/components/animation.d.ts +1 -1
  21. package/dist/types/components/clone.d.ts +1 -1
  22. package/dist/types/components/modal.d.ts +3 -3
  23. package/dist/types/components/spotlight-dialog.d.ts +3 -3
  24. package/dist/types/components/spotlight-inner.d.ts +2 -2
  25. package/dist/types/components/spotlight-manager.d.ts +1 -1
  26. package/dist/types/components/spotlight-target.d.ts +1 -1
  27. package/dist/types/components/spotlight-transition.d.ts +1 -1
  28. package/dist/types/components/spotlight.d.ts +2 -2
  29. package/dist/types/components/value-changed.d.ts +1 -1
  30. package/dist/types/styled/dialog.d.ts +1 -1
  31. package/dist/types/styled/modal.d.ts +1 -1
  32. package/dist/types/types.d.ts +2 -2
  33. package/dist/types-ts4.5/components/animation.d.ts +1 -1
  34. package/dist/types-ts4.5/components/clone.d.ts +1 -1
  35. package/dist/types-ts4.5/components/modal.d.ts +3 -3
  36. package/dist/types-ts4.5/components/spotlight-dialog.d.ts +3 -3
  37. package/dist/types-ts4.5/components/spotlight-inner.d.ts +2 -2
  38. package/dist/types-ts4.5/components/spotlight-manager.d.ts +1 -1
  39. package/dist/types-ts4.5/components/spotlight-target.d.ts +1 -1
  40. package/dist/types-ts4.5/components/spotlight-transition.d.ts +1 -1
  41. package/dist/types-ts4.5/components/spotlight.d.ts +2 -2
  42. package/dist/types-ts4.5/components/value-changed.d.ts +1 -1
  43. package/dist/types-ts4.5/styled/dialog.d.ts +1 -1
  44. package/dist/types-ts4.5/styled/modal.d.ts +1 -1
  45. package/dist/types-ts4.5/types.d.ts +2 -2
  46. package/package.json +7 -9
package/CHANGELOG.md CHANGED
@@ -1,1934 +1,1944 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 11.5.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.5.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.5.6
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [#100605](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100605)
8
- [`f12f3d4764e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12f3d4764e2) -
9
- Reverts an attempted bug fix in 11.5.2 that re-added a theme provider to spotlight card to
10
- prevent custom theme buttons inheriting other themes
19
+ - [#100605](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100605)
20
+ [`f12f3d4764e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12f3d4764e2) -
21
+ Reverts an attempted bug fix in 11.5.2 that re-added a theme provider to spotlight card to prevent
22
+ custom theme buttons inheriting other themes
11
23
 
12
24
  ## 11.5.5
13
25
 
14
26
  ### Patch Changes
15
27
 
16
- - [#97580](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97580)
17
- [`e07d5ea81fc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e07d5ea81fc8) -
18
- Update internal usage of typography heading
19
- - Updated dependencies
28
+ - [#97580](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97580)
29
+ [`e07d5ea81fc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e07d5ea81fc8) -
30
+ Update internal usage of typography heading
31
+ - Updated dependencies
20
32
 
21
33
  ## 11.5.4
22
34
 
23
35
  ### Patch Changes
24
36
 
25
- - [#96898](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96898)
26
- [`255626d6dcd8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/255626d6dcd8) -
27
- [ux] Remove zIndex for legacy browsers
28
- - Updated dependencies
37
+ - [#96898](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96898)
38
+ [`255626d6dcd8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/255626d6dcd8) -
39
+ [ux] Remove zIndex for legacy browsers
40
+ - Updated dependencies
29
41
 
30
42
  ## 11.5.3
31
43
 
32
44
  ### Patch Changes
33
45
 
34
- - Updated dependencies
46
+ - Updated dependencies
35
47
 
36
48
  ## 11.5.2
37
49
 
38
50
  ### Patch Changes
39
51
 
40
- - [#96747](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96747)
41
- [`3fdc807b70fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fdc807b70fb) -
42
- Re-add custom theme wrapper to prevent buttons accidentally inheriting themes. To be removed
43
- when component is updated to use new buttons.
52
+ - [#96747](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96747)
53
+ [`3fdc807b70fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3fdc807b70fb) -
54
+ Re-add custom theme wrapper to prevent buttons accidentally inheriting themes. To be removed when
55
+ component is updated to use new buttons.
44
56
 
45
57
  ## 11.5.1
46
58
 
47
59
  ### Patch Changes
48
60
 
49
- - [#95529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95529)
50
- [`48e3bdade8f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48e3bdade8f8) -
51
- Internal changes.
61
+ - [#95529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95529)
62
+ [`48e3bdade8f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48e3bdade8f8) -
63
+ Internal changes.
52
64
 
53
65
  ## 11.5.0
54
66
 
55
67
  ### Minor Changes
56
68
 
57
- - [#93698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93698)
58
- [`36175212c2f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36175212c2f4) -
59
- Add support for React 18.
69
+ - [#93698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93698)
70
+ [`36175212c2f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/36175212c2f4) -
71
+ Add support for React 18.
60
72
 
61
73
  ## 11.4.0
62
74
 
63
75
  ### Minor Changes
64
76
 
65
- - [#94745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94745)
66
- [`a0e6d0465080`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a0e6d0465080) -
67
- [ux] Internal changes to typography + small visual change to background color.
77
+ - [#94745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94745)
78
+ [`a0e6d0465080`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a0e6d0465080) -
79
+ [ux] Internal changes to typography + small visual change to background color.
68
80
 
69
81
  ### Patch Changes
70
82
 
71
- - Updated dependencies
83
+ - Updated dependencies
72
84
 
73
85
  ## 11.3.2
74
86
 
75
87
  ### Patch Changes
76
88
 
77
- - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
78
- [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
79
- Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
89
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
90
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
91
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
80
92
 
81
93
  ## 11.3.1
82
94
 
83
95
  ### Patch Changes
84
96
 
85
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
86
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
87
- Migrated to the new button component
97
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
98
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
99
+ Migrated to the new button component
88
100
 
89
101
  ## 11.3.0
90
102
 
91
103
  ### Minor Changes
92
104
 
93
- - [#84838](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84838)
94
- [`e3dc0b4099fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e3dc0b4099fe) -
95
- [ux] Now the pulsing animations in both the standard Spotlight and the dedicated Pulse component
96
- respect `prefers-reduced-motion` user preferences. If a user sets their system preferences to
97
- reduce motion, instead of a pulsing animation we will show a static 'discovery' outline.
105
+ - [#84838](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84838)
106
+ [`e3dc0b4099fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e3dc0b4099fe) -
107
+ [ux] Now the pulsing animations in both the standard Spotlight and the dedicated Pulse component
108
+ respect `prefers-reduced-motion` user preferences. If a user sets their system preferences to
109
+ reduce motion, instead of a pulsing animation we will show a static 'discovery' outline.
98
110
 
99
111
  ## 11.2.7
100
112
 
101
113
  ### Patch Changes
102
114
 
103
- - [#85076](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85076)
104
- [`3032fb024382`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3032fb024382) -
105
- Associates the heading prop with the accessible label for the benefits modal.
115
+ - [#85076](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85076)
116
+ [`3032fb024382`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3032fb024382) -
117
+ Associates the heading prop with the accessible label for the benefits modal.
106
118
 
107
119
  ## 11.2.6
108
120
 
109
121
  ### Patch Changes
110
122
 
111
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
112
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
113
- Minor adjustments to improve compatibility with React 18
123
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
124
+ [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
125
+ Minor adjustments to improve compatibility with React 18
114
126
 
115
127
  ## 11.2.5
116
128
 
117
129
  ### Patch Changes
118
130
 
119
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
120
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
121
- Upgrade Typescript from `4.9.5` to `5.4.2`
131
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
132
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
133
+ Upgrade Typescript from `4.9.5` to `5.4.2`
122
134
 
123
135
  ## 11.2.4
124
136
 
125
137
  ### Patch Changes
126
138
 
127
- - Updated dependencies
139
+ - Updated dependencies
128
140
 
129
141
  ## 11.2.3
130
142
 
131
143
  ### Patch Changes
132
144
 
133
- - [#71144](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71144)
134
- [`d8feaa592375`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8feaa592375) -
135
- This package has been added to the Jira push model.
145
+ - [#71144](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71144)
146
+ [`d8feaa592375`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8feaa592375) -
147
+ This package has been added to the Jira push model.
136
148
 
137
149
  ## 11.2.2
138
150
 
139
151
  ### Patch Changes
140
152
 
141
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
142
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
143
- Migrate packages to use declarative entry points
153
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
154
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
155
+ Migrate packages to use declarative entry points
144
156
 
145
157
  ## 11.2.1
146
158
 
147
159
  ### Patch Changes
148
160
 
149
- - [#67032](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67032)
150
- [`038e62a39d23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/038e62a39d23) -
151
- [ux] Ensure spotlight dialog always uses heading level 2. This will eventually become heading
152
- level 1 once the dialog becomes a true modal.
161
+ - [#67032](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67032)
162
+ [`038e62a39d23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/038e62a39d23) -
163
+ [ux] Ensure spotlight dialog always uses heading level 2. This will eventually become heading
164
+ level 1 once the dialog becomes a true modal.
153
165
 
154
166
  ## 11.2.0
155
167
 
156
168
  ### Minor Changes
157
169
 
158
- - [#64059](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64059)
159
- [`d69cb4f14309`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d69cb4f14309) -
160
- [ux] Adds `headingLevel` to the SpotlightCard component. This will allow the usage of the
161
- correct heading level depending on context.
170
+ - [#64059](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64059)
171
+ [`d69cb4f14309`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d69cb4f14309) -
172
+ [ux] Adds `headingLevel` to the SpotlightCard component. This will allow the usage of the correct
173
+ heading level depending on context.
162
174
 
163
175
  ## 11.1.3
164
176
 
165
177
  ### Patch Changes
166
178
 
167
- - Updated dependencies
179
+ - Updated dependencies
168
180
 
169
181
  ## 11.1.2
170
182
 
171
183
  ### Patch Changes
172
184
 
173
- - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
174
- [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
175
- Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
185
+ - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
186
+ [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
187
+ Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
176
188
 
177
189
  ## 11.1.1
178
190
 
179
191
  ### Patch Changes
180
192
 
181
- - [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
182
- [`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) -
183
- Tweaked ModalBody left and right padding to better align to the spacing scale.
193
+ - [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
194
+ [`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) -
195
+ Tweaked ModalBody left and right padding to better align to the spacing scale.
184
196
 
185
197
  ## 11.1.0
186
198
 
187
199
  ### Minor Changes
188
200
 
189
- - [#58176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58176)
190
- [`32032c9c1289`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32032c9c1289) -
191
- [ux] Fix spotlight padding and font style issues on tabs.
201
+ - [#58176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58176)
202
+ [`32032c9c1289`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32032c9c1289) -
203
+ [ux] Fix spotlight padding and font style issues on tabs.
192
204
 
193
205
  ## 11.0.0
194
206
 
195
207
  ### Major Changes
196
208
 
197
- - [#54210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/54210)
198
- [`524ec7b6505d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524ec7b6505d) -
199
- Removed all remaining legacy theming logic from the Onboarding component.
209
+ - [#54210](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/54210)
210
+ [`524ec7b6505d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524ec7b6505d) -
211
+ Removed all remaining legacy theming logic from the Onboarding component.
200
212
 
201
213
  ## 10.8.12
202
214
 
203
215
  ### Patch Changes
204
216
 
205
- - [#43073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43073)
206
- [`2d760e89b53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d760e89b53) -
207
- headingId is the id of heading in spotlightCard, which is used as the value of aria-labelledby
208
- attribute of `<div>` element containing the modal dialog heading for screen reader recognising
209
- the dialog
217
+ - [#43073](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43073)
218
+ [`2d760e89b53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d760e89b53) -
219
+ headingId is the id of heading in spotlightCard, which is used as the value of aria-labelledby
220
+ attribute of `<div>` element containing the modal dialog heading for screen reader recognising the
221
+ dialog
210
222
 
211
223
  ## 10.8.11
212
224
 
213
225
  ### Patch Changes
214
226
 
215
- - [#41764](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41764)
216
- [`77fd34690e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77fd34690e9) - Add
217
- missing dependencies to fix typechecking under local consumption
227
+ - [#41764](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41764)
228
+ [`77fd34690e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77fd34690e9) - Add
229
+ missing dependencies to fix typechecking under local consumption
218
230
 
219
231
  ## 10.8.10
220
232
 
221
233
  ### Patch Changes
222
234
 
223
- - [#41644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41644)
224
- [`35821e3b157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35821e3b157) - Wrap
225
- ReactElement in React.Fragment to fix typechecking under local consumption
235
+ - [#41644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41644)
236
+ [`35821e3b157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35821e3b157) - Wrap
237
+ ReactElement in React.Fragment to fix typechecking under local consumption
226
238
 
227
239
  ## 10.8.9
228
240
 
229
241
  ### Patch Changes
230
242
 
231
- - [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647)
232
- [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump
233
- react-focus-lock to latest version
243
+ - [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647)
244
+ [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump
245
+ react-focus-lock to latest version
234
246
 
235
247
  ## 10.8.8
236
248
 
237
249
  ### Patch Changes
238
250
 
239
- - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
240
- [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
241
- type definitions to conform to inherited changes from `@types/react@16.14.15`.
251
+ - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
252
+ [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
253
+ type definitions to conform to inherited changes from `@types/react@16.14.15`.
242
254
 
243
255
  ## 10.8.7
244
256
 
245
257
  ### Patch Changes
246
258
 
247
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
248
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
249
- version.json
250
- - Updated dependencies
259
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
260
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
261
+ version.json
262
+ - Updated dependencies
251
263
 
252
264
  ## 10.8.6
253
265
 
254
266
  ### Patch Changes
255
267
 
256
- - [#38215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38215)
257
- [`36e3e86da5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36e3e86da5d) -
258
- SpotlightCard width prop now accepts either a number or the string `'100%'` and refactors how
259
- our range of 160px – 600px works via css `min-width` and `max-width` instead of raw math.
268
+ - [#38215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38215)
269
+ [`36e3e86da5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36e3e86da5d) -
270
+ SpotlightCard width prop now accepts either a number or the string `'100%'` and refactors how our
271
+ range of 160px – 600px works via css `min-width` and `max-width` instead of raw math.
260
272
 
261
273
  ## 10.8.5
262
274
 
263
275
  ### Patch Changes
264
276
 
265
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
266
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
267
- Internal change to use shape tokens. There is no expected visual change.
277
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
278
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
279
+ change to use shape tokens. There is no expected visual change.
268
280
 
269
281
  ## 10.8.4
270
282
 
271
283
  ### Patch Changes
272
284
 
273
- - [#35716](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35716)
274
- [`df6aac8c5a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6aac8c5a6) - When
275
- providing an image path to `SpotlightCard`, there is no longer an additional space that appears
276
- between the image and content padding.
277
- - Updated dependencies
285
+ - [#35716](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35716)
286
+ [`df6aac8c5a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6aac8c5a6) - When
287
+ providing an image path to `SpotlightCard`, there is no longer an additional space that appears
288
+ between the image and content padding.
289
+ - Updated dependencies
278
290
 
279
291
  ## 10.8.3
280
292
 
281
293
  ### Patch Changes
282
294
 
283
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
284
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
285
- the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
286
- migration work. The change is internal only and should not introduce any changes for the
287
- component consumers.
295
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
296
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
297
+ use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
298
+ work. The change is internal only and should not introduce any changes for the component
299
+ consumers.
288
300
 
289
301
  ## 10.8.2
290
302
 
291
303
  ### Patch Changes
292
304
 
293
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
294
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
295
- legacy types are published for TS 4.5-4.8
305
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
306
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
307
+ legacy types are published for TS 4.5-4.8
296
308
 
297
309
  ## 10.8.1
298
310
 
299
311
  ### Patch Changes
300
312
 
301
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
302
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
303
- Upgrade Typescript from `4.5.5` to `4.9.5`
313
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
314
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
315
+ Typescript from `4.5.5` to `4.9.5`
304
316
 
305
317
  ## 10.8.0
306
318
 
307
319
  ### Minor Changes
308
320
 
309
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
310
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
311
- minor dependency bump
321
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
322
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
323
+ minor dependency bump
312
324
 
313
325
  ### Patch Changes
314
326
 
315
- - Updated dependencies
327
+ - Updated dependencies
316
328
 
317
329
  ## 10.7.2
318
330
 
319
331
  ### Patch Changes
320
332
 
321
- - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
322
- [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) -
323
- Internal changes.
333
+ - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
334
+ [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal
335
+ changes.
324
336
 
325
337
  ## 10.7.1
326
338
 
327
339
  ### Patch Changes
328
340
 
329
- - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
330
- [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
331
- of `process` are now guarded by a `typeof` check.
341
+ - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
342
+ [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
343
+ of `process` are now guarded by a `typeof` check.
332
344
 
333
345
  ## 10.7.0
334
346
 
335
347
  ### Minor Changes
336
348
 
337
- - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
338
- [`e3fa4437cf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3fa4437cf5) - [ux]
339
- Updates focus appearance of components using buttons and custom buttons. These states now use an
340
- offset outline which is consistent with other applications of focus in Atlassian components.
349
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
350
+ [`e3fa4437cf5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3fa4437cf5) - [ux]
351
+ Updates focus appearance of components using buttons and custom buttons. These states now use an
352
+ offset outline which is consistent with other applications of focus in Atlassian components.
341
353
 
342
354
  ### Patch Changes
343
355
 
344
- - Updated dependencies
356
+ - Updated dependencies
345
357
 
346
358
  ## 10.6.12
347
359
 
348
360
  ### Patch Changes
349
361
 
350
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
351
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
352
- Upgrades component types to support React 18.
353
- - Updated dependencies
362
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
363
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
364
+ component types to support React 18.
365
+ - Updated dependencies
354
366
 
355
367
  ## 10.6.11
356
368
 
357
369
  ### Patch Changes
358
370
 
359
- - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125)
360
- [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) -
361
- Introduce shape tokens to some packages.
371
+ - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125)
372
+ [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) -
373
+ Introduce shape tokens to some packages.
362
374
 
363
375
  ## 10.6.10
364
376
 
365
377
  ### Patch Changes
366
378
 
367
- - Updated dependencies
379
+ - Updated dependencies
368
380
 
369
381
  ## 10.6.9
370
382
 
371
383
  ### Patch Changes
372
384
 
373
- - Updated dependencies
385
+ - Updated dependencies
374
386
 
375
387
  ## 10.6.8
376
388
 
377
389
  ### Patch Changes
378
390
 
379
- - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
380
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
381
- Internal change to update token references. There is no expected behaviour or visual change.
391
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
392
+ [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal
393
+ change to update token references. There is no expected behaviour or visual change.
382
394
 
383
395
  ## 10.6.7
384
396
 
385
397
  ### Patch Changes
386
398
 
387
- - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
388
- [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
389
- ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add
390
- `allowedSideEffects` when loading the page.
399
+ - [#29227](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29227)
400
+ [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) -
401
+ ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects`
402
+ when loading the page.
391
403
 
392
404
  ## 10.6.6
393
405
 
394
406
  ### Patch Changes
395
407
 
396
- - [#28159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28159)
397
- [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump
398
- @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
408
+ - [#28159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28159)
409
+ [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump
410
+ @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
399
411
 
400
412
  ## 10.6.5
401
413
 
402
414
  ### Patch Changes
403
415
 
404
- - Updated dependencies
416
+ - Updated dependencies
405
417
 
406
418
  ## 10.6.4
407
419
 
408
420
  ### Patch Changes
409
421
 
410
- - Updated dependencies
422
+ - Updated dependencies
411
423
 
412
424
  ## 10.6.3
413
425
 
414
426
  ### Patch Changes
415
427
 
416
- - Updated dependencies
428
+ - Updated dependencies
417
429
 
418
430
  ## 10.6.2
419
431
 
420
432
  ### Patch Changes
421
433
 
422
- - Updated dependencies
434
+ - Updated dependencies
423
435
 
424
436
  ## 10.6.1
425
437
 
426
438
  ### Patch Changes
427
439
 
428
- - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
429
- [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) -
430
- Internal changes to include spacing tokens in component implementations.
440
+ - [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
441
+ [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal
442
+ changes to include spacing tokens in component implementations.
431
443
 
432
444
  ## 10.6.0
433
445
 
434
446
  ### Minor Changes
435
447
 
436
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
437
- [`e0015d4e201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0015d4e201) -
438
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
448
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
449
+ [`e0015d4e201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0015d4e201) - Updates
450
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
439
451
 
440
452
  ### Patch Changes
441
453
 
442
- - [`05efb20bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05efb20bca8) - Fixes
443
- an issue with the Spotlight target element height when this is determined by a parent element.
444
- - Updated dependencies
454
+ - [`05efb20bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05efb20bca8) - Fixes an
455
+ issue with the Spotlight target element height when this is determined by a parent element.
456
+ - Updated dependencies
445
457
 
446
458
  ## 10.5.4
447
459
 
448
460
  ### Patch Changes
449
461
 
450
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
451
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
452
- Upgrade Typescript from `4.3.5` to `4.5.5`
462
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
463
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
464
+ Typescript from `4.3.5` to `4.5.5`
453
465
 
454
466
  ## 10.5.3
455
467
 
456
468
  ### Patch Changes
457
469
 
458
- - [#25075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25075)
459
- [`7ca0e5a0c31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ca0e5a0c31) - Update
460
- "subtle" action in Onboarding component to use correct tokens
461
- - [#25074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25074)
462
- [`0e5102ee5ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5102ee5ab) - Update
463
- "subtle-link" action in Onboarding component to use correct tokens
470
+ - [#25075](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25075)
471
+ [`7ca0e5a0c31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ca0e5a0c31) - Update
472
+ "subtle" action in Onboarding component to use correct tokens
473
+ - [#25074](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25074)
474
+ [`0e5102ee5ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e5102ee5ab) - Update
475
+ "subtle-link" action in Onboarding component to use correct tokens
464
476
 
465
477
  ## 10.5.2
466
478
 
467
479
  ### Patch Changes
468
480
 
469
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
470
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
471
- Upgrade Typescript from `4.2.4` to `4.3.5`.
481
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
482
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
483
+ Typescript from `4.2.4` to `4.3.5`.
472
484
 
473
485
  ## 10.5.1
474
486
 
475
487
  ### Patch Changes
476
488
 
477
- - [#24237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24237)
478
- [`994508770f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/994508770f7) - Bumps
479
- the `@atlaskit/heading` dependency forward to a higher minimum version.
489
+ - [#24237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24237)
490
+ [`994508770f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/994508770f7) - Bumps
491
+ the `@atlaskit/heading` dependency forward to a higher minimum version.
480
492
 
481
493
  ## 10.5.0
482
494
 
483
495
  ### Minor Changes
484
496
 
485
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
486
- [`0c0a8c64d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0a8c64d54) -
487
- Removes internal usage of the deprecated theme prop.
497
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
498
+ [`0c0a8c64d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c0a8c64d54) - Removes
499
+ internal usage of the deprecated theme prop.
488
500
 
489
501
  ### Patch Changes
490
502
 
491
- - [`a3241bd63a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3241bd63a3) -
492
- Updates jsdoc for all exported outputs of onboarding.
493
- - Updated dependencies
503
+ - [`a3241bd63a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a3241bd63a3) - Updates
504
+ jsdoc for all exported outputs of onboarding.
505
+ - Updated dependencies
494
506
 
495
507
  ## 10.4.2
496
508
 
497
509
  ### Patch Changes
498
510
 
499
- - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
500
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
501
- Upgrading internal dependency (bind-event-listener) for improved internal types
511
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
512
+ [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
513
+ Upgrading internal dependency (bind-event-listener) for improved internal types
502
514
 
503
515
  ## 10.4.1
504
516
 
505
517
  ### Patch Changes
506
518
 
507
- - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
508
- [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) -
509
- Internal migration to bind-event-listener for safer DOM Event cleanup
519
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
520
+ [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal
521
+ migration to bind-event-listener for safer DOM Event cleanup
510
522
 
511
523
  ## 10.4.0
512
524
 
513
525
  ### Minor Changes
514
526
 
515
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
516
- [`3124aa6ae24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3124aa6ae24) - The
517
- onboarding package now exports a `ModalTransition` component for use with the benefits modal.
518
- This resolves an issue that can occur when using `ModalTransition` from a different version of
519
- `@atlaskit/modal-dialog` than the one that Onboarding is bringing in.
527
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
528
+ [`3124aa6ae24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3124aa6ae24) - The
529
+ onboarding package now exports a `ModalTransition` component for use with the benefits modal. This
530
+ resolves an issue that can occur when using `ModalTransition` from a different version of
531
+ `@atlaskit/modal-dialog` than the one that Onboarding is bringing in.
520
532
 
521
533
  ### Patch Changes
522
534
 
523
- - [`e7ad64befa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ad64befa5) - [ux]
524
- Updated input tokens within `@atlaskit/onboarding`.
535
+ - [`e7ad64befa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ad64befa5) - [ux]
536
+ Updated input tokens within `@atlaskit/onboarding`.
525
537
 
526
538
  ## 10.3.11
527
539
 
528
540
  ### Patch Changes
529
541
 
530
- - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
531
- [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) -
532
- Adjusts jsdoc strings to improve prop documentation
542
+ - [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
543
+ [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts
544
+ jsdoc strings to improve prop documentation
533
545
 
534
546
  ## 10.3.10
535
547
 
536
548
  ### Patch Changes
537
549
 
538
- - Updated dependencies
550
+ - Updated dependencies
539
551
 
540
552
  ## 10.3.9
541
553
 
542
554
  ### Patch Changes
543
555
 
544
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
545
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
546
- Upgrade to TypeScript 4.2.4
547
- - Updated dependencies
556
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
557
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
558
+ to TypeScript 4.2.4
559
+ - Updated dependencies
548
560
 
549
561
  ## 10.3.8
550
562
 
551
563
  ### Patch Changes
552
564
 
553
- - Updated dependencies
565
+ - Updated dependencies
554
566
 
555
567
  ## 10.3.7
556
568
 
557
569
  ### Patch Changes
558
570
 
559
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
560
- [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) -
561
- Replaces usage of deprecated design tokens. No visual or functional changes
562
- - [`dcd92130cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd92130cc4) -
563
- Migrate deleted background accent tokens to replacements
564
- - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
565
- Migrates all usage of brand tokens to either selected or information tokens. This change is
566
- purely for semantic reasons, there are no visual or behavioural changes.
567
- - Updated dependencies
571
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
572
+ [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces
573
+ usage of deprecated design tokens. No visual or functional changes
574
+ - [`dcd92130cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd92130cc4) - Migrate
575
+ deleted background accent tokens to replacements
576
+ - [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates
577
+ all usage of brand tokens to either selected or information tokens. This change is purely for
578
+ semantic reasons, there are no visual or behavioural changes.
579
+ - Updated dependencies
568
580
 
569
581
  ## 10.3.6
570
582
 
571
583
  ### Patch Changes
572
584
 
573
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
574
- [`bd38851d12f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd38851d12f) - [ux]
575
- Fixed the missing Spotlight button border by updating the token usages.
576
- - Updated dependencies
585
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
586
+ [`bd38851d12f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bd38851d12f) - [ux]
587
+ Fixed the missing Spotlight button border by updating the token usages.
588
+ - Updated dependencies
577
589
 
578
590
  ## 10.3.5
579
591
 
580
592
  ### Patch Changes
581
593
 
582
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
583
- [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) -
584
- Internal code change turning on a new linting rule.
594
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
595
+ [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal
596
+ code change turning on a new linting rule.
585
597
 
586
598
  ## 10.3.4
587
599
 
588
600
  ### Patch Changes
589
601
 
590
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
591
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
592
- auto-fixing by correctly formatting token ids.
593
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
594
- no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
595
- auto-fixing by correctly formatting token ids.
596
- - Updated dependencies
602
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
603
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
604
+ auto-fixing by correctly formatting token ids.
605
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
606
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
607
+ auto-fixing by correctly formatting token ids.
608
+ - Updated dependencies
597
609
 
598
610
  ## 10.3.3
599
611
 
600
612
  ### Patch Changes
601
613
 
602
- - Updated dependencies
614
+ - Updated dependencies
603
615
 
604
616
  ## 10.3.2
605
617
 
606
618
  ### Patch Changes
607
619
 
608
- - [#17672](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17672)
609
- [`9a5740d1ec3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a5740d1ec3) - [ux]
610
- The `pulse` prop now works correctly for `<SpotlightPulse />`. Previously, it was applying the
611
- pulse to the `SpotlightPulse` target regardless of the `pulse` value. Now it checks the value of
612
- `pulse` and applies the animation accordingly.
620
+ - [#17672](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17672)
621
+ [`9a5740d1ec3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a5740d1ec3) - [ux] The
622
+ `pulse` prop now works correctly for `<SpotlightPulse />`. Previously, it was applying the pulse
623
+ to the `SpotlightPulse` target regardless of the `pulse` value. Now it checks the value of `pulse`
624
+ and applies the animation accordingly.
613
625
 
614
626
  ## 10.3.1
615
627
 
616
628
  ### Patch Changes
617
629
 
618
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
619
- [`3fced6aa641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fced6aa641) - Bumped
620
- `react-focus-lock` to version `^2.2.1`.
621
- - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
622
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
623
- tokens() function and improving bundle size.
624
- - Updated dependencies
630
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
631
+ [`3fced6aa641`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fced6aa641) - Bumped
632
+ `react-focus-lock` to version `^2.2.1`.
633
+ - [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
634
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
635
+ tokens() function and improving bundle size.
636
+ - Updated dependencies
625
637
 
626
638
  ## 10.3.0
627
639
 
628
640
  ### Minor Changes
629
641
 
630
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
631
- [`50081f13de7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50081f13de7) -
632
- Instrumented `@atlaskit/onboarding` with the new theming package, `@atlaskit/tokens`.
642
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
643
+ [`50081f13de7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50081f13de7) -
644
+ Instrumented `@atlaskit/onboarding` with the new theming package, `@atlaskit/tokens`.
633
645
 
634
- New tokens will be visible only in applications configured to use the new Tokens API (currently
635
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
636
- Legacy dark mode users should expect no visual or breaking changes.
646
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
647
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
648
+ Legacy dark mode users should expect no visual or breaking changes.
637
649
 
638
650
  ### Patch Changes
639
651
 
640
- - Updated dependencies
652
+ - Updated dependencies
641
653
 
642
654
  ## 10.2.6
643
655
 
644
656
  ### Patch Changes
645
657
 
646
- - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
647
- [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) -
648
- Internal upgrade of memoize-one to 6.0.0
658
+ - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
659
+ [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal
660
+ upgrade of memoize-one to 6.0.0
649
661
 
650
662
  ## 10.2.5
651
663
 
652
664
  ### Patch Changes
653
665
 
654
- - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
655
- [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
656
- explicit type to button usages components.
666
+ - [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
667
+ [`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
668
+ explicit type to button usages components.
657
669
 
658
670
  ## 10.2.4
659
671
 
660
672
  ### Patch Changes
661
673
 
662
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
663
- [`d77725f926f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d77725f926f) -
664
- Replaced usage of `styled-components` with `@emotion/core`.
665
- - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) -
666
- Internal changes to remove `@atlaskit/theme/math` usage.
667
- - Updated dependencies
674
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
675
+ [`d77725f926f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d77725f926f) - Replaced
676
+ usage of `styled-components` with `@emotion/core`.
677
+ - [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Internal
678
+ changes to remove `@atlaskit/theme/math` usage.
679
+ - Updated dependencies
668
680
 
669
681
  ## 10.2.3
670
682
 
671
683
  ### Patch Changes
672
684
 
673
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
674
- [`115c009e2ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/115c009e2ef) -
675
- Refactor to use new modal dialog API.
676
- - Updated dependencies
685
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
686
+ [`115c009e2ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/115c009e2ef) - Refactor
687
+ to use new modal dialog API.
688
+ - Updated dependencies
677
689
 
678
690
  ## 10.2.2
679
691
 
680
692
  ### Patch Changes
681
693
 
682
- - Updated dependencies
694
+ - Updated dependencies
683
695
 
684
696
  ## 10.2.1
685
697
 
686
698
  ### Patch Changes
687
699
 
688
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
689
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
690
- `@atlaskit/theme` to version `^11.3.0`.
700
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
701
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
702
+ `@atlaskit/theme` to version `^11.3.0`.
691
703
 
692
704
  ## 10.2.0
693
705
 
694
706
  ### Minor Changes
695
707
 
696
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
697
- [`1b1cb960767`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b1cb960767) - The
698
- `headingAfterElement` prop has been added to the spotlight component which can be used to add a
699
- supplementary action.
708
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
709
+ [`1b1cb960767`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b1cb960767) - The
710
+ `headingAfterElement` prop has been added to the spotlight component which can be used to add a
711
+ supplementary action.
700
712
 
701
713
  ### Patch Changes
702
714
 
703
- - [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
704
- injected package name and version for analytics instead of version.json.
715
+ - [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
716
+ injected package name and version for analytics instead of version.json.
705
717
 
706
718
  ## 10.1.9
707
719
 
708
720
  ### Patch Changes
709
721
 
710
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
711
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
712
- Transpile packages using babel rather than tsc
722
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
723
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
724
+ packages using babel rather than tsc
713
725
 
714
726
  ## 10.1.8
715
727
 
716
728
  ### Patch Changes
717
729
 
718
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
719
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
720
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
721
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
722
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
723
- `devDependencies` to denote version that the package was built with.
730
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
731
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
732
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
733
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
734
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
735
+ `devDependencies` to denote version that the package was built with.
724
736
 
725
737
  ## 10.1.7
726
738
 
727
739
  ### Patch Changes
728
740
 
729
- - Updated dependencies
741
+ - Updated dependencies
730
742
 
731
743
  ## 10.1.6
732
744
 
733
745
  ### Patch Changes
734
746
 
735
- - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
736
- [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
737
- analytics-next file restructure to allow external ts definitions to continue working
747
+ - [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
748
+ [`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
749
+ analytics-next file restructure to allow external ts definitions to continue working
738
750
 
739
751
  ## 10.1.5
740
752
 
741
753
  ### Patch Changes
742
754
 
743
- - Updated dependencies
755
+ - Updated dependencies
744
756
 
745
757
  ## 10.1.4
746
758
 
747
759
  ### Patch Changes
748
760
 
749
- - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
750
- [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
751
- integration tests for Edge browser
761
+ - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
762
+ [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
763
+ integration tests for Edge browser
752
764
 
753
765
  ## 10.1.3
754
766
 
755
767
  ### Patch Changes
756
768
 
757
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
758
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
759
- to TypeScript 3.9.6 and tslib to 2.0.0
769
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
770
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
771
+ to TypeScript 3.9.6 and tslib to 2.0.0
760
772
 
761
- Since tslib is a dependency for all our packages we recommend that products also follow this
762
- tslib upgrade to prevent duplicates of tslib being bundled.
773
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
774
+ upgrade to prevent duplicates of tslib being bundled.
763
775
 
764
776
  ## 10.1.2
765
777
 
766
778
  ### Patch Changes
767
779
 
768
- - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
769
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
770
- required because of conflicts on wadmal release
780
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
781
+ [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
782
+ required because of conflicts on wadmal release
771
783
 
772
784
  ## 10.1.1
773
785
 
774
786
  ### Patch Changes
775
787
 
776
- - Updated dependencies
788
+ - Updated dependencies
777
789
 
778
790
  ## 10.1.0
779
791
 
780
792
  ### Minor Changes
781
793
 
782
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
783
- [`5d6c324306`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d6c324306) - Expose
784
- useSpotlight hook which returns #isTargetRendered function. We can use this function to check
785
- whether target is rendered or not.
794
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
795
+ [`5d6c324306`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d6c324306) - Expose
796
+ useSpotlight hook which returns #isTargetRendered function. We can use this function to check
797
+ whether target is rendered or not.
786
798
 
787
799
  ### Patch Changes
788
800
 
789
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
790
- all the theme imports to be tree-shakable
801
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
802
+ the theme imports to be tree-shakable
791
803
 
792
804
  ## 10.0.0
793
805
 
794
806
  ### Major Changes
795
807
 
796
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
797
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
798
- Officially dropping IE11 support, from this version onwards there are no warranties of the
799
- package working in IE11. For more information see:
800
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
808
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
809
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
810
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
811
+ IE11. For more information see:
812
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
801
813
 
802
814
  ### Patch Changes
803
815
 
804
- - Updated dependencies
816
+ - Updated dependencies
805
817
 
806
818
  ## 9.2.0
807
819
 
808
820
  ### Minor Changes
809
821
 
810
- - [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
811
- [`2c8d296246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8d296246) - Adds
812
- support for the `subtle` button appearance in the Spotlight dialog theme to align more closely
813
- with ADG guidelines. Also visually re-orders action items so that the primary item in the
814
- actions list appears on the right hand side, but still recieves focus first.
822
+ - [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
823
+ [`2c8d296246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8d296246) - Adds
824
+ support for the `subtle` button appearance in the Spotlight dialog theme to align more closely
825
+ with ADG guidelines. Also visually re-orders action items so that the primary item in the actions
826
+ list appears on the right hand side, but still recieves focus first.
815
827
 
816
828
  ## 9.1.10
817
829
 
818
830
  ### Patch Changes
819
831
 
820
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
821
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
822
- and supporting files will no longer be published to npm
832
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
833
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
834
+ supporting files will no longer be published to npm
823
835
 
824
836
  ## 9.1.9
825
837
 
826
838
  ### Patch Changes
827
839
 
828
- - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
829
- [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
830
- react-transition-group to latest
840
+ - [#2677](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2677)
841
+ [`4560b65a4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4560b65a4f) - upgrade
842
+ react-transition-group to latest
831
843
 
832
844
  ## 9.1.8
833
845
 
834
846
  ### Patch Changes
835
847
 
836
- - Updated dependencies
848
+ - Updated dependencies
837
849
 
838
850
  ## 9.1.7
839
851
 
840
852
  ### Patch Changes
841
853
 
842
- - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
843
- [`6faa22760b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faa22760b) - Add
844
- modalButtonTheme, spotlightButtonTheme,- Updated dependencies
854
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
855
+ [`6faa22760b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faa22760b) - Add
856
+ modalButtonTheme, spotlightButtonTheme,- Updated dependencies
845
857
 
846
858
  ## 9.1.6
847
859
 
848
860
  ### Patch Changes
849
861
 
850
- - [patch][d150e2d7f6](https://bitbucket.org/atlassian/atlassian-frontend/commits/d150e2d7f6):
862
+ - [patch][d150e2d7f6](https://bitbucket.org/atlassian/atlassian-frontend/commits/d150e2d7f6):
851
863
 
852
- Change imports to comply with Atlassian conventions- Updated dependencies
853
- [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
864
+ Change imports to comply with Atlassian conventions- Updated dependencies
865
+ [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
854
866
 
855
- - Updated dependencies
856
- [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
857
- - Updated dependencies
858
- [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
859
- - Updated dependencies
860
- [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
861
- - Updated dependencies
862
- [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
863
- - Updated dependencies
864
- [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
865
- - @atlaskit/popper@3.1.12
866
- - @atlaskit/button@13.3.11
867
- - @atlaskit/icon@20.1.1
868
- - @atlaskit/modal-dialog@10.5.7
869
- - @atlaskit/webdriver-runner@0.3.4
867
+ - Updated dependencies
868
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
869
+ - Updated dependencies
870
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
871
+ - Updated dependencies
872
+ [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
873
+ - Updated dependencies
874
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
875
+ - Updated dependencies
876
+ [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
877
+ - @atlaskit/popper@3.1.12
878
+ - @atlaskit/button@13.3.11
879
+ - @atlaskit/icon@20.1.1
880
+ - @atlaskit/modal-dialog@10.5.7
881
+ - @atlaskit/webdriver-runner@0.3.4
870
882
 
871
883
  ## 9.1.5
872
884
 
873
885
  ### Patch Changes
874
886
 
875
- - [patch][0389a42cc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/0389a42cc5):
887
+ - [patch][0389a42cc5](https://bitbucket.org/atlassian/atlassian-frontend/commits/0389a42cc5):
876
888
 
877
- Positioning fix for onboarding modals without css reset- Updated dependencies
878
- [603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
889
+ Positioning fix for onboarding modals without css reset- Updated dependencies
890
+ [603413f530](https://bitbucket.org/atlassian/atlassian-frontend/commits/603413f530):
879
891
 
880
- - Updated dependencies
881
- [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
882
- - Updated dependencies
883
- [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
884
- - Updated dependencies
885
- [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
886
- - Updated dependencies
887
- [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
888
- - Updated dependencies
889
- [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
890
- - Updated dependencies
891
- [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
892
- - @atlaskit/portal@3.1.7
893
- - @atlaskit/docs@8.5.1
894
- - @atlaskit/modal-dialog@10.5.6
895
- - @atlaskit/theme@9.5.3
896
- - @atlaskit/analytics-next@6.3.6
897
- - @atlaskit/button@13.3.10
892
+ - Updated dependencies
893
+ [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
894
+ - Updated dependencies
895
+ [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
896
+ - Updated dependencies
897
+ [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
898
+ - Updated dependencies
899
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
900
+ - Updated dependencies
901
+ [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
902
+ - Updated dependencies
903
+ [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
904
+ - @atlaskit/portal@3.1.7
905
+ - @atlaskit/docs@8.5.1
906
+ - @atlaskit/modal-dialog@10.5.6
907
+ - @atlaskit/theme@9.5.3
908
+ - @atlaskit/analytics-next@6.3.6
909
+ - @atlaskit/button@13.3.10
898
910
 
899
911
  ## 9.1.4
900
912
 
901
913
  ### Patch Changes
902
914
 
903
- - [patch][4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
915
+ - [patch][4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
904
916
 
905
- Upgraded react-scrolllock package-
906
- [patch][923c738553](https://bitbucket.org/atlassian/atlassian-frontend/commits/923c738553):
917
+ Upgraded react-scrolllock package-
918
+ [patch][923c738553](https://bitbucket.org/atlassian/atlassian-frontend/commits/923c738553):
907
919
 
908
- Fixes a rendering bug where a spotlight would not be updated- Updated dependencies
909
- [4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
920
+ Fixes a rendering bug where a spotlight would not be updated- Updated dependencies
921
+ [4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
910
922
 
911
- - Updated dependencies
912
- [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
913
- - Updated dependencies
914
- [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
915
- - @atlaskit/modal-dialog@10.5.5
916
- - @atlaskit/build-utils@2.6.4
917
- - @atlaskit/docs@8.5.0
923
+ - Updated dependencies
924
+ [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
925
+ - Updated dependencies
926
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
927
+ - @atlaskit/modal-dialog@10.5.5
928
+ - @atlaskit/build-utils@2.6.4
929
+ - @atlaskit/docs@8.5.0
918
930
 
919
931
  ## 9.1.3
920
932
 
921
933
  ### Patch Changes
922
934
 
923
- - Updated dependencies
924
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
925
- - Updated dependencies
926
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
927
- - Updated dependencies
928
- [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
929
- - Updated dependencies
930
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
931
- - Updated dependencies
932
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
933
- - Updated dependencies
934
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
935
- - Updated dependencies
936
- [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
937
- - Updated dependencies
938
- [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
939
- - @atlaskit/docs@8.4.0
940
- - @atlaskit/icon@20.1.0
941
- - @atlaskit/webdriver-runner@0.3.0
942
- - @atlaskit/button@13.3.9
943
- - @atlaskit/modal-dialog@10.5.4
935
+ - Updated dependencies
936
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
937
+ - Updated dependencies
938
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
939
+ - Updated dependencies
940
+ [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
941
+ - Updated dependencies
942
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
943
+ - Updated dependencies
944
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
945
+ - Updated dependencies
946
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
947
+ - Updated dependencies
948
+ [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
949
+ - Updated dependencies
950
+ [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
951
+ - @atlaskit/docs@8.4.0
952
+ - @atlaskit/icon@20.1.0
953
+ - @atlaskit/webdriver-runner@0.3.0
954
+ - @atlaskit/button@13.3.9
955
+ - @atlaskit/modal-dialog@10.5.4
944
956
 
945
957
  ## 9.1.2
946
958
 
947
959
  ### Patch Changes
948
960
 
949
- - Updated dependencies
950
- [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
951
- - @atlaskit/webdriver-runner@0.2.0
952
- - @atlaskit/button@13.3.8
953
- - @atlaskit/modal-dialog@10.5.3
961
+ - Updated dependencies
962
+ [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
963
+ - @atlaskit/webdriver-runner@0.2.0
964
+ - @atlaskit/button@13.3.8
965
+ - @atlaskit/modal-dialog@10.5.3
954
966
 
955
967
  ## 9.1.1
956
968
 
957
969
  ### Patch Changes
958
970
 
959
- - [patch][728f19e563](https://bitbucket.org/atlassian/atlassian-frontend/commits/728f19e563):
971
+ - [patch][728f19e563](https://bitbucket.org/atlassian/atlassian-frontend/commits/728f19e563):
960
972
 
961
- Fixes a rendering bug where a spotlight would not be updated
973
+ Fixes a rendering bug where a spotlight would not be updated
962
974
 
963
975
  ## 9.1.0
964
976
 
965
977
  ### Minor Changes
966
978
 
967
- - [minor][aa70b257d3](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa70b257d3):
979
+ - [minor][aa70b257d3](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa70b257d3):
968
980
 
969
- Introduce new prop `experimental_shouldShowPrimaryButtonOnRight` which positions the primary
970
- button in a onboarding modal-dialog on the right (ADG approved).
981
+ Introduce new prop `experimental_shouldShowPrimaryButtonOnRight` which positions the primary
982
+ button in a onboarding modal-dialog on the right (ADG approved).
971
983
 
972
984
  ## 9.0.10
973
985
 
974
986
  ### Patch Changes
975
987
 
976
- - [patch][b0d1348c83](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0d1348c83):
988
+ - [patch][b0d1348c83](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0d1348c83):
977
989
 
978
- Change the type definition for interface to extend ButtonProps-
979
- [patch][62dc057049](https://bitbucket.org/atlassian/atlassian-frontend/commits/62dc057049):
990
+ Change the type definition for interface to extend ButtonProps-
991
+ [patch][62dc057049](https://bitbucket.org/atlassian/atlassian-frontend/commits/62dc057049):
980
992
 
981
- Allowing benefits modal buttons to stack vertically rather than overflow the modal when buttons
982
- contain lengthy text.- Updated dependencies
983
- [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
993
+ Allowing benefits modal buttons to stack vertically rather than overflow the modal when buttons
994
+ contain lengthy text.- Updated dependencies
995
+ [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
984
996
 
985
- - @atlaskit/icon@20.0.2
997
+ - @atlaskit/icon@20.0.2
986
998
 
987
999
  ## 9.0.9
988
1000
 
989
1001
  ### Patch Changes
990
1002
 
991
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1003
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
992
1004
 
993
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
994
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1005
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1006
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
995
1007
 
996
- - @atlaskit/docs@8.3.2
997
- - @atlaskit/visual-regression@0.1.9
998
- - @atlaskit/analytics-next@6.3.5
999
- - @atlaskit/button@13.3.7
1000
- - @atlaskit/icon@20.0.1
1001
- - @atlaskit/modal-dialog@10.5.2
1002
- - @atlaskit/popper@3.1.11
1003
- - @atlaskit/portal@3.1.6
1004
- - @atlaskit/progress-indicator@7.0.13
1005
- - @atlaskit/theme@9.5.1
1008
+ - @atlaskit/docs@8.3.2
1009
+ - @atlaskit/visual-regression@0.1.9
1010
+ - @atlaskit/analytics-next@6.3.5
1011
+ - @atlaskit/button@13.3.7
1012
+ - @atlaskit/icon@20.0.1
1013
+ - @atlaskit/modal-dialog@10.5.2
1014
+ - @atlaskit/popper@3.1.11
1015
+ - @atlaskit/portal@3.1.6
1016
+ - @atlaskit/progress-indicator@7.0.13
1017
+ - @atlaskit/theme@9.5.1
1006
1018
 
1007
1019
  ## 9.0.8
1008
1020
 
1009
1021
  ### Patch Changes
1010
1022
 
1011
- - Updated dependencies
1012
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1013
- - @atlaskit/icon@20.0.0
1014
- - @atlaskit/modal-dialog@10.5.1
1015
- - @atlaskit/docs@8.3.1
1016
- - @atlaskit/button@13.3.6
1017
- - @atlaskit/portal@3.1.5
1023
+ - Updated dependencies
1024
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1025
+ - @atlaskit/icon@20.0.0
1026
+ - @atlaskit/modal-dialog@10.5.1
1027
+ - @atlaskit/docs@8.3.1
1028
+ - @atlaskit/button@13.3.6
1029
+ - @atlaskit/portal@3.1.5
1018
1030
 
1019
1031
  ## 9.0.7
1020
1032
 
1021
1033
  ### Patch Changes
1022
1034
 
1023
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1035
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1024
1036
 
1025
- Fixes Action onClick return type to void- Updated dependencies
1026
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1037
+ Fixes Action onClick return type to void- Updated dependencies
1038
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1027
1039
 
1028
- - Updated dependencies
1029
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1030
- - Updated dependencies
1031
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1032
- - Updated dependencies
1033
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1034
- - Updated dependencies
1035
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1036
- - Updated dependencies
1037
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1038
- - @atlaskit/analytics-next@6.3.3
1039
- - @atlaskit/modal-dialog@10.5.0
1040
- - @atlaskit/progress-indicator@7.0.12
1041
- - @atlaskit/popper@3.1.8
1040
+ - Updated dependencies
1041
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1042
+ - Updated dependencies
1043
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1044
+ - Updated dependencies
1045
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1046
+ - Updated dependencies
1047
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1048
+ - Updated dependencies
1049
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1050
+ - @atlaskit/analytics-next@6.3.3
1051
+ - @atlaskit/modal-dialog@10.5.0
1052
+ - @atlaskit/progress-indicator@7.0.12
1053
+ - @atlaskit/popper@3.1.8
1042
1054
 
1043
1055
  ## 9.0.6
1044
1056
 
1045
1057
  ### Patch Changes
1046
1058
 
1047
- - [patch][532f7c03fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/532f7c03fd):
1059
+ - [patch][532f7c03fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/532f7c03fd):
1048
1060
 
1049
- Fixes spotlight taking a while to animate into view.-
1050
- [patch][864f4891dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/864f4891dc):
1061
+ Fixes spotlight taking a while to animate into view.-
1062
+ [patch][864f4891dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/864f4891dc):
1051
1063
 
1052
- Fixes spotlight target not updating its position when resizing the viewport.- Updated
1053
- dependencies [768bac6d81](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/768bac6d81):
1064
+ Fixes spotlight target not updating its position when resizing the viewport.- Updated dependencies
1065
+ [768bac6d81](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/768bac6d81):
1054
1066
 
1055
- - @atlaskit/analytics-next@6.3.2
1067
+ - @atlaskit/analytics-next@6.3.2
1056
1068
 
1057
1069
  ## 9.0.5
1058
1070
 
1059
1071
  ### Patch Changes
1060
1072
 
1061
- - [patch][1ed27f5f85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ed27f5f85):
1073
+ - [patch][1ed27f5f85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1ed27f5f85):
1062
1074
 
1063
- Adds prop types for Header / Footer render props.
1075
+ Adds prop types for Header / Footer render props.
1064
1076
 
1065
1077
  ## 9.0.4
1066
1078
 
1067
1079
  ### Patch Changes
1068
1080
 
1069
- - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
1081
+ - [patch][f86839ca4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f86839ca4e):
1070
1082
 
1071
- @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
1083
+ @atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
1072
1084
 
1073
1085
  ## 9.0.3
1074
1086
 
1075
1087
  ### Patch Changes
1076
1088
 
1077
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1089
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1078
1090
 
1079
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1091
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1080
1092
 
1081
1093
  ## 9.0.2
1082
1094
 
1083
1095
  ### Patch Changes
1084
1096
 
1085
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1097
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1086
1098
 
1087
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1099
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1088
1100
 
1089
1101
  ## 9.0.1
1090
1102
 
1091
1103
  ### Patch Changes
1092
1104
 
1093
- - [patch][2b158873d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b158873d1):
1105
+ - [patch][2b158873d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b158873d1):
1094
1106
 
1095
- Add linting rule to prevent unsafe usage of setTimeout within React components.
1107
+ Add linting rule to prevent unsafe usage of setTimeout within React components.
1096
1108
 
1097
1109
  ## 9.0.0
1098
1110
 
1099
1111
  ### Major Changes
1100
1112
 
1101
- - [major][a75dfaad67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a75dfaad67):
1113
+ - [major][a75dfaad67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a75dfaad67):
1102
1114
 
1103
- @atlaskit/onboarding has been converted to Typescript. Typescript consumers will now get static
1104
- type safety. Flow types are no longer provided. No API or behavioural changes.
1115
+ @atlaskit/onboarding has been converted to Typescript. Typescript consumers will now get static
1116
+ type safety. Flow types are no longer provided. No API or behavioural changes.
1105
1117
 
1106
1118
  ## 8.0.17
1107
1119
 
1108
1120
  ### Patch Changes
1109
1121
 
1110
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1122
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1111
1123
 
1112
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1113
- non-relative imports as relative imports
1124
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1125
+ non-relative imports as relative imports
1114
1126
 
1115
1127
  ## 8.0.16
1116
1128
 
1117
1129
  ### Patch Changes
1118
1130
 
1119
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1131
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1120
1132
 
1121
- Upgraded Typescript to 3.3.x
1133
+ Upgraded Typescript to 3.3.x
1122
1134
 
1123
1135
  ## 8.0.15
1124
1136
 
1125
1137
  ### Patch Changes
1126
1138
 
1127
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1139
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1128
1140
 
1129
- Change all the imports to theme in Core to use multi entry points
1141
+ Change all the imports to theme in Core to use multi entry points
1130
1142
 
1131
1143
  ## 8.0.14
1132
1144
 
1133
1145
  ### Patch Changes
1134
1146
 
1135
- - [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
1147
+ - [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
1136
1148
 
1137
- Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
1138
- typescript support so it is recommended that typescript consumers use it also.
1149
+ Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
1150
+ typescript support so it is recommended that typescript consumers use it also.
1139
1151
 
1140
1152
  ## 8.0.13
1141
1153
 
1142
1154
  ### Patch Changes
1143
1155
 
1144
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1156
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1145
1157
 
1146
- Updates component maintainers
1158
+ Updates component maintainers
1147
1159
 
1148
1160
  ## 8.0.12
1149
1161
 
1150
- - Updated dependencies
1151
- [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1152
- - @atlaskit/progress-indicator@7.0.3
1153
- - @atlaskit/analytics-next@6.0.0
1154
- - @atlaskit/button@13.1.2
1155
- - @atlaskit/modal-dialog@10.1.3
1162
+ - Updated dependencies
1163
+ [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1164
+ - @atlaskit/progress-indicator@7.0.3
1165
+ - @atlaskit/analytics-next@6.0.0
1166
+ - @atlaskit/button@13.1.2
1167
+ - @atlaskit/modal-dialog@10.1.3
1156
1168
 
1157
1169
  ## 8.0.11
1158
1170
 
1159
1171
  ### Patch Changes
1160
1172
 
1161
- - [patch][678b2407a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/678b2407a1):
1173
+ - [patch][678b2407a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/678b2407a1):
1162
1174
 
1163
- Fix spotlight highlight issue when the offset parent has "fixed" position.
1175
+ Fix spotlight highlight issue when the offset parent has "fixed" position.
1164
1176
 
1165
1177
  ## 8.0.10
1166
1178
 
1167
1179
  ### Patch Changes
1168
1180
 
1169
- - [patch][d905cbc0ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d905cbc0ac):
1181
+ - [patch][d905cbc0ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d905cbc0ac):
1170
1182
 
1171
- Spotlight target highlight is out of position if the the target element or any of its parent has
1172
- a "fixed" position. Fix the issue by checking for fixed position before setting the position
1173
- values for target highlight. Adding a condition to check if the component are referenced in
1174
- tests running in CI. It reduces the noise and help reading the CI log.
1183
+ Spotlight target highlight is out of position if the the target element or any of its parent has a
1184
+ "fixed" position. Fix the issue by checking for fixed position before setting the position values
1185
+ for target highlight. Adding a condition to check if the component are referenced in tests running
1186
+ in CI. It reduces the noise and help reading the CI log.
1175
1187
 
1176
1188
  ## 8.0.9
1177
1189
 
1178
- - BROKEN RELEASE. DO NOT USE.
1190
+ - BROKEN RELEASE. DO NOT USE.
1179
1191
 
1180
1192
  ### Patch Changes
1181
1193
 
1182
- - [patch][2e3d9d3e25](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e3d9d3e25):
1194
+ - [patch][2e3d9d3e25](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e3d9d3e25):
1183
1195
 
1184
1196
  ## 8.0.8
1185
1197
 
1186
- - Updated dependencies
1187
- [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1188
- - @atlaskit/popper@3.0.0
1198
+ - Updated dependencies
1199
+ [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1200
+ - @atlaskit/popper@3.0.0
1189
1201
 
1190
1202
  ## 8.0.7
1191
1203
 
1192
1204
  ### Patch Changes
1193
1205
 
1194
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1206
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1195
1207
 
1196
- Consume analytics-next ts type definitions as an ambient declaration.
1208
+ Consume analytics-next ts type definitions as an ambient declaration.
1197
1209
 
1198
1210
  ## 8.0.6
1199
1211
 
1200
- - Updated dependencies
1201
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1202
- - @atlaskit/docs@8.1.3
1203
- - @atlaskit/button@13.0.9
1204
- - @atlaskit/modal-dialog@10.0.7
1205
- - @atlaskit/portal@3.0.7
1206
- - @atlaskit/icon@19.0.0
1212
+ - Updated dependencies
1213
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1214
+ - @atlaskit/docs@8.1.3
1215
+ - @atlaskit/button@13.0.9
1216
+ - @atlaskit/modal-dialog@10.0.7
1217
+ - @atlaskit/portal@3.0.7
1218
+ - @atlaskit/icon@19.0.0
1207
1219
 
1208
1220
  ## 8.0.5
1209
1221
 
1210
1222
  ### Patch Changes
1211
1223
 
1212
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1224
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1213
1225
 
1214
- index.ts will now be ignored when publishing to npm
1226
+ index.ts will now be ignored when publishing to npm
1215
1227
 
1216
1228
  ## 8.0.4
1217
1229
 
1218
- - Updated dependencies
1219
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1220
- - @atlaskit/docs@8.1.2
1221
- - @atlaskit/button@13.0.8
1222
- - @atlaskit/modal-dialog@10.0.4
1223
- - @atlaskit/portal@3.0.3
1224
- - @atlaskit/icon@18.0.0
1230
+ - Updated dependencies
1231
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1232
+ - @atlaskit/docs@8.1.2
1233
+ - @atlaskit/button@13.0.8
1234
+ - @atlaskit/modal-dialog@10.0.4
1235
+ - @atlaskit/portal@3.0.3
1236
+ - @atlaskit/icon@18.0.0
1225
1237
 
1226
1238
  ## 8.0.3
1227
1239
 
1228
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1240
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1229
1241
 
1230
- - This is just a safety release in case anything strange happened in in the previous one. See
1231
- Pull Request #5942 for details
1242
+ - This is just a safety release in case anything strange happened in in the previous one. See Pull
1243
+ Request #5942 for details
1232
1244
 
1233
1245
  ## 8.0.2
1234
1246
 
1235
- - [patch][c3ab82ed42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3ab82ed42):
1247
+ - [patch][c3ab82ed42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3ab82ed42):
1236
1248
 
1237
- - Bump react-focus-lock to latest 1.19.1, it will fix a bug with document.activeElement
1249
+ - Bump react-focus-lock to latest 1.19.1, it will fix a bug with document.activeElement
1238
1250
 
1239
- - Updated dependencies
1240
- [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1241
- - Updated dependencies
1242
- [dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
1243
- - @atlaskit/icon@17.1.2
1244
- - @atlaskit/portal@3.0.0
1245
- - @atlaskit/modal-dialog@10.0.0
1251
+ - Updated dependencies
1252
+ [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1253
+ - Updated dependencies
1254
+ [dacfb81ca1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dacfb81ca1):
1255
+ - @atlaskit/icon@17.1.2
1256
+ - @atlaskit/portal@3.0.0
1257
+ - @atlaskit/modal-dialog@10.0.0
1246
1258
 
1247
1259
  ## 8.0.1
1248
1260
 
1249
- - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1261
+ - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1250
1262
 
1251
- - Clean couple of TODO's that were already done
1263
+ - Clean couple of TODO's that were already done
1252
1264
 
1253
1265
  ## 8.0.0
1254
1266
 
1255
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1267
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1256
1268
 
1257
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1258
- this package, please ensure you use at least this version of react and react-dom.
1269
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1270
+ this package, please ensure you use at least this version of react and react-dom.
1259
1271
 
1260
1272
  ## 7.0.5
1261
1273
 
1262
- - Updated dependencies
1263
- [5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
1264
- - Updated dependencies
1265
- [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1266
- - @atlaskit/modal-dialog@8.0.9
1267
- - @atlaskit/portal@1.0.0
1268
- - @atlaskit/popper@1.0.0
1274
+ - Updated dependencies
1275
+ [5b6b4d6a0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b6b4d6a0f):
1276
+ - Updated dependencies
1277
+ [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1278
+ - @atlaskit/modal-dialog@8.0.9
1279
+ - @atlaskit/portal@1.0.0
1280
+ - @atlaskit/popper@1.0.0
1269
1281
 
1270
1282
  ## 7.0.4
1271
1283
 
1272
- - Updated dependencies
1273
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1274
- - @atlaskit/docs@7.0.3
1275
- - @atlaskit/button@12.0.3
1276
- - @atlaskit/icon@16.0.9
1277
- - @atlaskit/modal-dialog@8.0.7
1278
- - @atlaskit/popper@0.4.3
1279
- - @atlaskit/progress-indicator@6.0.4
1280
- - @atlaskit/theme@8.1.7
1284
+ - Updated dependencies
1285
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1286
+ - @atlaskit/docs@7.0.3
1287
+ - @atlaskit/button@12.0.3
1288
+ - @atlaskit/icon@16.0.9
1289
+ - @atlaskit/modal-dialog@8.0.7
1290
+ - @atlaskit/popper@0.4.3
1291
+ - @atlaskit/progress-indicator@6.0.4
1292
+ - @atlaskit/theme@8.1.7
1281
1293
 
1282
1294
  ## 7.0.3
1283
1295
 
1284
- - Updated dependencies
1285
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1286
- - @atlaskit/docs@7.0.2
1287
- - @atlaskit/analytics-next@4.0.3
1288
- - @atlaskit/icon@16.0.8
1289
- - @atlaskit/modal-dialog@8.0.6
1290
- - @atlaskit/popper@0.4.2
1291
- - @atlaskit/portal@0.3.1
1292
- - @atlaskit/progress-indicator@6.0.3
1293
- - @atlaskit/theme@8.1.6
1294
- - @atlaskit/button@12.0.0
1296
+ - Updated dependencies
1297
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1298
+ - @atlaskit/docs@7.0.2
1299
+ - @atlaskit/analytics-next@4.0.3
1300
+ - @atlaskit/icon@16.0.8
1301
+ - @atlaskit/modal-dialog@8.0.6
1302
+ - @atlaskit/popper@0.4.2
1303
+ - @atlaskit/portal@0.3.1
1304
+ - @atlaskit/progress-indicator@6.0.3
1305
+ - @atlaskit/theme@8.1.6
1306
+ - @atlaskit/button@12.0.0
1295
1307
 
1296
1308
  ## 7.0.2
1297
1309
 
1298
- - Updated dependencies
1299
- [ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
1300
- - @atlaskit/modal-dialog@8.0.4
1301
- - @atlaskit/portal@0.3.0
1310
+ - Updated dependencies
1311
+ [ce4e1b4780](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce4e1b4780):
1312
+ - @atlaskit/modal-dialog@8.0.4
1313
+ - @atlaskit/portal@0.3.0
1302
1314
 
1303
1315
  ## 7.0.1
1304
1316
 
1305
- - Updated dependencies
1306
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1307
- - @atlaskit/docs@7.0.1
1308
- - @atlaskit/analytics-next@4.0.1
1309
- - @atlaskit/icon@16.0.5
1310
- - @atlaskit/modal-dialog@8.0.2
1311
- - @atlaskit/popper@0.4.1
1312
- - @atlaskit/portal@0.2.1
1313
- - @atlaskit/progress-indicator@6.0.1
1314
- - @atlaskit/theme@8.0.1
1315
- - @atlaskit/button@11.0.0
1317
+ - Updated dependencies
1318
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1319
+ - @atlaskit/docs@7.0.1
1320
+ - @atlaskit/analytics-next@4.0.1
1321
+ - @atlaskit/icon@16.0.5
1322
+ - @atlaskit/modal-dialog@8.0.2
1323
+ - @atlaskit/popper@0.4.1
1324
+ - @atlaskit/portal@0.2.1
1325
+ - @atlaskit/progress-indicator@6.0.1
1326
+ - @atlaskit/theme@8.0.1
1327
+ - @atlaskit/button@11.0.0
1316
1328
 
1317
1329
  ## 7.0.0
1318
1330
 
1319
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1331
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1320
1332
 
1321
- - Drop ES5 from all the flow modules
1333
+ - Drop ES5 from all the flow modules
1322
1334
 
1323
- ### Dropping CJS support in all @atlaskit packages
1335
+ ### Dropping CJS support in all @atlaskit packages
1324
1336
 
1325
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1326
- distribute esm. This means all distributed code will be transpiled, but will still contain
1327
- `import` and `export` declarations.
1337
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1338
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1339
+ `import` and `export` declarations.
1328
1340
 
1329
- The major reason for doing this is to allow us to support multiple entry points in packages,
1330
- e.g:
1341
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
1331
1342
 
1332
- ```js
1333
- import colors from `@atlaskit/theme/colors`;
1334
- ```
1343
+ ```js
1344
+ import colors from `@atlaskit/theme/colors`;
1345
+ ```
1335
1346
 
1336
- Previously this was sort of possible for consumers by doing something like:
1347
+ Previously this was sort of possible for consumers by doing something like:
1337
1348
 
1338
- ```js
1339
- import colors from `@atlaskit/theme/dist/esm/colors`;
1340
- ```
1349
+ ```js
1350
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1351
+ ```
1341
1352
 
1342
- This has a couple of issues. 1, it treats the file system as API making internal refactors
1343
- harder, we have to worry about how consumers might be using things that aren't _actually_
1344
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1345
- to lots of packages bundling all of theme, just to use a single color, especially in situations
1346
- where tree shaking fails.
1353
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1354
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1355
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1356
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1357
+ shaking fails.
1347
1358
 
1348
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
1349
- multiple distributions as they would need to have very different imports from of their own
1350
- internal dependencies.
1359
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1360
+ multiple distributions as they would need to have very different imports from of their own
1361
+ internal dependencies.
1351
1362
 
1352
- ES Modules are widely supported by all modern bundlers and can be worked around in node
1353
- environments.
1363
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1364
+ environments.
1354
1365
 
1355
- We may choose to revisit this solution in the future if we find any unintended condequences, but
1356
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1357
- saner API's and simpler package architecture.
1366
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1367
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1368
+ saner API's and simpler package architecture.
1358
1369
 
1359
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
1360
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1361
- external) if you have any questions or queries about this.
1370
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1371
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1372
+ external) if you have any questions or queries about this.
1362
1373
 
1363
1374
  ## 6.2.0
1364
1375
 
1365
- - [minor][eb81a2de65](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb81a2de65):
1376
+ - [minor][eb81a2de65](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eb81a2de65):
1366
1377
 
1367
- - Spotlight footer and header props will now only accept React components
1378
+ - Spotlight footer and header props will now only accept React components
1368
1379
 
1369
1380
  ## 6.1.17
1370
1381
 
1371
- - [patch][d669123bbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d669123bbd):
1382
+ - [patch][d669123bbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d669123bbd):
1372
1383
 
1373
- - Enable auto focus by rendering components only after the portal has been attached to DOM.
1384
+ - Enable auto focus by rendering components only after the portal has been attached to DOM.
1374
1385
 
1375
- - Updated dependencies
1376
- [27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
1377
- - @atlaskit/modal-dialog@7.2.2
1378
- - @atlaskit/portal@0.1.0
1386
+ - Updated dependencies
1387
+ [27cacd44ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cacd44ab):
1388
+ - @atlaskit/modal-dialog@7.2.2
1389
+ - @atlaskit/portal@0.1.0
1379
1390
 
1380
1391
  ## 6.1.16
1381
1392
 
1382
- - Updated dependencies
1383
- [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1384
- - @atlaskit/docs@6.0.1
1385
- - @atlaskit/button@10.1.2
1386
- - @atlaskit/modal-dialog@7.2.1
1387
- - @atlaskit/portal@0.0.18
1388
- - @atlaskit/icon@16.0.0
1393
+ - Updated dependencies
1394
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1395
+ - @atlaskit/docs@6.0.1
1396
+ - @atlaskit/button@10.1.2
1397
+ - @atlaskit/modal-dialog@7.2.1
1398
+ - @atlaskit/portal@0.0.18
1399
+ - @atlaskit/icon@16.0.0
1389
1400
 
1390
1401
  ## 6.1.15
1391
1402
 
1392
- - [patch][6855bec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6855bec):
1403
+ - [patch][6855bec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6855bec):
1393
1404
 
1394
- - Updated internal use of ModalDialog to use new composition API
1405
+ - Updated internal use of ModalDialog to use new composition API
1395
1406
 
1396
1407
  ## 6.1.14
1397
1408
 
1398
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1399
- - @atlaskit/analytics-next@3.1.2
1400
- - @atlaskit/button@10.1.1
1401
- - @atlaskit/icon@15.0.2
1402
- - @atlaskit/modal-dialog@7.1.1
1403
- - @atlaskit/popper@0.3.6
1404
- - @atlaskit/portal@0.0.17
1405
- - @atlaskit/progress-indicator@5.0.11
1406
- - @atlaskit/theme@7.0.1
1407
- - @atlaskit/docs@6.0.0
1409
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1410
+ - @atlaskit/analytics-next@3.1.2
1411
+ - @atlaskit/button@10.1.1
1412
+ - @atlaskit/icon@15.0.2
1413
+ - @atlaskit/modal-dialog@7.1.1
1414
+ - @atlaskit/popper@0.3.6
1415
+ - @atlaskit/portal@0.0.17
1416
+ - @atlaskit/progress-indicator@5.0.11
1417
+ - @atlaskit/theme@7.0.1
1418
+ - @atlaskit/docs@6.0.0
1408
1419
 
1409
1420
  ## 6.1.13
1410
1421
 
1411
- - [patch][e59562a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e59562a):
1422
+ - [patch][e59562a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e59562a):
1412
1423
 
1413
- - Fix for visual bug in SpotlightCard component
1424
+ - Fix for visual bug in SpotlightCard component
1414
1425
 
1415
1426
  ## 6.1.12
1416
1427
 
1417
- - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1428
+ - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1418
1429
 
1419
- - Change API to experimental theming API to namespace component themes into separate contexts
1420
- and make theming simpler. Update all dependant components.
1430
+ - Change API to experimental theming API to namespace component themes into separate contexts and
1431
+ make theming simpler. Update all dependant components.
1421
1432
 
1422
1433
  ## 6.1.11
1423
1434
 
1424
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1425
- - @atlaskit/docs@5.2.2
1426
- - @atlaskit/button@10.0.1
1427
- - @atlaskit/modal-dialog@7.0.13
1428
- - @atlaskit/portal@0.0.16
1429
- - @atlaskit/icon@15.0.0
1435
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1436
+ - @atlaskit/docs@5.2.2
1437
+ - @atlaskit/button@10.0.1
1438
+ - @atlaskit/modal-dialog@7.0.13
1439
+ - @atlaskit/portal@0.0.16
1440
+ - @atlaskit/icon@15.0.0
1430
1441
 
1431
1442
  ## 6.1.10
1432
1443
 
1433
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1434
- - @atlaskit/docs@5.2.1
1435
- - @atlaskit/analytics-next@3.1.1
1436
- - @atlaskit/icon@14.6.1
1437
- - @atlaskit/modal-dialog@7.0.12
1438
- - @atlaskit/popper@0.3.2
1439
- - @atlaskit/portal@0.0.15
1440
- - @atlaskit/progress-indicator@5.0.9
1441
- - @atlaskit/theme@6.2.1
1442
- - @atlaskit/button@10.0.0
1444
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1445
+ - @atlaskit/docs@5.2.1
1446
+ - @atlaskit/analytics-next@3.1.1
1447
+ - @atlaskit/icon@14.6.1
1448
+ - @atlaskit/modal-dialog@7.0.12
1449
+ - @atlaskit/popper@0.3.2
1450
+ - @atlaskit/portal@0.0.15
1451
+ - @atlaskit/progress-indicator@5.0.9
1452
+ - @atlaskit/theme@6.2.1
1453
+ - @atlaskit/button@10.0.0
1443
1454
 
1444
1455
  ## 6.1.9
1445
1456
 
1446
- - [patch][e151c1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e151c1a):
1457
+ - [patch][e151c1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e151c1a):
1447
1458
 
1448
- - Removes dependency on @atlaskit/layer-manager
1459
+ - Removes dependency on @atlaskit/layer-manager
1449
1460
 
1450
- As of component versions:
1461
+ As of component versions:
1451
1462
 
1452
- - \`@atlaskit/modal-dialog@7.0.0\`
1453
- - \`@atlaskit/tooltip@12.0.2\`
1454
- - \`@atlaskit/flag@9.0.6\`
1455
- - \`@atlaskit/onboarding@6.0.0\`
1463
+ - \`@atlaskit/modal-dialog@7.0.0\`
1464
+ - \`@atlaskit/tooltip@12.0.2\`
1465
+ - \`@atlaskit/flag@9.0.6\`
1466
+ - \`@atlaskit/onboarding@6.0.0\`
1456
1467
 
1457
- No component requires \`LayerManager\` to layer correctly.
1468
+ No component requires \`LayerManager\` to layer correctly.
1458
1469
 
1459
- You can safely remove this dependency and stop rendering \`LayerManager\` in your apps.
1470
+ You can safely remove this dependency and stop rendering \`LayerManager\` in your apps.
1460
1471
 
1461
1472
  ## 6.1.8
1462
1473
 
1463
- - Updated dependencies [1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
1464
- - @atlaskit/modal-dialog@7.0.9
1465
- - @atlaskit/portal@0.0.14
1474
+ - Updated dependencies [1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
1475
+ - @atlaskit/modal-dialog@7.0.9
1476
+ - @atlaskit/portal@0.0.14
1466
1477
 
1467
1478
  ## 6.1.7
1468
1479
 
1469
- - Updated dependencies [3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
1470
- - @atlaskit/modal-dialog@7.0.8
1471
- - @atlaskit/portal@0.0.13
1480
+ - Updated dependencies [3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):
1481
+ - @atlaskit/modal-dialog@7.0.8
1482
+ - @atlaskit/portal@0.0.13
1472
1483
 
1473
1484
  ## 6.1.6
1474
1485
 
1475
- - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1486
+ - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1476
1487
 
1477
- - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow
1478
- flow to type check properly
1488
+ - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
1489
+ to type check properly
1479
1490
 
1480
1491
  ## 6.1.5
1481
1492
 
1482
- - [patch][b332c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b332c91):
1493
+ - [patch][b332c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b332c91):
1483
1494
 
1484
- - upgrades verison of react-scrolllock to SSR safe version
1495
+ - upgrades verison of react-scrolllock to SSR safe version
1485
1496
 
1486
1497
  ## 6.1.4
1487
1498
 
1488
- - [patch][9f91ea0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f91ea0):
1499
+ - [patch][9f91ea0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f91ea0):
1489
1500
 
1490
- - Adds visual regression test for ie11
1501
+ - Adds visual regression test for ie11
1491
1502
 
1492
1503
  ## 6.1.3
1493
1504
 
1494
- - [patch][4872a19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4872a19):
1495
-
1496
- - actions prop officially accepts Node type for text. Adds optional key to action type.
1497
-
1498
- Previously if you were using the actions prop like:
1499
-
1500
- ```jsx
1501
- <Spotlight
1502
- actions={[
1503
- {
1504
- text: <FormattedMessage defaultMessage="Next" />,
1505
- },
1506
- {
1507
- text: <FormattedMessage defaultMessage="Skip" />,
1508
- },
1509
- ]}
1510
- >
1511
- Look at this feature
1512
- </Spotlight>
1513
- ```
1514
-
1515
- React would complain about duplicate keys. Now you can pass in a key for the action like:
1516
-
1517
- ```jsx
1518
- <Spotlight
1519
- actions={[
1520
- {
1521
- text: <FormattedMessage defaultMessage="Next" />,
1522
- key: 'next',
1523
- },
1524
- {
1525
- text: <FormattedMessage defaultMessage="Skip" />,
1526
- key: 'skip',
1527
- },
1528
- ]}
1529
- >
1530
- Look at this feature
1531
- </Spotlight>
1532
- ```
1505
+ - [patch][4872a19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4872a19):
1506
+
1507
+ - actions prop officially accepts Node type for text. Adds optional key to action type.
1508
+
1509
+ Previously if you were using the actions prop like:
1510
+
1511
+ ```jsx
1512
+ <Spotlight
1513
+ actions={[
1514
+ {
1515
+ text: <FormattedMessage defaultMessage="Next" />,
1516
+ },
1517
+ {
1518
+ text: <FormattedMessage defaultMessage="Skip" />,
1519
+ },
1520
+ ]}
1521
+ >
1522
+ Look at this feature
1523
+ </Spotlight>
1524
+ ```
1525
+
1526
+ React would complain about duplicate keys. Now you can pass in a key for the action like:
1527
+
1528
+ ```jsx
1529
+ <Spotlight
1530
+ actions={[
1531
+ {
1532
+ text: <FormattedMessage defaultMessage="Next" />,
1533
+ key: 'next',
1534
+ },
1535
+ {
1536
+ text: <FormattedMessage defaultMessage="Skip" />,
1537
+ key: 'skip',
1538
+ },
1539
+ ]}
1540
+ >
1541
+ Look at this feature
1542
+ </Spotlight>
1543
+ ```
1533
1544
 
1534
1545
  ## 6.1.2
1535
1546
 
1536
- - [patch][2482922](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2482922" d):
1547
+ - [patch][2482922](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2482922" d):
1537
1548
 
1538
- - Remove unecessary alt text for modal image to avoid redundancy for screenreaders
1549
+ - Remove unecessary alt text for modal image to avoid redundancy for screenreaders
1539
1550
 
1540
1551
  ## 6.1.1
1541
1552
 
1542
- - [patch][0c7a57d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c7a57d" d):
1553
+ - [patch][0c7a57d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c7a57d" d):
1543
1554
 
1544
- - Fixes layering of blanket and spotlight components in IE11 and Edge
1555
+ - Fixes layering of blanket and spotlight components in IE11 and Edge
1545
1556
 
1546
1557
  ## 6.1.0
1547
1558
 
1548
- - [minor] Creates new SpotlightCard component. Internal refactor of Spotlight components.
1549
- Spotlight state managed through context rather than local variable.
1550
- [f9ba552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9ba552)
1559
+ - [minor] Creates new SpotlightCard component. Internal refactor of Spotlight components. Spotlight
1560
+ state managed through context rather than local variable.
1561
+ [f9ba552](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9ba552)
1551
1562
 
1552
1563
  ## 6.0.4
1553
1564
 
1554
- - [patch] Updated dependencies
1555
- [aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
1556
- - @atlaskit/modal-dialog@7.0.4
1557
- - @atlaskit/portal@0.0.12
1565
+ - [patch] Updated dependencies
1566
+ [aaab348](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aaab348)
1567
+ - @atlaskit/modal-dialog@7.0.4
1568
+ - @atlaskit/portal@0.0.12
1558
1569
 
1559
1570
  ## 6.0.3
1560
1571
 
1561
- - [patch] Adds missing implicit @babel/runtime dependency
1562
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1572
+ - [patch] Adds missing implicit @babel/runtime dependency
1573
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1563
1574
 
1564
1575
  ## 6.0.2
1565
1576
 
1566
- - [patch] Updated dependencies
1567
- [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1568
- - @atlaskit/docs@5.0.8
1569
- - @atlaskit/button@9.0.13
1570
- - @atlaskit/layer-manager@5.0.13
1571
- - @atlaskit/modal-dialog@7.0.2
1572
- - @atlaskit/portal@0.0.10
1573
- - @atlaskit/icon@14.0.0
1577
+ - [patch] Updated dependencies
1578
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1579
+ - @atlaskit/docs@5.0.8
1580
+ - @atlaskit/button@9.0.13
1581
+ - @atlaskit/layer-manager@5.0.13
1582
+ - @atlaskit/modal-dialog@7.0.2
1583
+ - @atlaskit/portal@0.0.10
1584
+ - @atlaskit/icon@14.0.0
1574
1585
 
1575
1586
  ## 6.0.1
1576
1587
 
1577
- - [patch] Updated dependencies
1578
- [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
1579
- - @atlaskit/icon@13.8.1
1580
- - @atlaskit/layer-manager@5.0.12
1581
- - @atlaskit/modal-dialog@7.0.0
1588
+ - [patch] Updated dependencies
1589
+ [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
1590
+ - @atlaskit/icon@13.8.1
1591
+ - @atlaskit/layer-manager@5.0.12
1592
+ - @atlaskit/modal-dialog@7.0.0
1582
1593
 
1583
1594
  ## 6.0.0
1584
1595
 
1585
- - [major] Add SpotlightTransition and require it wraps Spotlight to get both transitions and
1586
- conditional rendering with proper transitions on unmount.
1587
- [d9d2f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9d2f0d)
1588
- - [patch] Upgrades Spotlight component to use @atlaskit/portal package
1589
- [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
1590
- - [none] Updated dependencies
1591
- [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
1592
- - @atlaskit/portal@0.0.8
1593
- - @atlaskit/layer-manager@5.0.11
1596
+ - [major] Add SpotlightTransition and require it wraps Spotlight to get both transitions and
1597
+ conditional rendering with proper transitions on unmount.
1598
+ [d9d2f0d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d9d2f0d)
1599
+ - [patch] Upgrades Spotlight component to use @atlaskit/portal package
1600
+ [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
1601
+ - [none] Updated dependencies
1602
+ [89be4f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/89be4f1)
1603
+ - @atlaskit/portal@0.0.8
1604
+ - @atlaskit/layer-manager@5.0.11
1594
1605
 
1595
1606
  ## 5.1.9
1596
1607
 
1597
- - [patch] Updated dependencies
1598
- [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
1599
- - @atlaskit/layer-manager@5.0.10
1600
- - @atlaskit/webdriver-runner@0.1.0
1608
+ - [patch] Updated dependencies
1609
+ [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
1610
+ - @atlaskit/layer-manager@5.0.10
1611
+ - @atlaskit/webdriver-runner@0.1.0
1601
1612
 
1602
1613
  ## 5.1.8
1603
1614
 
1604
- - [patch] Adds sideEffects: false to allow proper tree shaking
1605
- [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1615
+ - [patch] Adds sideEffects: false to allow proper tree shaking
1616
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1606
1617
 
1607
1618
  ## 5.1.6
1608
1619
 
1609
- - [patch] Updated dependencies
1610
- [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1611
- - @atlaskit/theme@6.0.0
1612
- - @atlaskit/modal-dialog@6.0.9
1613
- - @atlaskit/layer-manager@5.0.6
1614
- - @atlaskit/icon@13.2.5
1615
- - @atlaskit/button@9.0.6
1616
- - @atlaskit/docs@5.0.6
1620
+ - [patch] Updated dependencies
1621
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1622
+ - @atlaskit/theme@6.0.0
1623
+ - @atlaskit/modal-dialog@6.0.9
1624
+ - @atlaskit/layer-manager@5.0.6
1625
+ - @atlaskit/icon@13.2.5
1626
+ - @atlaskit/button@9.0.6
1627
+ - @atlaskit/docs@5.0.6
1617
1628
 
1618
1629
  ## 5.1.5
1619
1630
 
1620
- - [patch] Updated dependencies
1621
- [8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529)
1622
- - @atlaskit/layer@5.0.5
1631
+ - [patch] Updated dependencies
1632
+ [8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529)
1633
+ - @atlaskit/layer@5.0.5
1623
1634
 
1624
1635
  ## 5.1.4
1625
1636
 
1626
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1627
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1628
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1629
- - [none] Updated dependencies
1630
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1631
- - @atlaskit/modal-dialog@6.0.6
1632
- - @atlaskit/analytics-next@3.0.4
1633
- - @atlaskit/button@9.0.5
1634
- - @atlaskit/theme@5.1.3
1635
- - @atlaskit/layer@5.0.4
1636
- - @atlaskit/layer-manager@5.0.5
1637
- - @atlaskit/icon@13.2.4
1637
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
1638
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
1639
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1640
+ - [none] Updated dependencies
1641
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1642
+ - @atlaskit/modal-dialog@6.0.6
1643
+ - @atlaskit/analytics-next@3.0.4
1644
+ - @atlaskit/button@9.0.5
1645
+ - @atlaskit/theme@5.1.3
1646
+ - @atlaskit/layer@5.0.4
1647
+ - @atlaskit/layer-manager@5.0.5
1648
+ - @atlaskit/icon@13.2.4
1638
1649
 
1639
1650
  ## 5.1.3
1640
1651
 
1641
- - [patch] Updated dependencies
1642
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1643
- - @atlaskit/layer-manager@5.0.4
1644
- - @atlaskit/icon@13.2.2
1645
- - @atlaskit/button@9.0.4
1646
- - @atlaskit/theme@5.1.2
1647
- - @atlaskit/analytics-next@3.0.3
1648
- - @atlaskit/docs@5.0.2
1649
- - @atlaskit/layer@5.0.3
1650
- - @atlaskit/modal-dialog@6.0.5
1652
+ - [patch] Updated dependencies
1653
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1654
+ - @atlaskit/layer-manager@5.0.4
1655
+ - @atlaskit/icon@13.2.2
1656
+ - @atlaskit/button@9.0.4
1657
+ - @atlaskit/theme@5.1.2
1658
+ - @atlaskit/analytics-next@3.0.3
1659
+ - @atlaskit/docs@5.0.2
1660
+ - @atlaskit/layer@5.0.3
1661
+ - @atlaskit/modal-dialog@6.0.5
1651
1662
 
1652
1663
  ## 5.1.2
1653
1664
 
1654
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1655
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1656
- - [none] Updated dependencies
1657
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1658
- - @atlaskit/modal-dialog@6.0.4
1659
- - @atlaskit/analytics-next@3.0.2
1660
- - @atlaskit/button@9.0.3
1661
- - @atlaskit/theme@5.1.1
1662
- - @atlaskit/layer@5.0.2
1663
- - @atlaskit/layer-manager@5.0.3
1664
- - @atlaskit/icon@13.2.1
1665
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
1666
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1667
+ - [none] Updated dependencies
1668
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1669
+ - @atlaskit/modal-dialog@6.0.4
1670
+ - @atlaskit/analytics-next@3.0.2
1671
+ - @atlaskit/button@9.0.3
1672
+ - @atlaskit/theme@5.1.1
1673
+ - @atlaskit/layer@5.0.2
1674
+ - @atlaskit/layer-manager@5.0.3
1675
+ - @atlaskit/icon@13.2.1
1665
1676
 
1666
1677
  ## 5.1.1
1667
1678
 
1668
- - [patch] onboarding spotlight: fix margin affecting target position
1669
- [0e33c70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e33c70)
1670
- - [none] Updated dependencies
1671
- [0e33c70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e33c70)
1679
+ - [patch] onboarding spotlight: fix margin affecting target position
1680
+ [0e33c70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e33c70)
1681
+ - [none] Updated dependencies
1682
+ [0e33c70](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e33c70)
1672
1683
 
1673
1684
  ## 5.1.0
1674
1685
 
1675
- - [minor] round corners for onboarding modal image
1676
- [785e99a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/785e99a)
1677
- - [none] Updated dependencies
1678
- [785e99a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/785e99a)
1686
+ - [minor] round corners for onboarding modal image
1687
+ [785e99a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/785e99a)
1688
+ - [none] Updated dependencies
1689
+ [785e99a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/785e99a)
1679
1690
 
1680
1691
  ## 5.0.1
1681
1692
 
1682
- - [patch] Move analytics tests and replace elements to core
1683
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1684
- - [none] Updated dependencies
1685
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1686
- - @atlaskit/modal-dialog@6.0.1
1687
- - @atlaskit/analytics-next@3.0.1
1688
- - @atlaskit/button@9.0.2
1689
- - @atlaskit/docs@5.0.1
1693
+ - [patch] Move analytics tests and replace elements to core
1694
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1695
+ - [none] Updated dependencies
1696
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1697
+ - @atlaskit/modal-dialog@6.0.1
1698
+ - @atlaskit/analytics-next@3.0.1
1699
+ - @atlaskit/button@9.0.2
1700
+ - @atlaskit/docs@5.0.1
1690
1701
 
1691
1702
  ## 5.0.0
1692
1703
 
1693
- - [major] Provides analytics for common component interations. See the
1694
- [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section
1695
- for more details. If you are using enzyme for testing you will have to use
1696
- [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
1697
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1698
- - [major] Updates to React ^16.4.0
1699
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1700
- - [major] Updated dependencies
1701
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1702
- - @atlaskit/modal-dialog@6.0.0
1703
- - @atlaskit/analytics-next@3.0.0
1704
- - @atlaskit/button@9.0.0
1705
- - @atlaskit/theme@5.0.0
1706
- - @atlaskit/docs@5.0.0
1707
- - @atlaskit/layer@5.0.0
1708
- - @atlaskit/layer-manager@5.0.0
1709
- - @atlaskit/icon@13.0.0
1710
- - [major] Updated dependencies
1711
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1712
- - @atlaskit/modal-dialog@6.0.0
1713
- - @atlaskit/analytics-next@3.0.0
1714
- - @atlaskit/button@9.0.0
1715
- - @atlaskit/theme@5.0.0
1716
- - @atlaskit/docs@5.0.0
1717
- - @atlaskit/layer@5.0.0
1718
- - @atlaskit/layer-manager@5.0.0
1719
- - @atlaskit/icon@13.0.0
1704
+ - [major] Provides analytics for common component interations. See the
1705
+ [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for
1706
+ more details. If you are using enzyme for testing you will have to use
1707
+ [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
1708
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1709
+ - [major] Updates to React ^16.4.0
1710
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1711
+ - [major] Updated dependencies
1712
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1713
+ - @atlaskit/modal-dialog@6.0.0
1714
+ - @atlaskit/analytics-next@3.0.0
1715
+ - @atlaskit/button@9.0.0
1716
+ - @atlaskit/theme@5.0.0
1717
+ - @atlaskit/docs@5.0.0
1718
+ - @atlaskit/layer@5.0.0
1719
+ - @atlaskit/layer-manager@5.0.0
1720
+ - @atlaskit/icon@13.0.0
1721
+ - [major] Updated dependencies
1722
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1723
+ - @atlaskit/modal-dialog@6.0.0
1724
+ - @atlaskit/analytics-next@3.0.0
1725
+ - @atlaskit/button@9.0.0
1726
+ - @atlaskit/theme@5.0.0
1727
+ - @atlaskit/docs@5.0.0
1728
+ - @atlaskit/layer@5.0.0
1729
+ - @atlaskit/layer-manager@5.0.0
1730
+ - @atlaskit/icon@13.0.0
1720
1731
 
1721
1732
  ## 4.1.7
1722
1733
 
1723
- - [patch] Remove or update \$FlowFixMe
1724
- [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
1725
- - [none] Updated dependencies
1726
- [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
1727
- - @atlaskit/button@8.2.4
1728
- - @atlaskit/icon@12.6.1
1729
- - @atlaskit/modal-dialog@5.2.6
1734
+ - [patch] Remove or update \$FlowFixMe
1735
+ [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
1736
+ - [none] Updated dependencies
1737
+ [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
1738
+ - @atlaskit/button@8.2.4
1739
+ - @atlaskit/icon@12.6.1
1740
+ - @atlaskit/modal-dialog@5.2.6
1730
1741
 
1731
1742
  ## 4.1.6
1732
1743
 
1733
- - [patch] Fixes positioning issue when target is relatively positioned
1734
- [11e8465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11e8465)
1735
- - [none] Updated dependencies
1736
- [11e8465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11e8465)
1744
+ - [patch] Fixes positioning issue when target is relatively positioned
1745
+ [11e8465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11e8465)
1746
+ - [none] Updated dependencies
1747
+ [11e8465](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11e8465)
1737
1748
 
1738
1749
  ## 4.1.5
1739
1750
 
1740
- - [patch] Fix \$FlowFixMe and release packages
1741
- [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1742
- - [none] Updated dependencies
1743
- [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1744
- - @atlaskit/modal-dialog@5.2.5
1745
- - @atlaskit/button@8.2.2
1746
- - @atlaskit/icon@12.3.1
1751
+ - [patch] Fix \$FlowFixMe and release packages
1752
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1753
+ - [none] Updated dependencies
1754
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1755
+ - @atlaskit/modal-dialog@5.2.5
1756
+ - @atlaskit/button@8.2.2
1757
+ - @atlaskit/icon@12.3.1
1747
1758
 
1748
1759
  ## 4.1.4
1749
1760
 
1750
- - [patch] Replaces implementation of ScrollLock with
1751
- [react-scrolllock](https://github.com/jossmac/react-scrolllock). Deprecates ScrollLock export in
1752
- @atlaskit/layer-manager.
1753
- [497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
1754
- - [none] Updated dependencies
1755
- [497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
1756
- - @atlaskit/layer-manager@4.3.1
1757
- - @atlaskit/layer@4.1.1
1758
- - @atlaskit/modal-dialog@5.2.4
1761
+ - [patch] Replaces implementation of ScrollLock with
1762
+ [react-scrolllock](https://github.com/jossmac/react-scrolllock). Deprecates ScrollLock export in
1763
+ @atlaskit/layer-manager. [497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
1764
+ - [none] Updated dependencies
1765
+ [497d50d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/497d50d)
1766
+ - @atlaskit/layer-manager@4.3.1
1767
+ - @atlaskit/layer@4.1.1
1768
+ - @atlaskit/modal-dialog@5.2.4
1759
1769
 
1760
1770
  ## 4.1.3
1761
1771
 
1762
- - [patch] Adds autoFocus prop to FocusLock. Fixes scrolling bug in onboarding.
1763
- [c9d606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9d606b)
1764
- - [none] Updated dependencies
1765
- [c9d606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9d606b)
1766
- - @atlaskit/layer-manager@4.3.0
1767
- - Fixes scrolling problem when multiple spotlights are off-screen.
1772
+ - [patch] Adds autoFocus prop to FocusLock. Fixes scrolling bug in onboarding.
1773
+ [c9d606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9d606b)
1774
+ - [none] Updated dependencies
1775
+ [c9d606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c9d606b)
1776
+ - @atlaskit/layer-manager@4.3.0
1777
+ - Fixes scrolling problem when multiple spotlights are off-screen.
1768
1778
 
1769
1779
  ## 4.1.2
1770
1780
 
1771
- - [patch] Clean Changelogs - remove duplicates and empty entries
1772
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1773
- - [none] Updated dependencies
1774
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1775
- - @atlaskit/modal-dialog@5.2.2
1776
- - @atlaskit/button@8.1.2
1777
- - @atlaskit/theme@4.0.4
1778
- - @atlaskit/layer@4.0.3
1779
- - @atlaskit/layer-manager@4.2.1
1780
- - @atlaskit/icon@12.1.2
1781
+ - [patch] Clean Changelogs - remove duplicates and empty entries
1782
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1783
+ - [none] Updated dependencies
1784
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1785
+ - @atlaskit/modal-dialog@5.2.2
1786
+ - @atlaskit/button@8.1.2
1787
+ - @atlaskit/theme@4.0.4
1788
+ - @atlaskit/layer@4.0.3
1789
+ - @atlaskit/layer-manager@4.2.1
1790
+ - @atlaskit/icon@12.1.2
1781
1791
 
1782
1792
  ## 4.1.1
1783
1793
 
1784
- - [patch] Update changelogs to remove duplicate
1785
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1786
- - [none] Updated dependencies
1787
- [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1788
- - @atlaskit/theme@4.0.3
1789
- - @atlaskit/layer-manager@4.1.1
1790
- - @atlaskit/modal-dialog@5.1.1
1791
- - @atlaskit/icon@12.1.1
1792
- - @atlaskit/button@8.1.1
1793
- - @atlaskit/docs@4.1.1
1794
- - @atlaskit/layer@4.0.2
1794
+ - [patch] Update changelogs to remove duplicate
1795
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1796
+ - [none] Updated dependencies
1797
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1798
+ - @atlaskit/theme@4.0.3
1799
+ - @atlaskit/layer-manager@4.1.1
1800
+ - @atlaskit/modal-dialog@5.1.1
1801
+ - @atlaskit/icon@12.1.1
1802
+ - @atlaskit/button@8.1.1
1803
+ - @atlaskit/docs@4.1.1
1804
+ - @atlaskit/layer@4.0.2
1795
1805
 
1796
1806
  ## 4.1.0
1797
1807
 
1798
- - [none] Updated dependencies
1799
- [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1800
- - @atlaskit/modal-dialog@5.1.0
1801
- - @atlaskit/layer-manager@4.1.0
1802
- - @atlaskit/icon@12.1.0
1803
- - @atlaskit/docs@4.1.0
1804
- - @atlaskit/theme@4.0.2
1805
- - @atlaskit/layer@4.0.1
1806
- - @atlaskit/button@8.1.0
1808
+ - [none] Updated dependencies
1809
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1810
+ - @atlaskit/modal-dialog@5.1.0
1811
+ - @atlaskit/layer-manager@4.1.0
1812
+ - @atlaskit/icon@12.1.0
1813
+ - @atlaskit/docs@4.1.0
1814
+ - @atlaskit/theme@4.0.2
1815
+ - @atlaskit/layer@4.0.1
1816
+ - @atlaskit/button@8.1.0
1807
1817
 
1808
1818
  ## 4.0.1
1809
1819
 
1810
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1811
- - [patch] Updated dependencies
1812
- [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1813
- - @atlaskit/layer-manager@4.0.1
1814
- - @atlaskit/modal-dialog@5.0.1
1815
- - @atlaskit/icon@12.0.1
1816
- - @atlaskit/button@8.0.1
1817
- - @atlaskit/theme@4.0.1
1818
- - @atlaskit/docs@4.0.1
1820
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1821
+ - [patch] Updated dependencies
1822
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
1823
+ - @atlaskit/layer-manager@4.0.1
1824
+ - @atlaskit/modal-dialog@5.0.1
1825
+ - @atlaskit/icon@12.0.1
1826
+ - @atlaskit/button@8.0.1
1827
+ - @atlaskit/theme@4.0.1
1828
+ - @atlaskit/docs@4.0.1
1819
1829
 
1820
1830
  ## 4.0.0
1821
1831
 
1822
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1823
- ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1824
- - [patch] Updated dependencies
1825
- [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1826
- - @atlaskit/layer-manager@4.0.0
1827
- - @atlaskit/modal-dialog@5.0.0
1828
- - @atlaskit/icon@12.0.0
1829
- - @atlaskit/button@8.0.0
1830
- - @atlaskit/theme@4.0.0
1831
- - @atlaskit/docs@4.0.0
1832
- - @atlaskit/layer@4.0.0
1832
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
1833
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1834
+ - [patch] Updated dependencies
1835
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1836
+ - @atlaskit/layer-manager@4.0.0
1837
+ - @atlaskit/modal-dialog@5.0.0
1838
+ - @atlaskit/icon@12.0.0
1839
+ - @atlaskit/button@8.0.0
1840
+ - @atlaskit/theme@4.0.0
1841
+ - @atlaskit/docs@4.0.0
1842
+ - @atlaskit/layer@4.0.0
1833
1843
 
1834
1844
  ## 3.1.3
1835
1845
 
1836
- - [patch] Updated dependencies
1837
- [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1838
- - @atlaskit/icon@11.3.0
1839
- - @atlaskit/modal-dialog@4.0.5
1840
- - @atlaskit/layer-manager@3.0.4
1841
- - @atlaskit/button@7.2.5
1842
- - @atlaskit/theme@3.2.2
1843
- - @atlaskit/docs@3.0.4
1844
- - @atlaskit/layer@3.1.1
1846
+ - [patch] Updated dependencies
1847
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1848
+ - @atlaskit/icon@11.3.0
1849
+ - @atlaskit/modal-dialog@4.0.5
1850
+ - @atlaskit/layer-manager@3.0.4
1851
+ - @atlaskit/button@7.2.5
1852
+ - @atlaskit/theme@3.2.2
1853
+ - @atlaskit/docs@3.0.4
1854
+ - @atlaskit/layer@3.1.1
1845
1855
 
1846
1856
  ## 3.1.0
1847
1857
 
1848
- - [minor] support new property "targetNode" on spotlight component
1849
- [48397b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48397b6)
1858
+ - [minor] support new property "targetNode" on spotlight component
1859
+ [48397b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48397b6)
1850
1860
 
1851
1861
  ## 3.0.0
1852
1862
 
1853
- - [major] Bump to React 16.3.
1854
- [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1863
+ - [major] Bump to React 16.3.
1864
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
1855
1865
 
1856
1866
  ## 2.4.2
1857
1867
 
1858
- - [patch] Re-releasing due to potentially broken babel release
1859
- [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1868
+ - [patch] Re-releasing due to potentially broken babel release
1869
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
1860
1870
 
1861
1871
  ## 2.4.0
1862
1872
 
1863
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1864
- [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1873
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
1874
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
1865
1875
 
1866
1876
  ## 2.3.4
1867
1877
 
1868
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1869
- [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1878
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
1879
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
1870
1880
 
1871
1881
  ## 2.3.2
1872
1882
 
1873
- - [patch] Packages Flow types for elements components
1874
- [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1883
+ - [patch] Packages Flow types for elements components
1884
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
1875
1885
 
1876
1886
  ## 2.3.0
1877
1887
 
1878
- - [minor] Replace scrollBy and add websdriver test
1879
- [66e7a56](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66e7a56)
1888
+ - [minor] Replace scrollBy and add websdriver test
1889
+ [66e7a56](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66e7a56)
1880
1890
 
1881
1891
  ## 2.2.2
1882
1892
 
1883
- - [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
1884
- mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
1893
+ - [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak
1894
+ mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
1885
1895
 
1886
1896
  ## 2.2.1
1887
1897
 
1888
- - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
1889
- \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
1898
+ - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
1899
+ \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
1890
1900
 
1891
1901
  ## 2.2.0
1892
1902
 
1893
- - [minor] Add React 16 support.
1894
- [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1903
+ - [minor] Add React 16 support.
1904
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
1895
1905
 
1896
1906
  ## 2.1.0
1897
1907
 
1898
- - [minor] add subtle-link button appearance theme to spotlight
1899
- [24d1fa2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24d1fa2)
1908
+ - [minor] add subtle-link button appearance theme to spotlight
1909
+ [24d1fa2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24d1fa2)
1900
1910
 
1901
1911
  ## 2.0.8
1902
1912
 
1903
- - [patch] Update dependencies
1904
- [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
1913
+ - [patch] Update dependencies
1914
+ [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
1905
1915
 
1906
1916
  ## 2.0.7
1907
1917
 
1908
- - [patch] more robust implementation of FocusLock
1909
- [64dd1d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd1d8)
1918
+ - [patch] more robust implementation of FocusLock
1919
+ [64dd1d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd1d8)
1910
1920
 
1911
1921
  ## 2.0.6
1912
1922
 
1913
- - [patch] Refactor autoscroll logic in withScrollMeasurement HOC
1914
- [2e90a74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e90a74)
1923
+ - [patch] Refactor autoscroll logic in withScrollMeasurement HOC
1924
+ [2e90a74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e90a74)
1915
1925
 
1916
1926
  ## 2.0.4
1917
1927
 
1918
- - [patch] Fix version ranges on button/layer-manager
1919
- [7e7a211](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e7a211)
1920
- - [patch] update flow dep, fix flow errors
1921
- [722ad83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/722ad83)
1922
- - [patch] Update Onboarding's Button usage to implement theming method.
1923
- [5e6da46](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e6da46)
1928
+ - [patch] Fix version ranges on button/layer-manager
1929
+ [7e7a211](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e7a211)
1930
+ - [patch] update flow dep, fix flow errors
1931
+ [722ad83](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/722ad83)
1932
+ - [patch] Update Onboarding's Button usage to implement theming method.
1933
+ [5e6da46](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e6da46)
1924
1934
 
1925
1935
  ## 2.0.2
1926
1936
 
1927
- - [patch] Fix target regression from migration
1928
- [fa6f973](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f973)
1929
- - [patch] Updated docs to reflect the addition of the blanketIsTinted prop to SpotLightManager
1930
- [11bb25f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11bb25f)
1937
+ - [patch] Fix target regression from migration
1938
+ [fa6f973](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f973)
1939
+ - [patch] Updated docs to reflect the addition of the blanketIsTinted prop to SpotLightManager
1940
+ [11bb25f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11bb25f)
1931
1941
 
1932
1942
  ## 1.0.0-beta (2017-09-19)
1933
1943
 
1934
- - feature; initial release
1944
+ - feature; initial release