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