@atlaskit/status 1.4.8 → 1.4.10

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 (33) hide show
  1. package/CHANGELOG.md +296 -125
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-jira/tsconfig.json +40 -0
  4. package/dist/cjs/components/Status.js +6 -2
  5. package/dist/cjs/components/StatusPicker.js +9 -5
  6. package/dist/cjs/components/analytics.js +1 -1
  7. package/dist/cjs/components/internal/color-palette.js +12 -7
  8. package/dist/cjs/components/internal/color.js +20 -7
  9. package/dist/es2019/components/Status.js +6 -1
  10. package/dist/es2019/components/StatusPicker.js +9 -3
  11. package/dist/es2019/components/analytics.js +1 -1
  12. package/dist/es2019/components/internal/color-palette.js +16 -12
  13. package/dist/es2019/components/internal/color.js +29 -27
  14. package/dist/esm/components/Status.js +6 -1
  15. package/dist/esm/components/StatusPicker.js +9 -3
  16. package/dist/esm/components/analytics.js +1 -1
  17. package/dist/esm/components/internal/color-palette.js +12 -7
  18. package/dist/esm/components/internal/color.js +21 -8
  19. package/dist/types/components/Status.d.ts +1 -1
  20. package/dist/types/components/StatusPicker.d.ts +4 -4
  21. package/dist/types/components/analytics.d.ts +1 -1
  22. package/dist/types/components/internal/color-palette.d.ts +2 -2
  23. package/dist/types/components/internal/color.d.ts +1 -1
  24. package/dist/types-ts4.5/components/Status.d.ts +1 -1
  25. package/dist/types-ts4.5/components/StatusPicker.d.ts +4 -4
  26. package/dist/types-ts4.5/components/analytics.d.ts +1 -1
  27. package/dist/types-ts4.5/components/internal/color-palette.d.ts +2 -2
  28. package/dist/types-ts4.5/components/internal/color.d.ts +1 -1
  29. package/docs/0-intro.tsx +15 -21
  30. package/element/package.json +1 -1
  31. package/package.json +78 -79
  32. package/picker/package.json +1 -1
  33. package/report.api.md +35 -36
package/CHANGELOG.md CHANGED
@@ -1,22 +1,44 @@
1
1
  # @atlaskit/status
2
2
 
