@atlaskit/color-picker 3.2.12 → 3.2.14
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.
- package/CHANGELOG.md +368 -356
- package/afm-cc/tsconfig.json +43 -0
- package/codemods/1.0.0-popper-props.ts +9 -2
- package/codemods/utils/helpers.ts +9 -8
- package/dist/cjs/components/ColorCard.js +4 -1
- package/dist/cjs/components/ColorPaletteMenu.js +2 -2
- package/dist/cjs/components/ColorPicker.js +5 -12
- package/dist/cjs/messages.js +0 -5
- package/dist/es2019/components/ColorCard.js +4 -1
- package/dist/es2019/components/ColorPaletteMenu.js +2 -2
- package/dist/es2019/components/ColorPicker.js +5 -12
- package/dist/es2019/messages.js +0 -5
- package/dist/esm/components/ColorCard.js +4 -1
- package/dist/esm/components/ColorPaletteMenu.js +2 -2
- package/dist/esm/components/ColorPicker.js +5 -12
- package/dist/esm/messages.js +0 -5
- package/dist/types/components/ColorPaletteMenu.d.ts +1 -1
- package/dist/types/components/ColorPicker.d.ts +3 -3
- package/dist/types/components/Trigger.d.ts +1 -1
- package/dist/types/components/components.d.ts +2 -2
- package/dist/types/messages.d.ts +0 -5
- package/dist/types/utils.d.ts +1 -1
- package/dist/types-ts4.5/components/ColorPaletteMenu.d.ts +1 -1
- package/dist/types-ts4.5/components/ColorPicker.d.ts +3 -3
- package/dist/types-ts4.5/components/Trigger.d.ts +1 -1
- package/dist/types-ts4.5/components/components.d.ts +2 -2
- package/dist/types-ts4.5/messages.d.ts +0 -5
- package/dist/types-ts4.5/utils.d.ts +1 -1
- package/package.json +8 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,836 +1,848 @@
|
|
|
1
1
|
# @atlaskit/color-picker
|
|
2
2
|
|
|
3
|
+
## 3.2.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#106576](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106576)
|
|
8
|
+
[`8bb6f838fc72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8bb6f838fc72) -
|
|
9
|
+
Remove ff platform.jca11y-1480-inappropriate-label-for-color-picker_76tfe
|
|
10
|
+
|
|
11
|
+
## 3.2.13
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#102461](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102461)
|
|
16
|
+
[`b18788222ee8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b18788222ee8) -
|
|
17
|
+
reverted cleanup ff
|
|
18
|
+
platform.jca11y-1559-dashboard-view-dashboard-remove-duplicate-aria-label_g5i3i
|
|
19
|
+
|
|
3
20
|
## 3.2.12
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
6
23
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
24
|
+
- [#97242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97242)
|
|
25
|
+
[`98ee8d4adfec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/98ee8d4adfec) -
|
|
26
|
+
cleaned ff platform.jca11y-1559-dashboard-view-dashboard-remove-duplicate-aria-label_g5i3i
|
|
27
|
+
- Updated dependencies
|
|
11
28
|
|
|
12
29
|
## 3.2.11
|
|
13
30
|
|
|
14
31
|
### Patch Changes
|
|
15
32
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
33
|
+
- [#94883](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94883)
|
|
34
|
+
[`72e243a5cda3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/72e243a5cda3) -
|
|
35
|
+
[ux] Removed FF for design spacing token adoption
|
|
19
36
|
|
|
20
37
|
## 3.2.10
|
|
21
38
|
|
|
22
39
|
### Patch Changes
|
|
23
40
|
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
41
|
+
- [#91736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91736)
|
|
42
|
+
[`29f4e565f90d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/29f4e565f90d) -
|
|
43
|
+
Modified color picker aria-label format
|
|
27
44
|
|
|
28
45
|
## 3.2.9
|
|
29
46
|
|
|
30
47
|
### Patch Changes
|
|
31
48
|
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
49
|
+
- [#91588](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91588)
|
|
50
|
+
[`464adc72109c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/464adc72109c) -
|
|
51
|
+
removed duplicate label annoucements for screen reader users at ColorPaletteMenu component
|
|
35
52
|
|
|
36
53
|
## 3.2.8
|
|
37
54
|
|
|
38
55
|
### Patch Changes
|
|
39
56
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
57
|
+
- [#91880](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91880)
|
|
58
|
+
[`b4448486d34b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b4448486d34b) -
|
|
59
|
+
[ux] Fixed token for width and height of color cards and added VR tests
|
|
43
60
|
|
|
44
61
|
## 3.2.7
|
|
45
62
|
|
|
46
63
|
### Patch Changes
|
|
47
64
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
65
|
+
- [#91022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91022)
|
|
66
|
+
[`bb3ea561f66a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bb3ea561f66a) -
|
|
67
|
+
[ux] Refactored UI to align with spacing token adoption
|
|
51
68
|
|
|
52
69
|
## 3.2.6
|
|
53
70
|
|
|
54
71
|
### Patch Changes
|
|
55
72
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
behaviour.
|
|
73
|
+
- [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297)
|
|
74
|
+
[`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) -
|
|
75
|
+
The internal composition of this component has changed. There is no expected change in behaviour.
|
|
60
76
|
|
|
61
77
|
## 3.2.5
|
|
62
78
|
|
|
63
79
|
### Patch Changes
|
|
64
80
|
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
81
|
+
- [#81931](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81931)
|
|
82
|
+
[`fd212c03b3c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fd212c03b3c4) -
|
|
83
|
+
Implemented code to modify the size, set a default color, and disable the swatch color button,
|
|
84
|
+
based on the new props passed to the component.
|
|
69
85
|
|
|
70
86
|
## 3.2.4
|
|
71
87
|
|
|
72
88
|
### Patch Changes
|
|
73
89
|
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
90
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
91
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
92
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
77
93
|
|
|
78
94
|
## 3.2.3
|
|
79
95
|
|
|
80
96
|
### Patch Changes
|
|
81
97
|
|
|
82
|
-
-
|
|
83
|
-
|
|
84
|
-
|
|
98
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
|
|
99
|
+
[`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
|
|
100
|
+
Update dependencies that were impacted by HOT-106483 to latest.
|
|
85
101
|
|
|
86
102
|
## 3.2.2
|
|
87
103
|
|
|
88
104
|
### Patch Changes
|
|
89
105
|
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
|
|
106
|
+
- [#59541](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59541)
|
|
107
|
+
[`5cd5311a0014`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5cd5311a0014) -
|
|
108
|
+
Enrol packages to push model in JFE
|
|
93
109
|
|
|
94
110
|
## 3.2.1
|
|
95
111
|
|
|
96
112
|
### Patch Changes
|
|
97
113
|
|
|
98
|
-
-
|
|
99
|
-
|
|
100
|
-
|
|
114
|
+
- [#56931](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56931)
|
|
115
|
+
[`16208d1bb695`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16208d1bb695) - Update
|
|
116
|
+
check mark color
|
|
101
117
|
|
|
102
118
|
## 3.2.0
|
|
103
119
|
|
|
104
120
|
### Minor Changes
|
|
105
121
|
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
change.
|
|
122
|
+
- [#56495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56495)
|
|
123
|
+
[`a755b1922b5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a755b1922b5e) - [ux]
|
|
124
|
+
Migrated `styled-components` to `@emotion/react`. There is no expected visual or behaviour change.
|
|
110
125
|
|
|
111
126
|
## 3.1.9
|
|
112
127
|
|
|
113
128
|
### Patch Changes
|
|
114
129
|
|
|
115
|
-
-
|
|
130
|
+
- Updated dependencies
|
|
116
131
|
|
|
117
132
|
## 3.1.8
|
|
118
133
|
|
|
119
134
|
### Patch Changes
|
|
120
135
|
|
|
121
|
-
-
|
|
136
|
+
- Updated dependencies
|
|
122
137
|
|
|
123
138
|
## 3.1.7
|
|
124
139
|
|
|
125
140
|
### Patch Changes
|
|
126
141
|
|
|
127
|
-
-
|
|
142
|
+
- Updated dependencies
|
|
128
143
|
|
|
129
144
|
## 3.1.6
|
|
130
145
|
|
|
131
146
|
### Patch Changes
|
|
132
147
|
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
-
|
|
148
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
149
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
150
|
+
version.json
|
|
151
|
+
- Updated dependencies
|
|
137
152
|
|
|
138
153
|
## 3.1.5
|
|
139
154
|
|
|
140
155
|
### Patch Changes
|
|
141
156
|
|
|
142
|
-
-
|
|
143
|
-
|
|
144
|
-
|
|
157
|
+
- [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
|
|
158
|
+
[`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
|
|
159
|
+
injected env vars instead of version.json
|
|
145
160
|
|
|
146
161
|
## 3.1.4
|
|
147
162
|
|
|
148
163
|
### Patch Changes
|
|
149
164
|
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
165
|
+
- [#37983](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37983)
|
|
166
|
+
[`bada4c7ae21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bada4c7ae21) - Role and
|
|
167
|
+
Tooltip added for Accessibility
|
|
153
168
|
|
|
154
169
|
## 3.1.3
|
|
155
170
|
|
|
156
171
|
### Patch Changes
|
|
157
172
|
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
|
|
173
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
174
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
175
|
+
legacy types are published for TS 4.5-4.8
|
|
161
176
|
|
|
162
177
|
## 3.1.2
|
|
163
178
|
|
|
164
179
|
### Patch Changes
|
|
165
180
|
|
|
166
|
-
-
|
|
167
|
-
|
|
168
|
-
|
|
181
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
182
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
183
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
169
184
|
|
|
170
185
|
## 3.1.1
|
|
171
186
|
|
|
172
187
|
### Patch Changes
|
|
173
188
|
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
189
|
+
- [#33284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33284)
|
|
190
|
+
[`4fd4b6307b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4fd4b6307b7) - Internal
|
|
191
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
192
|
+
change.
|
|
178
193
|
|
|
179
194
|
## 3.1.0
|
|
180
195
|
|
|
181
196
|
### Minor Changes
|
|
182
197
|
|
|
183
|
-
-
|
|
184
|
-
|
|
185
|
-
|
|
198
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
199
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
200
|
+
minor dependency bump
|
|
186
201
|
|
|
187
202
|
### Patch Changes
|
|
188
203
|
|
|
189
|
-
-
|
|
204
|
+
- Updated dependencies
|
|
190
205
|
|
|
191
206
|
## 3.0.10
|
|
192
207
|
|
|
193
208
|
### Patch Changes
|
|
194
209
|
|
|
195
|
-
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
behaviour change.
|
|
210
|
+
- [#32034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32034)
|
|
211
|
+
[`4ce590325b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ce590325b4) - Migrated
|
|
212
|
+
use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
199
213
|
|
|
200
214
|
## 3.0.9
|
|
201
215
|
|
|
202
216
|
### Patch Changes
|
|
203
217
|
|
|
204
|
-
-
|
|
218
|
+
- Updated dependencies
|
|
205
219
|
|
|
206
220
|
## 3.0.8
|
|
207
221
|
|
|
208
222
|
### Patch Changes
|
|
209
223
|
|
|
210
|
-
-
|
|
224
|
+
- Updated dependencies
|
|
211
225
|
|
|
212
226
|
## 3.0.7
|
|
213
227
|
|
|
214
228
|
### Patch Changes
|
|
215
229
|
|
|
216
|
-
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
230
|
+
- [#28324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28324)
|
|
231
|
+
[`6455cf006b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6455cf006b3) - Builds
|
|
232
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
233
|
+
tokens() function and improving performance.
|
|
220
234
|
|
|
221
235
|
## 3.0.6
|
|
222
236
|
|
|
223
237
|
### Patch Changes
|
|
224
238
|
|
|
225
|
-
-
|
|
239
|
+
- Updated dependencies
|
|
226
240
|
|
|
227
241
|
## 3.0.5
|
|
228
242
|
|
|
229
243
|
### Patch Changes
|
|
230
244
|
|
|
231
|
-
-
|
|
245
|
+
- Updated dependencies
|
|
232
246
|
|
|
233
247
|
## 3.0.4
|
|
234
248
|
|
|
235
249
|
### Patch Changes
|
|
236
250
|
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
-
|
|
251
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
252
|
+
[`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update
|
|
253
|
+
types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a
|
|
254
|
+
pipeline issue.
|
|
255
|
+
- Updated dependencies
|
|
242
256
|
|
|
243
257
|
## 3.0.3
|
|
244
258
|
|
|
245
259
|
### Patch Changes
|
|
246
260
|
|
|
247
|
-
-
|
|
261
|
+
- Updated dependencies
|
|
248
262
|
|
|
249
263
|
## 3.0.2
|
|
250
264
|
|
|
251
265
|
### Patch Changes
|
|
252
266
|
|
|
253
|
-
-
|
|
254
|
-
|
|
255
|
-
|
|
267
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
268
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
269
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
256
270
|
|
|
257
271
|
## 3.0.1
|
|
258
272
|
|
|
259
273
|
### Patch Changes
|
|
260
274
|
|
|
261
|
-
-
|
|
262
|
-
|
|
263
|
-
|
|
275
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
276
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
277
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
264
278
|
|
|
265
279
|
## 3.0.0
|
|
266
280
|
|
|
267
281
|
### Major Changes
|
|
268
282
|
|
|
269
|
-
-
|
|
270
|
-
|
|
271
|
-
|
|
283
|
+
- [#21194](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21194)
|
|
284
|
+
[`b1f4bf97543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1f4bf97543) - [ux]
|
|
285
|
+
Fixes bug with tabbing
|
|
272
286
|
|
|
273
287
|
## 2.0.1
|
|
274
288
|
|
|
275
289
|
### Patch Changes
|
|
276
290
|
|
|
277
|
-
-
|
|
291
|
+
- Updated dependencies
|
|
278
292
|
|
|
279
293
|
## 2.0.0
|
|
280
294
|
|
|
281
295
|
### Major Changes
|
|
282
296
|
|
|
283
|
-
-
|
|
284
|
-
|
|
285
|
-
|
|
297
|
+
- [#20864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20864)
|
|
298
|
+
[`80b9cc64aa2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80b9cc64aa2) - [ux]
|
|
299
|
+
Added tokens to color-picker
|
|
286
300
|
|
|
287
301
|
## 1.3.1
|
|
288
302
|
|
|
289
303
|
### Patch Changes
|
|
290
304
|
|
|
291
|
-
-
|
|
292
|
-
|
|
293
|
-
|
|
305
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
306
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
307
|
+
to TypeScript 4.2.4
|
|
294
308
|
|
|
295
309
|
## 1.3.0
|
|
296
310
|
|
|
297
311
|
### Minor Changes
|
|
298
312
|
|
|
299
|
-
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
`darken()`
|
|
313
|
+
- [#18826](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18826)
|
|
314
|
+
[`10b517acfea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10b517acfea) - [ux]
|
|
315
|
+
Updated how the darker border for each colour block is rendered by using css instead of `darken()`
|
|
303
316
|
|
|
304
317
|
## 1.2.6
|
|
305
318
|
|
|
306
319
|
### Patch Changes
|
|
307
320
|
|
|
308
|
-
-
|
|
309
|
-
|
|
310
|
-
|
|
321
|
+
- [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
|
|
322
|
+
[`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal
|
|
323
|
+
upgrade of memoize-one to 6.0.0
|
|
311
324
|
|
|
312
325
|
## 1.2.5
|
|
313
326
|
|
|
314
327
|
### Patch Changes
|
|
315
328
|
|
|
316
|
-
-
|
|
329
|
+
- Updated dependencies
|
|
317
330
|
|
|
318
331
|
## 1.2.4
|
|
319
332
|
|
|
320
333
|
### Patch Changes
|
|
321
334
|
|
|
322
|
-
-
|
|
335
|
+
- Updated dependencies
|
|
323
336
|
|
|
324
337
|
## 1.2.3
|
|
325
338
|
|
|
326
339
|
### Patch Changes
|
|
327
340
|
|
|
328
|
-
-
|
|
329
|
-
|
|
330
|
-
|
|
341
|
+
- [#11774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11774)
|
|
342
|
+
[`a96040c6a39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a96040c6a39) - Update
|
|
343
|
+
imports to help tree-shake, greatly improving bundle size
|
|
331
344
|
|
|
332
345
|
## 1.2.2
|
|
333
346
|
|
|
334
347
|
### Patch Changes
|
|
335
348
|
|
|
336
|
-
-
|
|
349
|
+
- Updated dependencies
|
|
337
350
|
|
|
338
351
|
## 1.2.1
|
|
339
352
|
|
|
340
353
|
### Patch Changes
|
|
341
354
|
|
|
342
|
-
-
|
|
343
|
-
|
|
344
|
-
|
|
355
|
+
- [#9184](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9184)
|
|
356
|
+
[`76b3b72511e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76b3b72511e) - Use
|
|
357
|
+
injected package name and version for analytics instead of version.json.
|
|
345
358
|
|
|
346
359
|
## 1.2.0
|
|
347
360
|
|
|
348
361
|
### Minor Changes
|
|
349
362
|
|
|
350
|
-
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
363
|
+
- [#9183](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9183)
|
|
364
|
+
[`5076c4c7f34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5076c4c7f34) - [ux]
|
|
365
|
+
Color picker will now regain focus after a selection has been made instead of giving focus to last
|
|
366
|
+
focused element on the page
|
|
354
367
|
|
|
355
368
|
## 1.1.1
|
|
356
369
|
|
|
357
370
|
### Patch Changes
|
|
358
371
|
|
|
359
|
-
-
|
|
360
|
-
|
|
361
|
-
|
|
372
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
373
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
374
|
+
packages using babel rather than tsc
|
|
362
375
|
|
|
363
376
|
## 1.1.0
|
|
364
377
|
|
|
365
378
|
### Minor Changes
|
|
366
379
|
|
|
367
|
-
-
|
|
368
|
-
|
|
369
|
-
|
|
380
|
+
- [#5789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5789)
|
|
381
|
+
[`6d45a6aad7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d45a6aad7) - [ux] Added
|
|
382
|
+
a slightly darker border to each color block so that white is visible
|
|
370
383
|
|
|
371
384
|
## 1.0.7
|
|
372
385
|
|
|
373
386
|
### Patch Changes
|
|
374
387
|
|
|
375
|
-
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
388
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
389
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
390
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
391
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
392
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
393
|
+
`devDependencies` to denote version that the package was built with.
|
|
381
394
|
|
|
382
395
|
## 1.0.6
|
|
383
396
|
|
|
384
397
|
### Patch Changes
|
|
385
398
|
|
|
386
|
-
-
|
|
387
|
-
|
|
388
|
-
|
|
399
|
+
- [#5548](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5548)
|
|
400
|
+
[`9429370cc0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9429370cc0) - [ux]
|
|
401
|
+
Selecting a color no longer submits a parent form
|
|
389
402
|
|
|
390
403
|
## 1.0.5
|
|
391
404
|
|
|
392
405
|
### Patch Changes
|
|
393
406
|
|
|
394
|
-
-
|
|
395
|
-
|
|
396
|
-
|
|
407
|
+
- [#5406](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5406)
|
|
408
|
+
[`de40912b0a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de40912b0a) - Fix types
|
|
409
|
+
not resolving correctly due to an incorrect types path in package.json
|
|
397
410
|
|
|
398
411
|
## 1.0.4
|
|
399
412
|
|
|
400
413
|
### Patch Changes
|
|
401
414
|
|
|
402
|
-
-
|
|
415
|
+
- Updated dependencies
|
|
403
416
|
|
|
404
417
|
## 1.0.3
|
|
405
418
|
|
|
406
419
|
### Patch Changes
|
|
407
420
|
|
|
408
|
-
-
|
|
409
|
-
|
|
410
|
-
|
|
421
|
+
- [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346)
|
|
422
|
+
[`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix
|
|
423
|
+
codemod utilities being exposed through the codemod cli
|
|
411
424
|
|
|
412
425
|
## 1.0.2
|
|
413
426
|
|
|
414
427
|
### Patch Changes
|
|
415
428
|
|
|
416
|
-
-
|
|
417
|
-
|
|
418
|
-
|
|
429
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
430
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
431
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
419
432
|
|
|
420
|
-
|
|
421
|
-
|
|
433
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
434
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
422
435
|
|
|
423
436
|
## 1.0.1
|
|
424
437
|
|
|
425
438
|
### Patch Changes
|
|
426
439
|
|
|
427
|
-
-
|
|
428
|
-
|
|
429
|
-
|
|
440
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
|
|
441
|
+
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
|
|
442
|
+
required because of conflicts on wadmal release
|
|
430
443
|
|
|
431
444
|
## 1.0.0
|
|
432
445
|
|
|
433
446
|
### Major Changes
|
|
434
447
|
|
|
435
|
-
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
448
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
449
|
+
[`d916beb818`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d916beb818) - Upgraded
|
|
450
|
+
Popper JS to version 2.2.3, which comes with bug fixes, performance improvements and a reduced
|
|
451
|
+
bundle size when combined with @popperjs/core. This effects the values accepted by the
|
|
452
|
+
`popperProps` prop.
|
|
440
453
|
|
|
441
|
-
|
|
454
|
+
Changes labelled with ⚙️ have codemod support:
|
|
442
455
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
456
|
+
- ⚙️ the `positionFixed` prop has been replaced with `strategy`, which takes either `"fixed"` or
|
|
457
|
+
`"absolute"`
|
|
458
|
+
- the `modifiers` prop has been significantly updated:
|
|
459
|
+
- The format is now an array of objects, each labelled via a `name` key:value pair. Previously
|
|
460
|
+
the prop was an object where each property was the modifier name.
|
|
461
|
+
- Prop options are grouped together in an `options` object
|
|
462
|
+
- default boundary paddings have been removed from `preventOverflow` and `flip`; to restore
|
|
463
|
+
original padding, set `padding: 5`
|
|
464
|
+
- modifiers that supported a `boundariesElement` option now have two options in its place:
|
|
465
|
+
- `boundary`, which takes `clippingParents` (similar to `scrollParent`)
|
|
466
|
+
- `rootBoundary` which takes `viewport` or `document` (replacing `viewport` and
|
|
467
|
+
`window`respectively)
|
|
468
|
+
- Each modifier has more internal changes not listed here: see
|
|
469
|
+
[the Popper JS docs](https://popper.js.org/docs/v2/modifiers/) for more information
|
|
457
470
|
|
|
458
471
|
### Patch Changes
|
|
459
472
|
|
|
460
|
-
-
|
|
473
|
+
- Updated dependencies
|
|
461
474
|
|
|
462
475
|
## 0.7.0
|
|
463
476
|
|
|
464
477
|
### Minor Changes
|
|
465
478
|
|
|
466
|
-
-
|
|
467
|
-
|
|
468
|
-
|
|
479
|
+
- [#4314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4314)
|
|
480
|
+
[`e724865438`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e724865438) - Introduce
|
|
481
|
+
new color-picker component without trigger
|
|
469
482
|
|
|
470
483
|
## 0.6.0
|
|
471
484
|
|
|
472
485
|
### Minor Changes
|
|
473
486
|
|
|
474
|
-
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
487
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
488
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
489
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
490
|
+
IE11. For more information see:
|
|
491
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
479
492
|
|
|
480
493
|
### Patch Changes
|
|
481
494
|
|
|
482
|
-
-
|
|
495
|
+
- Updated dependencies
|
|
483
496
|
|
|
484
497
|
## 0.5.21
|
|
485
498
|
|
|
486
499
|
### Patch Changes
|
|
487
500
|
|
|
488
|
-
-
|
|
489
|
-
|
|
490
|
-
|
|
501
|
+
- [#2731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2731)
|
|
502
|
+
[`a5815adf37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5815adf37) - Fixed
|
|
503
|
+
es2019 distributable missing a version.json file
|
|
491
504
|
|
|
492
505
|
## 0.5.20
|
|
493
506
|
|
|
494
507
|
### Patch Changes
|
|
495
508
|
|
|
496
|
-
-
|
|
497
|
-
|
|
498
|
-
|
|
509
|
+
- [#2099](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2099)
|
|
510
|
+
[`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add
|
|
511
|
+
missing tslib dependency
|
|
499
512
|
|
|
500
513
|
## 0.5.19
|
|
501
514
|
|
|
502
515
|
### Patch Changes
|
|
503
516
|
|
|
504
|
-
-
|
|
517
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
505
518
|
|
|
506
|
-
|
|
507
|
-
|
|
519
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
520
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
508
521
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
522
|
+
- @atlaskit/docs@8.3.2
|
|
523
|
+
- @atlaskit/visual-regression@0.1.9
|
|
524
|
+
- @atlaskit/analytics-next@6.3.5
|
|
525
|
+
- @atlaskit/icon@20.0.1
|
|
526
|
+
- @atlaskit/select@11.0.7
|
|
527
|
+
- @atlaskit/theme@9.5.1
|
|
515
528
|
|
|
516
529
|
## 0.5.18
|
|
517
530
|
|
|
518
531
|
### Patch Changes
|
|
519
532
|
|
|
520
|
-
-
|
|
533
|
+
- [patch][6438522d7c](https://bitbucket.org/atlassian/atlassian-frontend/commits/6438522d7c):
|
|
521
534
|
|
|
522
|
-
|
|
523
|
-
|
|
535
|
+
Fix padding and columns support.- Updated dependencies
|
|
536
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
524
537
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
538
|
+
- @atlaskit/icon@20.0.0
|
|
539
|
+
- @atlaskit/docs@8.3.1
|
|
540
|
+
- @atlaskit/select@11.0.6
|
|
528
541
|
|
|
529
542
|
## 0.5.17
|
|
530
543
|
|
|
531
544
|
### Patch Changes
|
|
532
545
|
|
|
533
|
-
-
|
|
546
|
+
- [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
534
547
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
548
|
+
Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
|
|
549
|
+
Updated dependencies
|
|
550
|
+
[3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
|
|
538
551
|
|
|
539
|
-
|
|
552
|
+
- @atlaskit/select@11.0.2
|
|
540
553
|
|
|
541
554
|
## 0.5.16
|
|
542
555
|
|
|
543
556
|
### Patch Changes
|
|
544
557
|
|
|
545
|
-
-
|
|
558
|
+
- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
546
559
|
|
|
547
|
-
|
|
548
|
-
|
|
560
|
+
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
|
|
561
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
549
562
|
|
|
550
563
|
## 0.5.15
|
|
551
564
|
|
|
552
565
|
### Patch Changes
|
|
553
566
|
|
|
554
|
-
-
|
|
567
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
555
568
|
|
|
556
|
-
|
|
569
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
557
570
|
|
|
558
571
|
## 0.5.14
|
|
559
572
|
|
|
560
573
|
### Patch Changes
|
|
561
574
|
|
|
562
|
-
-
|
|
575
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
563
576
|
|
|
564
|
-
|
|
577
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
565
578
|
|
|
566
579
|
## 0.5.13
|
|
567
580
|
|
|
568
581
|
### Patch Changes
|
|
569
582
|
|
|
570
|
-
-
|
|
583
|
+
- [patch][c8bb1c7896](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8bb1c7896):
|
|
571
584
|
|
|
572
|
-
|
|
585
|
+
Fix some packages having a 'modules' field in package.json rather than 'module'
|
|
573
586
|
|
|
574
587
|
## 0.5.12
|
|
575
588
|
|
|
576
589
|
### Patch Changes
|
|
577
590
|
|
|
578
|
-
-
|
|
591
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
579
592
|
|
|
580
|
-
|
|
581
|
-
|
|
593
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
594
|
+
non-relative imports as relative imports
|
|
582
595
|
|
|
583
596
|
## 0.5.11
|
|
584
597
|
|
|
585
598
|
### Patch Changes
|
|
586
599
|
|
|
587
|
-
-
|
|
600
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
588
601
|
|
|
589
|
-
|
|
602
|
+
Upgraded Typescript to 3.3.x
|
|
590
603
|
|
|
591
604
|
## 0.5.10
|
|
592
605
|
|
|
593
606
|
### Patch Changes
|
|
594
607
|
|
|
595
|
-
-
|
|
608
|
+
- [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
|
|
596
609
|
|
|
597
|
-
|
|
598
|
-
|
|
610
|
+
Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
|
|
611
|
+
typescript support so it is recommended that typescript consumers use it also.
|
|
599
612
|
|
|
600
613
|
## 0.5.9
|
|
601
614
|
|
|
602
615
|
### Patch Changes
|
|
603
616
|
|
|
604
|
-
-
|
|
617
|
+
- [patch][926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
605
618
|
|
|
606
|
-
|
|
607
|
-
|
|
619
|
+
Analytics-next has been converted to Typescript. Typescript consumers will now get static type
|
|
620
|
+
safety. Flow types are no longer provided. No behavioural changes.
|
|
608
621
|
|
|
609
|
-
|
|
622
|
+
**Breaking changes**
|
|
610
623
|
|
|
611
|
-
|
|
612
|
-
|
|
624
|
+
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
625
|
+
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
613
626
|
|
|
614
|
-
|
|
627
|
+
**Breaking changes to TypeScript annotations**
|
|
615
628
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
629
|
+
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
630
|
+
props as a generic type.
|
|
631
|
+
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
632
|
+
props as a generic type.
|
|
633
|
+
- Type `WithAnalyticsEventProps` has been renamed to `WithAnalyticsEventsProps` to match source
|
|
634
|
+
code
|
|
635
|
+
- Type `CreateUIAnalyticsEventSignature` has been renamed to `CreateUIAnalyticsEvent` to match
|
|
636
|
+
source code
|
|
637
|
+
- Type `UIAnalyticsEventHandlerSignature` has been renamed to `UIAnalyticsEventHandler` to match
|
|
638
|
+
source code
|
|
639
|
+
- Type `AnalyticsEventsPayload` has been renamed to `AnalyticsEventPayload`
|
|
640
|
+
- Type `ObjectType` has been removed, please use `Record<string, any>` or `[key: string]: any`
|
|
641
|
+
- Type `UIAnalyticsEventInterface` has been removed, please use `UIAnalyticsEvent`
|
|
642
|
+
- Type `AnalyticsEventInterface` has been removed, please use `AnalyticsEvent`
|
|
643
|
+
- Type `CreateAndFireEventFunction` removed and should now be inferred by TypeScript
|
|
644
|
+
- Type `AnalyticsEventUpdater` removed and should now be inferred by TypeScript
|
|
632
645
|
|
|
633
646
|
## 0.5.8
|
|
634
647
|
|
|
635
648
|
### Patch Changes
|
|
636
649
|
|
|
637
|
-
-
|
|
650
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
638
651
|
|
|
639
|
-
|
|
652
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
640
653
|
|
|
641
654
|
## 0.5.7
|
|
642
655
|
|
|
643
656
|
### Patch Changes
|
|
644
657
|
|
|
645
|
-
-
|
|
658
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
646
659
|
|
|
647
|
-
|
|
660
|
+
Fixes bug, missing version.json file
|
|
648
661
|
|
|
649
662
|
## 0.5.6
|
|
650
663
|
|
|
651
664
|
### Patch Changes
|
|
652
665
|
|
|
653
|
-
-
|
|
666
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
654
667
|
|
|
655
|
-
|
|
668
|
+
In this PR, we are:
|
|
656
669
|
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
670
|
+
- Re-introducing dist build folders
|
|
671
|
+
- Adding back cjs
|
|
672
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
673
|
+
- Creating folders at the root for entry-points
|
|
674
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
675
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
676
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
677
|
+
for further details
|
|
665
678
|
|
|
666
679
|
## 0.5.5
|
|
667
680
|
|
|
668
681
|
### Patch Changes
|
|
669
682
|
|
|
670
|
-
-
|
|
683
|
+
- [patch][d0db01b410](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d0db01b410):
|
|
671
684
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
685
|
+
TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props
|
|
686
|
+
as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps
|
|
687
|
+
of the returned component.
|
|
675
688
|
|
|
676
|
-
|
|
689
|
+
Before:
|
|
677
690
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
691
|
+
```typescript
|
|
692
|
+
withAnalyticsEvents()(Button) as ComponentClass<Props>;
|
|
693
|
+
```
|
|
681
694
|
|
|
682
|
-
|
|
695
|
+
After:
|
|
683
696
|
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
697
|
+
```typescript
|
|
698
|
+
withAnalyticsEvents<Props>()(Button);
|
|
699
|
+
```
|
|
687
700
|
|
|
688
701
|
## 0.5.4
|
|
689
702
|
|
|
690
|
-
-
|
|
691
|
-
|
|
692
|
-
|
|
703
|
+
- Updated dependencies
|
|
704
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
705
|
+
- @atlaskit/select@10.0.0
|
|
693
706
|
|
|
694
707
|
## 0.5.3
|
|
695
708
|
|
|
696
|
-
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
709
|
+
- Updated dependencies
|
|
710
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
711
|
+
- @atlaskit/docs@8.1.3
|
|
712
|
+
- @atlaskit/select@9.1.8
|
|
713
|
+
- @atlaskit/icon@19.0.0
|
|
701
714
|
|
|
702
715
|
## 0.5.2
|
|
703
716
|
|
|
704
|
-
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
717
|
+
- Updated dependencies
|
|
718
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
719
|
+
- @atlaskit/docs@8.1.2
|
|
720
|
+
- @atlaskit/section-message@4.0.2
|
|
721
|
+
- @atlaskit/select@9.1.5
|
|
722
|
+
- @atlaskit/icon@18.0.0
|
|
710
723
|
|
|
711
724
|
## 0.5.1
|
|
712
725
|
|
|
713
|
-
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
726
|
+
- Updated dependencies
|
|
727
|
+
[6dd86f5b07](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6dd86f5b07):
|
|
728
|
+
- @atlaskit/icon@17.1.1
|
|
729
|
+
- @atlaskit/theme@9.0.2
|
|
730
|
+
- @atlaskit/section-message@4.0.0
|
|
718
731
|
|
|
719
732
|
## 0.5.0
|
|
720
733
|
|
|
721
|
-
-
|
|
734
|
+
- [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
722
735
|
|
|
723
|
-
|
|
724
|
-
|
|
736
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
737
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
725
738
|
|
|
726
739
|
## 0.4.3
|
|
727
740
|
|
|
728
|
-
-
|
|
741
|
+
- [patch][50cbf86910](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50cbf86910):
|
|
729
742
|
|
|
730
|
-
|
|
743
|
+
- removes the undesirable grey background on Safari
|
|
731
744
|
|
|
732
745
|
## 0.4.2
|
|
733
746
|
|
|
734
|
-
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
747
|
+
- Updated dependencies
|
|
748
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
749
|
+
- @atlaskit/docs@7.0.3
|
|
750
|
+
- @atlaskit/icon@16.0.9
|
|
751
|
+
- @atlaskit/section-message@2.0.3
|
|
752
|
+
- @atlaskit/select@8.1.1
|
|
753
|
+
- @atlaskit/theme@8.1.7
|
|
741
754
|
|
|
742
755
|
## 0.4.1
|
|
743
756
|
|
|
744
|
-
-
|
|
757
|
+
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
745
758
|
|
|
746
|
-
|
|
747
|
-
index.js
|
|
759
|
+
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
748
760
|
|
|
749
761
|
## 0.4.0
|
|
750
762
|
|
|
751
|
-
-
|
|
763
|
+
- [minor][32f743afc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/32f743afc5):
|
|
752
764
|
|
|
753
|
-
|
|
765
|
+
- Enable noImplicitAny for @atlaskit/color-picker
|
|
754
766
|
|
|
755
767
|
## 0.3.0
|
|
756
768
|
|
|
757
|
-
-
|
|
769
|
+
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
758
770
|
|
|
759
|
-
|
|
771
|
+
- Dropped ES5 distributables from the typescript packages
|
|
760
772
|
|
|
761
773
|
## 0.2.6
|
|
762
774
|
|
|
763
|
-
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
775
|
+
- Updated dependencies
|
|
776
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
777
|
+
- @atlaskit/icon@16.0.4
|
|
778
|
+
- @atlaskit/docs@7.0.0
|
|
779
|
+
- @atlaskit/analytics-next@4.0.0
|
|
780
|
+
- @atlaskit/section-message@2.0.0
|
|
781
|
+
- @atlaskit/select@8.0.0
|
|
782
|
+
- @atlaskit/theme@8.0.0
|
|
771
783
|
|
|
772
784
|
## 0.2.5
|
|
773
785
|
|
|
774
|
-
-
|
|
786
|
+
- [patch][f5482d0018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f5482d0018):
|
|
775
787
|
|
|
776
|
-
|
|
788
|
+
- taking advantage of the new target function for PopupSelect
|
|
777
789
|
|
|
778
790
|
## 0.2.4
|
|
779
791
|
|
|
780
|
-
-
|
|
792
|
+
- [patch][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
781
793
|
|
|
782
|
-
|
|
794
|
+
- popup select "target" is now a function that must resolve to a node
|
|
783
795
|
|
|
784
796
|
## 0.2.3
|
|
785
797
|
|
|
786
|
-
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
798
|
+
- Updated dependencies
|
|
799
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
800
|
+
- @atlaskit/docs@6.0.1
|
|
801
|
+
- @atlaskit/section-message@1.0.16
|
|
802
|
+
- @atlaskit/select@6.1.19
|
|
803
|
+
- @atlaskit/icon@16.0.0
|
|
792
804
|
|
|
793
805
|
## 0.2.2
|
|
794
806
|
|
|
795
|
-
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
807
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
808
|
+
- @atlaskit/analytics-next@3.1.2
|
|
809
|
+
- @atlaskit/icon@15.0.2
|
|
810
|
+
- @atlaskit/section-message@1.0.14
|
|
811
|
+
- @atlaskit/select@6.1.13
|
|
812
|
+
- @atlaskit/theme@7.0.1
|
|
813
|
+
- @atlaskit/docs@6.0.0
|
|
802
814
|
|
|
803
815
|
## 0.2.1
|
|
804
816
|
|
|
805
|
-
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
817
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
818
|
+
- @atlaskit/docs@5.2.3
|
|
819
|
+
- @atlaskit/icon@15.0.1
|
|
820
|
+
- @atlaskit/section-message@1.0.13
|
|
821
|
+
- @atlaskit/select@6.1.10
|
|
822
|
+
- @atlaskit/theme@7.0.0
|
|
811
823
|
|
|
812
824
|
## 0.2.0
|
|
813
825
|
|
|
814
|
-
-
|
|
826
|
+
- [minor][60fb1eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60fb1eb):
|
|
815
827
|
|
|
816
|
-
|
|
828
|
+
- Add popperProps property to allow consumers to change menu placement
|
|
817
829
|
|
|
818
830
|
## 0.1.2
|
|
819
831
|
|
|
820
|
-
-
|
|
832
|
+
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
821
833
|
|
|
822
|
-
|
|
834
|
+
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
823
835
|
|
|
824
836
|
## 0.1.1
|
|
825
837
|
|
|
826
|
-
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
838
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
839
|
+
- @atlaskit/docs@5.2.2
|
|
840
|
+
- @atlaskit/section-message@1.0.12
|
|
841
|
+
- @atlaskit/select@6.1.9
|
|
842
|
+
- @atlaskit/icon@15.0.0
|
|
831
843
|
|
|
832
844
|
## 0.1.0
|
|
833
845
|
|
|
834
|
-
-
|
|
846
|
+
- [minor][b5df1db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5df1db):
|
|
835
847
|
|
|
836
|
-
|
|
848
|
+
- First release
|