@atlaskit/status 1.4.9 → 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 (31) hide show
  1. package/CHANGELOG.md +291 -126
  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 +2 -2
  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 +2 -2
  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/package.json +79 -80
  31. package/report.api.md +35 -36
package/CHANGELOG.md CHANGED
@@ -1,28 +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
+
3
11
  ## 1.4.9
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
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`
8
18
 
9
19
  ## 1.4.8
10
20
 
11
21
  ### Patch Changes
12
22
 
13
- - [#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`
14
26
 
15
27
  ## 1.4.7
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [#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.
20
34
 
21
35
  ## 1.4.6
22
36
 
23
37
  ### Patch Changes
24
38
 
25
- - [#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
26
42
 
27
43
  ## 1.4.5
28
44
 
@@ -40,74 +56,99 @@
40
56
 
41
57
  ### Patch Changes
42
58
 
43
- - [#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
44
62
 
45
63
  ## 1.4.2
46
64
 
47
65
  ### Patch Changes
48
66
 
49
- - [#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
50
70
 
51
71
  ## 1.4.1
52
72
 
53
73
  ### Patch Changes
54
74
 
55
- - [#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.
56
78
 
57
79
  ## 1.4.0
58
80
 
59
81
  ### Minor Changes
60
82
 
61
- - [#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.
62
87
 
63
88
  ## 1.3.7
64
89
 
65
90
  ### Patch Changes
66
91
 
67
- - [#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.
68
95
 
69
96
  ## 1.3.6
70
97
 
71
98
  ### Patch Changes
72
99
 
73
- - [#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
74
103
  - Updated dependencies
75
104
 
76
105
  ## 1.3.5
77
106
 
78
107
  ### Patch Changes
79
108
 
80
- - [#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
81
112
 
82
113
  ## 1.3.4
83
114
 
84
115
  ### Patch Changes
85
116
 
86
- - [#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
87
120
 
88
121
  ## 1.3.3
89
122
 
90
123
  ### Patch Changes
91
124
 
92
- - [#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
93
128
 
94
129
  ## 1.3.2
95
130
 
96
131
  ### Patch Changes
97
132
 
98
- - [#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.
99
136
 
100
137
  ## 1.3.1
101
138
 
102
139
  ### Patch Changes
103
140
 
104
- - [#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`
105
144
 
106
145
  ## 1.3.0
107
146
 
108
147
  ### Minor Changes
109
148
 
110
- - [#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
111
152
 
112
153
  ### Patch Changes
113
154
 
@@ -117,7 +158,9 @@
117
158
 
118
159
  ### Patch Changes
119
160
 
120
- - [#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
121
164
 
122
165
  ## 1.2.10
123
166
 
@@ -135,19 +178,28 @@
135
178
 
136
179
  ### Patch Changes
137
180
 
138
- - [#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
139
185
 
140
186
  ## 1.2.7
141
187
 
142
188
  ### Patch Changes
143
189
 
144
- - [#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
145
194
 
146
195
  ## 1.2.6
147
196
 
148
197
  ### Patch Changes
149
198
 
150
- - [#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.
151
203
 
152
204
  ## 1.2.5
153
205
 
@@ -165,13 +217,20 @@
165
217
 
166
218
  ### Patch Changes
167
219
 
168
- - [#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).
169
225
 
170
226
  ## 1.2.2
171
227
 
172
228
  ### Patch Changes
173
229
 
174
- - [#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.
175
234
 
176
235
  ## 1.2.1
177
236
 
@@ -183,7 +242,9 @@
183
242
 
184
243
  ### Minor Changes
185
244
 
186
- - [#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.
187
248
 
188
249
  ### Patch Changes
189
250
 
@@ -193,26 +254,35 @@
193
254
 
194
255
  ### Patch Changes
195
256
 
196
- - [#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`
197
260
 
198
261
  ## 1.1.5
199
262
 
200
263
  ### Patch Changes
201
264
 
202
- - [#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`.
203
268
 
204
269
  ## 1.1.4
205
270
 
206
271
  ### Patch Changes
207
272
 
208
- - [#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
209
- - [`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
210
278
 
211
279
  ## 1.1.3
212
280
 
213
281
  ### Patch Changes
214
282
 
215
- - [#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
216
286
 
217
287
  ## 1.1.2
218
288
 
@@ -224,46 +294,63 @@
224
294
 
225
295
  ### Patch Changes
226
296
 
227
- - [#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
228
300
 
229
301
  ## 1.1.0
230
302
 
231
303
  ### Minor Changes
232
304
 
233
- - [#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`.
234
308
 
235
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
236
- 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.
237
312
 
238
313
  ### Patch Changes
239
314
 
240
- - [`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.
241
317
  - Updated dependencies
242
318
 
243
319
  ## 1.0.2
244
320
 
245
321
  ### Patch Changes
246
322
 
247
- - [#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
248
326
 
249
327
  ## 1.0.1
250
328
 
251
329
  ### Patch Changes
252
330
 
253
- - [#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
254
- - [`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
255
336
 
256
337
  ## 1.0.0
257
338
 
258
339
  ### Major Changes
259
340
 
260
- - [#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
261
345
 
262
- 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.
263
- Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
264
- 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.
265
351
 
266
- 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
267
354
 
268
355
  ```js
269
356
  "react-intl": "^2.6.0",
@@ -275,23 +362,23 @@
275
362
  import { IntlProvider as IntlNextProvider } from 'react-intl-next';
276
363
 
277
364
  return (
278
- <IntlProvider
279
- key={locale}
280
- data-test-language={locale}
281
- locale={locale}
282
- defaultLocale={DEFAULT_LOCALE}
283
- messages={messages}
284
- >
285
- <IntlNextProvider
286
- key={locale}
287
- data-test-language={locale}
288
- locale={locale}
289
- defaultLocale={DEFAULT_LOCALE}
290
- messages={messages}
291
- >
292
- {children}
293
- </IntlNextProvider>
294
- </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>
295
382
  );
296
383
  ```
297
384
 
@@ -299,11 +386,14 @@
299
386
 
300
387
  ### Minor Changes
301
388
 
302
- - [#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
303
392
 
304
393
  ### Patch Changes
305
394
 
306
- - [`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
307
397
 
308
398
  ## 0.11.3
309
399
 
@@ -315,7 +405,9 @@
315
405
 
316
406
  ### Patch Changes
317
407
 
318
- - [#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.
319
411
  - Updated dependencies
320
412
 
321
413
  ## 0.11.1
@@ -328,7 +420,9 @@
328
420
 
329
421
  ### Minor Changes
330
422
 
331
- - [#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
332
426
 
333
427
  ## 0.10.7
334
428
 
@@ -340,21 +434,28 @@
340
434
 
341
435
  ### Patch Changes
342
436
 
343
- - [#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
344
440
 
345
441
  ## 0.10.5
346
442
 
347
443
  ### Patch Changes
348
444
 
349
- - [#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.
350
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
351
- 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.
352
451
 
353
452
  ## 0.10.4
354
453
 
355
454
  ### Patch Changes
356
455
 
357
- - [#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
358
459
 
359
460
  ## 0.10.3
360
461
 
@@ -366,23 +467,30 @@
366
467
 
367
468
  ### Patch Changes
368
469
 
369
- - [#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
370
473
 
371
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
372
- 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.
373
476
 
374
477
  ## 0.10.1
375
478
 
376
479
  ### Patch Changes
377
480
 
378
- - [#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
379
484
 
380
485
  ## 0.10.0
381
486
 
382
487
  ### Minor Changes
383
488
 
384
- - [#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.
385
- 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
386
494
 
387
495
  ### Patch Changes
388
496
 
@@ -392,24 +500,34 @@
392
500
 
393
501
  ### Patch Changes
394
502
 
395
- - [#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
396
506
 
397
507
  ## 0.9.24
398
508
 
399
509
  ### Patch Changes
400
510
 
401
- - [#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
402
514
 
403
515
  ## 0.9.23
404
516
 
405
517
  ### Patch Changes
406
518
 
407
- - Updated dependencies [4bec09aa74](https://bitbucket.org/atlassian/atlassian-frontend/commits/4bec09aa74):
408
- - Updated dependencies [d63888b5e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/d63888b5e5):
409
- - Updated dependencies [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
410
- - Updated dependencies [bdf25b1c4c](https://bitbucket.org/atlassian/atlassian-frontend/commits/bdf25b1c4c):
411
- - Updated dependencies [645918eda6](https://bitbucket.org/atlassian/atlassian-frontend/commits/645918eda6):
412
- - 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):
413
531
  - @atlaskit/editor-test-helpers@11.0.0
414
532
  - @atlaskit/docs@8.5.0
415
533
 
@@ -419,7 +537,8 @@
419
537
 
420
538
  - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
421
539
 
422
- 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):
423
542
 
424
543
  - @atlaskit/docs@8.3.2
425
544
  - @atlaskit/visual-regression@0.1.9
@@ -436,9 +555,12 @@
436
555
 
437
556
  ### Patch Changes
438
557
 
439
- - Updated dependencies [3b19e30129](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b19e30129):
440
- - Updated dependencies [fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
441
- - 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):
442
564
  - @atlaskit/editor-test-helpers@10.5.0
443
565
  - @atlaskit/icon@20.0.0
444
566
  - @atlaskit/docs@8.3.1
@@ -450,7 +572,8 @@
450
572
 
451
573
  - [patch][45cb48558f](https://bitbucket.org/atlassian/atlassian-frontend/commits/45cb48558f):
452
574
 
453
- 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):
454
577
 
455
578
  - @atlaskit/editor-test-helpers@10.4.1
456
579
 
@@ -460,13 +583,19 @@
460
583
 
461
584
  - [patch][e0daa78402](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0daa78402):
462
585
 
463
- 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):
464
588
 
465
- - Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
466
- - Updated dependencies [46e6693eb3](https://bitbucket.org/atlassian/atlassian-frontend/commits/46e6693eb3):
467
- - Updated dependencies [83300f0b6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/83300f0b6d):
468
- - Updated dependencies [e5dd37f7a4](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5dd37f7a4):
469
- - 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):
470
599
  - @atlaskit/icon@19.1.0
471
600
  - @atlaskit/theme@9.5.0
472
601
  - @atlaskit/editor-test-helpers@10.4.0
@@ -480,11 +609,16 @@
480
609
 
481
610
  ED-8143: Add browser native tooltip to a status node
482
611
 
483
- 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):
484
615
 
485
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
486
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
487
- - 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):
488
622
  - @atlaskit/analytics-next@6.3.3
489
623
  - @atlaskit/textfield@3.1.4
490
624
 
@@ -498,7 +632,8 @@
498
632
 
499
633
  ## 0.9.16
500
634
 
501
- - 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):
502
637
  - @atlaskit/i18n-tools@0.6.0
503
638
  - @atlaskit/editor-test-helpers@10.1.2
504
639
 
@@ -520,7 +655,8 @@
520
655
 
521
656
  ## 0.9.13
522
657
 
523
- - 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):
524
660
  - @atlaskit/editor-test-helpers@10.0.0
525
661
 
526
662
  ## 0.9.12
@@ -537,7 +673,8 @@
537
673
 
538
674
  - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
539
675
 
540
- 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
541
678
 
542
679
  ## 0.9.10
543
680
 
@@ -553,7 +690,8 @@
553
690
 
554
691
  - [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
555
692
 
556
- 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.
557
695
 
558
696
  **Breaking changes**
559
697
 
@@ -562,11 +700,16 @@
562
700
 
563
701
  **Breaking changes to TypeScript annotations**
564
702
 
565
- - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
566
- - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide props as a generic type.
567
- - Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source code
568
- - Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match source code
569
- - 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
570
713
  - Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
571
714
  - Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
572
715
  - Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
@@ -610,8 +753,10 @@
610
753
  - Adding back cjs
611
754
  - Replacing es5 by cjs and es2015 by esm
612
755
  - Creating folders at the root for entry-points
613
- - Removing the generation of the entry-points at the root
614
- 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
615
760
 
616
761
  ## 0.9.4
617
762
 
@@ -619,7 +764,9 @@
619
764
 
620
765
  - [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
621
766
 
622
- 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.
623
770
 
624
771
  Before:
625
772
 
@@ -635,21 +782,24 @@
635
782
 
636
783
  ## 0.9.3
637
784
 
638
- - 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):
639
787
  - @atlaskit/docs@8.1.3
640
788
  - @atlaskit/editor-test-helpers@9.5.2
641
789
  - @atlaskit/icon@19.0.0
642
790
 
643
791
  ## 0.9.2
644
792
 
645
- - 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):
646
795
  - @atlaskit/docs@8.1.2
647
796
  - @atlaskit/editor-test-helpers@9.3.9
648
797
  - @atlaskit/icon@18.0.0
649
798
 
650
799
  ## 0.9.1
651
800
 
652
- - 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):
653
803
  - @atlaskit/theme@9.0.3
654
804
  - @atlaskit/lozenge@9.0.0
655
805
 
@@ -657,11 +807,13 @@
657
807
 
658
808
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
659
809
 
660
- - 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.
661
812
 
662
813
  ## 0.8.3
663
814
 
664
- - 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):
665
817
  - @atlaskit/docs@7.0.3
666
818
  - @atlaskit/field-text@8.0.3
667
819
  - @atlaskit/icon@16.0.9
@@ -672,7 +824,8 @@
672
824
 
673
825
  - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
674
826
 
675
- - @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.
676
829
 
677
830
  ## 0.8.1
678
831
 
@@ -688,7 +841,8 @@
688
841
 
689
842
  ## 0.7.2
690
843
 
691
- - 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):
692
846
  - @atlaskit/elements-test-helpers@0.5.0
693
847
 
694
848
  ## 0.7.1
@@ -711,12 +865,14 @@
711
865
 
712
866
  ## 0.5.2
713
867
 
714
- - 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):
715
870
  - @atlaskit/elements-test-helpers@0.3.0
716
871
 
717
872
  ## 0.5.1
718
873
 
719
- - 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):
720
876
  - @atlaskit/icon@16.0.4
721
877
  - @atlaskit/analytics-gas-types@3.2.5
722
878
  - @atlaskit/docs@7.0.0
@@ -751,7 +907,8 @@
751
907
 
752
908
  ## 0.3.6
753
909
 
754
- - 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):
755
912
  - @atlaskit/editor-test-helpers@7.0.0
756
913
 
757
914
  ## 0.3.5
@@ -774,7 +931,8 @@
774
931
 
775
932
  ## 0.3.2
776
933
 
777
- - 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):
778
936
  - @atlaskit/docs@6.0.1
779
937
  - @atlaskit/icon@16.0.0
780
938
 
@@ -802,7 +960,8 @@
802
960
 
803
961
  - [patch][d3f3e19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3f3e19):
804
962
 
805
- - 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
806
965
 
807
966
  - [patch][44cc61d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44cc61d):
808
967
 
@@ -848,7 +1007,8 @@
848
1007
 
849
1008
  - [patch][d518ce0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d518ce0):
850
1009
 
851
- - 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.
852
1012
 
853
1013
  ## 0.2.4
854
1014
 
@@ -864,19 +1024,24 @@
864
1024
 
865
1025
  ## 0.2.2
866
1026
 
867
- - [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)
868
1029
 
869
1030
  ## 0.2.1
870
1031
 
871
- - [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)
872
1034
  - @atlaskit/docs@5.0.8
873
1035
  - @atlaskit/icon@14.0.0
874
1036
 
875
1037
  ## 0.2.0
876
1038
 
877
- - [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)
878
- - [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)
879
1043
 
880
1044
  ## 0.1.0
881
1045
 
882
- - [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)