3
+ ## 1.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#112164](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112164)
8
+ [`9483ff476c29c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9483ff476c29c) -
9
+ [ux] Migrated native HTML buttons to Pressable from `@atlaskit/primitives`.
10
+
11
+ ## 1.4.9
12
+
13
+ ### Patch Changes
14
+
15
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
16
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
17
+ Upgrade Typescript from `4.9.5` to `5.4.2`
18
+
3
19
  ## 1.4.8
4
20
 
5
21
  ### Patch Changes
6
22
 
7
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
23
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
24
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
25
+ Update usage of `React.FC` to explicity include `children`
8
26
 
9
27
  ## 1.4.7
10
28
 
11
29
  ### Patch Changes
12
30
 
13
- - [#70896](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70896) [`af5e296fa0f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af5e296fa0f4) - Migrate @atlaskit/status to use declarative entry points.
31
+ - [#70896](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70896)
32
+ [`af5e296fa0f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af5e296fa0f4) -
33
+ Migrate @atlaskit/status to use declarative entry points.
14
34
 
15
35
  ## 1.4.6
16
36
 
17
37
  ### Patch Changes
18
38
 
19
- - [#66759](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66759) [`906578f1ea5d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/906578f1ea5d) - [ux] ED-21787: Migrating few CSS entries to space and color tokens
39
+ - [#66759](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66759)
40
+ [`906578f1ea5d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/906578f1ea5d) -
41
+ [ux] ED-21787: Migrating few CSS entries to space and color tokens
20
42
 
21
43
  ## 1.4.5
22
44
 
@@ -34,74 +56,99 @@
34
56
 
35
57
  ### Patch Changes
36
58
 
37
- - [#42325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42325) [`58f1fd91d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58f1fd91d09) - ED-20512 Set Focus on status input field when tab is pressed
59
+ - [#42325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42325)
60
+ [`58f1fd91d09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58f1fd91d09) - ED-20512
61
+ Set Focus on status input field when tab is pressed
38
62
 
39
63
  ## 1.4.2
40
64
 
41
65
  ### Patch Changes
42
66
 
43
- - [#40997](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40997) [`02b9339abb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02b9339abb1) - add type definition to newColorIndex
67
+ - [#40997](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40997)
68
+ [`02b9339abb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02b9339abb1) - add type
69
+ definition to newColorIndex
44
70
 
45
71
  ## 1.4.1
46
72
 
47
73
  ### Patch Changes
48
74
 
49
- - [#40389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40389) [`beb32df5147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb32df5147) - [ECA11Y-45] [ECA11Y-22] Change the tab key handling the status popup to improve accessibility.
75
+ - [#40389](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40389)
76
+ [`beb32df5147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beb32df5147) -
77
+ [ECA11Y-45] [ECA11Y-22] Change the tab key handling the status popup to improve accessibility.
50
78
 
51
79
  ## 1.4.0
52
80
 
53
81
  ### Minor Changes
54
82
 
55
- - [#40207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40207) [`11861bb36d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11861bb36d4) - [ux] [ECA11Y-44] [ECA11Y-22] [ECA11Y-19] Change the focus order in the status popup to improve accessibility.
83
+ - [#40207](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40207)
84
+ [`11861bb36d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11861bb36d4) - [ux]
85
+ [ECA11Y-44] [ECA11Y-22] [ECA11Y-19] Change the focus order in the status popup to improve
86
+ accessibility.
56
87
 
57
88
  ## 1.3.7
58
89
 
59
90
  ### Patch Changes
60
91
 
61
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
92
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
93
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
94
+ changes to use space tokens. There is no expected visual or behaviour change.
62
95
 
63
96
  ## 1.3.6
64
97
 
65
98
  ### Patch Changes
66
99
 
67
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
100
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
101
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
102
+ version.json
68
103
  - Updated dependencies
69
104
 
70
105
  ## 1.3.5
71
106
 
72
107
  ### Patch Changes
73
108
 
74
- - [#36794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36794) [`932b50814f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/932b50814f6) - ED-18001: update android style overrides to vertically align status node
109
+ - [#36794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36794)
110
+ [`932b50814f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/932b50814f6) -
111
+ ED-18001: update android style overrides to vertically align status node
75
112
 
76
113
  ## 1.3.4
77
114
 
78
115
  ### Patch Changes
79
116
 
80
- - [#35117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35117) [`54ce14a4fd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ce14a4fd3) - [ED-18129] Duplicate Enzyme mount helper to avoid circular references in Emoji and Status
117
+ - [#35117](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35117)
118
+ [`54ce14a4fd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54ce14a4fd3) -
119
+ [ED-18129] Duplicate Enzyme mount helper to avoid circular references in Emoji and Status
81
120
 
82
121
  ## 1.3.3
83
122
 
84
123
  ### Patch Changes
85
124
 
86
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
125
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
126
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
127
+ legacy types are published for TS 4.5-4.8
87
128
 
88
129
  ## 1.3.2
89
130
 
90
131
  ### Patch Changes
91
132
 
92
- - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`9369cc38a68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9369cc38a68) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
133
+ - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771)
134
+ [`9369cc38a68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9369cc38a68) - Migrated
135
+ use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
93
136
 
94
137
  ## 1.3.1
95
138
 
96
139
  ### Patch Changes
97
140
 
98
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
141
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
142
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
143
+ Typescript from `4.5.5` to `4.9.5`
99
144
 
100
145
  ## 1.3.0
101
146
 
102
147
  ### Minor Changes
103
148
 
104
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
149
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
150
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
151
+ minor dependency bump
105
152
 
106
153
  ### Patch Changes
107
154
 
@@ -111,7 +158,9 @@
111
158
 
112
159
  ### Patch Changes
113
160
 
114
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
161
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
162
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
163
+ remove before merging to master; dupe adf-schema via adf-utils
115
164
 
116
165
  ## 1.2.10
117
166
 
@@ -129,19 +178,28 @@
129
178
 
130
179
  ### Patch Changes
131
180
 
132
- - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`ac0f098f7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac0f098f7f9) - Fixes an oversight in DSP-7701 that causes some rendering issues with lozenges on the Hybrid Renderer on Android
181
+ - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
182
+ [`ac0f098f7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac0f098f7f9) - Fixes an
183
+ oversight in DSP-7701 that causes some rendering issues with lozenges on the Hybrid Renderer on
184
+ Android
133
185
 
134
186
  ## 1.2.7
135
187
 
136
188
  ### Patch Changes
137
189
 
138
- - [#28981](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28981) [`dde37c411c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dde37c411c8) - Fixes an oversight in DSP-7701 that causes some rendering issues with lozenges on the Hybrid Renderer on Android
190
+ - [#28981](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28981)
191
+ [`dde37c411c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dde37c411c8) - Fixes an
192
+ oversight in DSP-7701 that causes some rendering issues with lozenges on the Hybrid Renderer on
193
+ Android
139
194
 
140
195
  ## 1.2.6
141
196
 
142
197
  ### Patch Changes
143
198
 
144
- - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324) [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving performance.
199
+ - [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
200
+ [`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
201
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
202
+ tokens() function and improving performance.
145
203
 
146
204
  ## 1.2.5
147
205
 
@@ -159,13 +217,20 @@
159
217
 
160
218
  ### Patch Changes
161
219
 
162
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`a6900fd8727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6900fd8727) - DSP-6671 - Separates icon and border color and adds semantic tokens to status color palette. Updated appearances only visible in applications configured to use the new Tokens API (currently in alpha).
220
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
221
+ [`a6900fd8727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6900fd8727) -
222
+ DSP-6671 - Separates icon and border color and adds semantic tokens to status color palette.
223
+ Updated appearances only visible in applications configured to use the new Tokens API (currently
224
+ in alpha).
163
225
 
164
226
  ## 1.2.2
165
227
 
166
228
  ### Patch Changes
167
229
 
168
- - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076) [`5d2eeac35f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d2eeac35f7) - Fixes a browser specific bug that occurred in android chromium that led to the component losing focus unexpectedly when selected for editing.
230
+ - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
231
+ [`5d2eeac35f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d2eeac35f7) - Fixes a
232
+ browser specific bug that occurred in android chromium that led to the component losing focus
233
+ unexpectedly when selected for editing.
169
234
 
170
235
  ## 1.2.1
171
236
 
@@ -177,7 +242,9 @@
177
242
 
178
243
  ### Minor Changes
179
244
 
180
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`b3be5346e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3be5346e02) - Status warning color picker updated to match the color of the underlying lozenge.
245
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
246
+ [`b3be5346e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3be5346e02) - Status
247
+ warning color picker updated to match the color of the underlying lozenge.
181
248
 
182
249
  ### Patch Changes
183
250
 
@@ -187,26 +254,35 @@
187
254
 
188
255
  ### Patch Changes
189
256
 
190
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
257
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
258
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
259
+ Typescript from `4.3.5` to `4.5.5`
191
260
 
192
261
  ## 1.1.5
193
262
 
194
263
  ### Patch Changes
195
264
 
196
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
265
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
266
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
267
+ Typescript from `4.2.4` to `4.3.5`.
197
268
 
198
269
  ## 1.1.4
199
270
 
200
271
  ### Patch Changes
201
272
 
202
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`721bc4d7794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/721bc4d7794) - ED-14377 To remove the imports of version.json which is deprecated
203
- - [`b3fedfabde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3fedfabde4) - Changing status colors with tab and shfit-tab
273
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
274
+ [`721bc4d7794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/721bc4d7794) - ED-14377
275
+ To remove the imports of version.json which is deprecated
276
+ - [`b3fedfabde4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3fedfabde4) - Changing
277
+ status colors with tab and shfit-tab
204
278
 
205
279
  ## 1.1.3
206
280
 
207
281
  ### Patch Changes
208
282
 
209
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`a4b4e5965d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4b4e5965d9) - [ux] Fixes bug when page scrolls after inserting status in the bottom of the page
283
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
284
+ [`a4b4e5965d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4b4e5965d9) - [ux]
285
+ Fixes bug when page scrolls after inserting status in the bottom of the page
210
286
 
211
287
  ## 1.1.2
212
288
 
@@ -218,46 +294,63 @@
218
294
 
219
295
  ### Patch Changes
220
296
 
221
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
297
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
298
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
299
+ to TypeScript 4.2.4
222
300
 
223
301
  ## 1.1.0
224
302
 
225
303
  ### Minor Changes
226
304
 
227
- - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`af2dcdc462f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af2dcdc462f) - [ux] Instrumented `@atlaskit/status` with the new theming package, `@atlaskit/tokens`.
305
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
306
+ [`af2dcdc462f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af2dcdc462f) - [ux]
307
+ Instrumented `@atlaskit/status` with the new theming package, `@atlaskit/tokens`.
228
308
 
229
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
230
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
309
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
310
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
311
+ Legacy dark mode users should expect no visual or breaking changes.
231
312
 
232
313
  ### Patch Changes
233
314
 
234
- - [`fb47a6a79ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb47a6a79ef) - ED-14672 Removed styled-component from status, replaced by emotion.
315
+ - [`fb47a6a79ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb47a6a79ef) - ED-14672
316
+ Removed styled-component from status, replaced by emotion.
235
317
  - Updated dependencies
236
318
 
237
319
  ## 1.0.2
238
320
 
239
321
  ### Patch Changes
240
322
 
241
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`56cf7af34be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56cf7af34be) - AK-832 implementation navigation arrows for status color palette
323
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
324
+ [`56cf7af34be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56cf7af34be) - AK-832
325
+ implementation navigation arrows for status color palette
242
326
 
243
327
  ## 1.0.1
244
328
 
245
329
  ### Patch Changes
246
330
 
247
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`b5375cd4f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5375cd4f66) - AK-316: add aria-label for the status picker input field
248
- - [`85c4e5a71ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85c4e5a71ee) - [AK-837] added role prop for Status component
331
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
332
+ [`b5375cd4f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5375cd4f66) - AK-316:
333
+ add aria-label for the status picker input field
334
+ - [`85c4e5a71ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85c4e5a71ee) - [AK-837]
335
+ added role prop for Status component
249
336
 
250
337
  ## 1.0.0
251
338
 
252
339
  ### Major Changes
253
340
 
254
- - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
341
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
342
+ [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
343
+ ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including
344
+ breaking API changes, types and tests in atlassian-frontend packages
255
345
 
256
- What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
257
- Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
258
- How consumer should update their code: Ensure react-intl ^5.18.1 is installed in consuming applications.
346
+ What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
347
+ now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with
348
+ actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade effort
349
+ across AF packages, as react-intl v2 is quite dated. How consumer should update their code: Ensure
350
+ react-intl ^5.18.1 is installed in consuming applications.
259
351
 
260
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider for the new version, using an npm alias
352
+ Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider
353
+ for the new version, using an npm alias
261
354
 
262
355
  ```js
263
356
  "react-intl": "^2.6.0",
@@ -269,23 +362,23 @@
269
362
  import { IntlProvider as IntlNextProvider } from 'react-intl-next';
270
363
 
271
364
  return (
272
- <IntlProvider
273
- key={locale}
274
- data-test-language={locale}
275
- locale={locale}
276
- defaultLocale={DEFAULT_LOCALE}
277
- messages={messages}
278
- >
279
- <IntlNextProvider
280
- key={locale}
281
- data-test-language={locale}
282
- locale={locale}
283
- defaultLocale={DEFAULT_LOCALE}
284
- messages={messages}
285
- >
286
- {children}
287
- </IntlNextProvider>
288
- </IntlProvider>
365
+ <IntlProvider
366
+ key={locale}
367
+ data-test-language={locale}
368
+ locale={locale}
369
+ defaultLocale={DEFAULT_LOCALE}
370
+ messages={messages}
371
+ >
372
+ <IntlNextProvider
373
+ key={locale}
374
+ data-test-language={locale}
375
+ locale={locale}
376
+ defaultLocale={DEFAULT_LOCALE}
377
+ messages={messages}
378
+ >
379
+ {children}
380
+ </IntlNextProvider>
381
+ </IntlProvider>
289
382
  );
290
383
  ```
291
384
 
@@ -293,11 +386,14 @@
293
386
 
294
387
  ### Minor Changes
295
388
 
296
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`42c7ac64c39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42c7ac64c39) - AK-654 Set a status link label with input
389
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
390
+ [`42c7ac64c39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/42c7ac64c39) - AK-654
391
+ Set a status link label with input
297
392
 
298
393
  ### Patch Changes
299
394
 
300
- - [`140df54164a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140df54164a) - AK-570 Remove redundant title attribute for Status component
395
+ - [`140df54164a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/140df54164a) - AK-570
396
+ Remove redundant title attribute for Status component
301
397
 
302
398
  ## 0.11.3
303
399
 
@@ -309,7 +405,9 @@
309
405
 
310
406
  ### Patch Changes
311
407
 
312
- - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`3dd496d620b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3dd496d620b) - Remove unneeded css prop from status component.
408
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
409
+ [`3dd496d620b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3dd496d620b) - Remove
410
+ unneeded css prop from status component.
313
411
  - Updated dependencies
314
412
 
315
413
  ## 0.11.1
@@ -322,7 +420,9 @@
322
420
 
323
421
  ### Minor Changes
324
422
 
325
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux] Updated and added new translations
423
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
424
+ [`7ddbf962bd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ddbf962bd9) - [ux]
425
+ Updated and added new translations
326
426
 
327
427
  ## 0.10.7
328
428
 
@@ -334,21 +434,28 @@
334
434
 
335
435
  ### Patch Changes
336
436
 
337
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
437
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
438
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
439
+ packages using babel rather than tsc
338
440
 
339
441
  ## 0.10.5
340
442
 
341
443
  ### Patch Changes
342
444
 
343
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
344
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
345
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
445
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
446
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
447
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
448
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
449
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
450
+ `devDependencies` to denote version that the package was built with.
346
451
 
347
452
  ## 0.10.4
348
453
 
349
454
  ### Patch Changes
350
455
 
351
- - [#5406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5406) [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types not resolving correctly due to an incorrect types path in package.json
456
+ - [#5406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5406)
457
+ [`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types
458
+ not resolving correctly due to an incorrect types path in package.json
352
459
 
353
460
  ## 0.10.3
354
461
 
@@ -360,23 +467,30 @@
360
467
 
361
468
  ### Patch Changes
362
469
 
363
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
470
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
471
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
472
+ to TypeScript 3.9.6 and tslib to 2.0.0
364
473
 
365
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
366
- to prevent duplicates of tslib being bundled.
474
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
475
+ upgrade to prevent duplicates of tslib being bundled.
367
476
 
368
477
  ## 0.10.1
369
478
 
370
479
  ### Patch Changes
371
480
 
372
- - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369) [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated translations
481
+ - [#3369](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3369)
482
+ [`d03bff2147`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d03bff2147) - updated
483
+ translations
373
484
 
374
485
  ## 0.10.0
375
486
 
376
487
  ### Minor Changes
377
488
 
378
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
379
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
489
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
490
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
491
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
492
+ IE11. For more information see:
493
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
380
494
 
381
495
  ### Patch Changes
382
496
 
@@ -386,24 +500,34 @@
386
500
 
387
501
  ### Patch Changes
388
502
 
389
- - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576) [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update translation files via Traduki build
503
+ - [#2576](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2576)
504
+ [`fc83c36503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc83c36503) - Update
505
+ translation files via Traduki build
390
506
 
391
507
  ## 0.9.24
392
508
 
393
509
  ### Patch Changes
394
510
 
395
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
511
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
512
+ [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
513
+ unused dependencies
396
514
 
397
515
  ## 0.9.23
398
516
 
399
517
  ### Patch Changes
400
518
 
401
- - Updated dependencies [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
402
- - Updated dependencies [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
403
- - Updated dependencies [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
404
- - Updated dependencies [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
405
- - Updated dependencies [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
406
- - Updated dependencies [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
519
+ - Updated dependencies
520
+ [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
521
+ - Updated dependencies
522
+ [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
523
+ - Updated dependencies
524
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
525
+ - Updated dependencies
526
+ [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
527
+ - Updated dependencies
528
+ [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
529
+ - Updated dependencies
530
+ [fad8a16962](https://bitbucket.org/atlassian/atlassian-frontend/commits/fad8a16962):
407
531
  - @atlaskit/editor-test-helpers@11.0.0
408
532
  - @atlaskit/docs@8.5.0
409
533
 
@@ -413,7 +537,8 @@
413
537
 
414
538
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
415
539
 
416
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
540
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
541
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
417
542
 
418
543
  - @atlaskit/docs@8.3.2
419
544
  - @atlaskit/visual-regression@0.1.9
@@ -430,9 +555,12 @@
430
555
 
431
556
  ### Patch Changes
432
557
 
433
- - Updated dependencies [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
434
- - Updated dependencies [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
435
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
558
+ - Updated dependencies
559
+ [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
560
+ - Updated dependencies
561
+ [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
562
+ - Updated dependencies
563
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
436
564
  - @atlaskit/editor-test-helpers@10.5.0
437
565
  - @atlaskit/icon@20.0.0
438
566
  - @atlaskit/docs@8.3.1
@@ -444,7 +572,8 @@
444
572
 
445
573
  - [patch][45cb48558f](https://bitbucket.org/atlassian/atlassian-frontend/commits/45cb48558f):
446
574
 
447
- ED-8246 Fix focus outline on status buttons when tab is used to navigate- Updated dependencies [edc4a4a7ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc4a4a7ae):
575
+ ED-8246 Fix focus outline on status buttons when tab is used to navigate- Updated dependencies
576
+ [edc4a4a7ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc4a4a7ae):
448
577
 
449
578
  - @atlaskit/editor-test-helpers@10.4.1
450
579
 
@@ -454,13 +583,19 @@
454
583
 
455
584
  - [patch][e0daa78402](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0daa78402):
456
585
 
457
- ED-7928: Pressing enter on tab focus colour sets status- Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
586
+ ED-7928: Pressing enter on tab focus colour sets status- Updated dependencies
587
+ [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
458
588
 
459
- - Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
460
- - Updated dependencies [46e6693eb3](https://bitbucket.org/atlassian/atlassian-frontend/commits/46e6693eb3):
461
- - Updated dependencies [83300f0b6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/83300f0b6d):
462
- - Updated dependencies [e5dd37f7a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5dd37f7a4):
463
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
589
+ - Updated dependencies
590
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
591
+ - Updated dependencies
592
+ [46e6693eb3](https://bitbucket.org/atlassian/atlassian-frontend/commits/46e6693eb3):
593
+ - Updated dependencies
594
+ [83300f0b6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/83300f0b6d):
595
+ - Updated dependencies
596
+ [e5dd37f7a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5dd37f7a4):
597
+ - Updated dependencies
598
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
464
599
  - @atlaskit/icon@19.1.0
465
600
  - @atlaskit/theme@9.5.0
466
601
  - @atlaskit/editor-test-helpers@10.4.0
@@ -474,11 +609,16 @@
474
609
 
475
610
  ED-8143: Add browser native tooltip to a status node
476
611
 
477
- Now it's possible to read status text when it's truncated because of either being too long or being placed in a small container.- Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
612
+ Now it's possible to read status text when it's truncated because of either being too long or
613
+ being placed in a small container.- Updated dependencies
614
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
478
615
 
479
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
480
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
481
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
616
+ - Updated dependencies
617
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
618
+ - Updated dependencies
619
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
620
+ - Updated dependencies
621
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
482
622
  - @atlaskit/analytics-next@6.3.3
483
623
  - @atlaskit/textfield@3.1.4
484
624
 
@@ -492,7 +632,8 @@
492
632
 
493
633
  ## 0.9.16
494
634
 
495
- - Updated dependencies [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
635
+ - Updated dependencies
636
+ [ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
496
637
  - @atlaskit/i18n-tools@0.6.0
497
638
  - @atlaskit/editor-test-helpers@10.1.2
498
639
 
@@ -514,7 +655,8 @@
514
655
 
515
656
  ## 0.9.13
516
657
 
517
- - Updated dependencies [80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
658
+ - Updated dependencies
659
+ [80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
518
660
  - @atlaskit/editor-test-helpers@10.0.0
519
661
 
520
662
  ## 0.9.12
@@ -531,7 +673,8 @@
531
673
 
532
674
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
533
675
 
534
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
676
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
677
+ non-relative imports as relative imports
535
678
 
536
679
  ## 0.9.10
537
680
 
@@ -547,7 +690,8 @@
547
690
 
548
691
  - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
549
692
 
550
- Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.
693
+ Analytics-next has been converted to Typescript. Typescript consumers will now get static type
694
+ safety. Flow types are no longer provided. No behavioural changes.
551
695
 
552
696
  **Breaking changes**
553
697
 
@@ -556,11 +700,16 @@
556
700
 
557
701
  **Breaking changes to TypeScript annotations**
558
702
 
559
- - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
560
- - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
561
- - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source code
562
- - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match source code
563
- - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match source code
703
+ - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
704
+ props as a generic type.
705
+ - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
706
+ props as a generic type.
707
+ - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
708
+ code
709
+ - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
710
+ source code
711
+ - Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
712
+ source code
564
713
  - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
565
714
  - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
566
715
  - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
@@ -604,8 +753,10 @@
604
753
  - Adding back cjs
605
754
  - Replacing es5 by cjs and es2015 by esm
606
755
  - Creating folders at the root for entry-points
607
- - Removing the generation of the entry-points at the root
608
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
756
+ - Removing the generation of the entry-points at the root Please see this
757
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
758
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
759
+ for further details
609
760
 
610
761
  ## 0.9.4
611
762
 
@@ -613,7 +764,9 @@
613
764
 
614
765
  - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
615
766
 
616
- TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.
767
+ TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
768
+ as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
769
+ of the returned component.
617
770
 
618
771
  Before:
619
772
 
@@ -629,21 +782,24 @@
629
782
 
630
783
  ## 0.9.3
631
784
 
632
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
785
+ - Updated dependencies
786
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
633
787
  - @atlaskit/docs@8.1.3
634
788
  - @atlaskit/editor-test-helpers@9.5.2
635
789
  - @atlaskit/icon@19.0.0
636
790
 
637
791
  ## 0.9.2
638
792
 
639
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
793
+ - Updated dependencies
794
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
640
795
  - @atlaskit/docs@8.1.2
641
796
  - @atlaskit/editor-test-helpers@9.3.9
642
797
  - @atlaskit/icon@18.0.0
643
798
 
644
799
  ## 0.9.1
645
800
 
646
- - Updated dependencies [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
801
+ - Updated dependencies
802
+ [ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
647
803
  - @atlaskit/theme@9.0.3
648
804
  - @atlaskit/lozenge@9.0.0
649
805
 
@@ -651,11 +807,13 @@
651
807
 
652
808
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
653
809
 
654
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
810
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
811
+ this package, please ensure you use at least this version of react and react-dom.
655
812
 
656
813
  ## 0.8.3
657
814
 
658
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
815
+ - Updated dependencies
816
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
659
817
  - @atlaskit/docs@7.0.3
660
818
  - @atlaskit/field-text@8.0.3
661
819
  - @atlaskit/icon@16.0.9
@@ -666,7 +824,8 @@
666
824
 
667
825
  - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
668
826
 
669
- - @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next supplied from itself.
827
+ - @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
828
+ supplied from itself.
670
829
 
671
830
  ## 0.8.1
672
831
 
@@ -682,7 +841,8 @@
682
841
 
683
842
  ## 0.7.2
684
843
 
685
- - Updated dependencies [b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
844
+ - Updated dependencies
845
+ [b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
686
846
  - @atlaskit/elements-test-helpers@0.5.0
687
847
 
688
848
  ## 0.7.1
@@ -705,12 +865,14 @@
705
865
 
706
866
  ## 0.5.2
707
867
 
708
- - Updated dependencies [7261577953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7261577953):
868
+ - Updated dependencies
869
+ [7261577953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7261577953):
709
870
  - @atlaskit/elements-test-helpers@0.3.0
710
871
 
711
872
  ## 0.5.1
712
873
 
713
- - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
874
+ - Updated dependencies
875
+ [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
714
876
  - @atlaskit/icon@16.0.4
715
877
  - @atlaskit/analytics-gas-types@3.2.5
716
878
  - @atlaskit/docs@7.0.0
@@ -745,7 +907,8 @@
745
907
 
746
908
  ## 0.3.6
747
909
 
748
- - Updated dependencies [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
910
+ - Updated dependencies
911
+ [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58):
749
912
  - @atlaskit/editor-test-helpers@7.0.0
750
913
 
751
914
  ## 0.3.5
@@ -768,7 +931,8 @@
768
931
 
769
932
  ## 0.3.2
770
933
 
771
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
934
+ - Updated dependencies
935
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
772
936
  - @atlaskit/docs@6.0.1
773
937
  - @atlaskit/icon@16.0.0
774
938
 
@@ -796,7 +960,8 @@
796
960
 
797
961
  - [patch][d3f3e19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3f3e19):
798
962
 
799
- - restored StatusContainer to editor-core, avoid re-rendering on event handlers, removed unused props in the renderer
963
+ - restored StatusContainer to editor-core, avoid re-rendering on event handlers, removed unused
964
+ props in the renderer
800
965
 
801
966
  - [patch][44cc61d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44cc61d):
802
967
 
@@ -842,7 +1007,8 @@
842
1007
 
843
1008
  - [patch][d518ce0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d518ce0):
844
1009
 
845
- - FS-3118 - Only focus status input field on initial insertion. FS-3158 - Fix focus flicker in status input field.
1010
+ - FS-3118 - Only focus status input field on initial insertion. FS-3158 - Fix focus flicker in
1011
+ status input field.
846
1012
 
847
1013
  ## 0.2.4
848
1014
 
@@ -858,19 +1024,24 @@
858
1024
 
859
1025
  ## 0.2.2
860
1026
 
861
- - [patch] ED-5529 Fix JSON Schema [d286ab3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d286ab3)
1027
+ - [patch] ED-5529 Fix JSON Schema
1028
+ [d286ab3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d286ab3)
862
1029
 
863
1030
  ## 0.2.1
864
1031
 
865
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1032
+ - [patch] Updated dependencies
1033
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
866
1034
  - @atlaskit/docs@5.0.8
867
1035
  - @atlaskit/icon@14.0.0
868
1036
 
869
1037
  ## 0.2.0
870
1038
 
871
- - [minor] FS-2963 When inserting a status, I can pick a colour from a predefined colour picker [a633d77](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a633d77)
872
- - [minor] FS-2963 Change status color [547b3d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/547b3d9)
1039
+ - [minor] FS-2963 When inserting a status, I can pick a colour from a predefined colour picker
1040
+ [a633d77](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a633d77)
1041
+ - [minor] FS-2963 Change status color
1042
+ [547b3d9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/547b3d9)
873
1043
 
874
1044
  ## 0.1.0
875
1045
 
876
- - [minor] FS-2961 Introduce status component and status node in editor [7fe2b0a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe2b0a)
1046
+ - [minor] FS-2961 Introduce status component and status node in editor
1047
+ [7fe2b0a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe2b0a)