@atlaskit/textfield 6.1.2 → 6.2.0
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 +583 -390
- package/dist/cjs/text-field.js +7 -5
- package/dist/es2019/text-field.js +7 -5
- package/dist/esm/text-field.js +7 -5
- package/dist/types/text-field.d.ts +2 -2
- package/dist/types-ts4.5/text-field.d.ts +2 -2
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,948 +1,1141 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 6.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#94485](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94485)
|
|
8
|
+
[`b22bd00b7948`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b22bd00b7948) -
|
|
9
|
+
Add support for React 18.
|
|
10
|
+
|
|
11
|
+
## 6.1.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#83130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83130)
|
|
16
|
+
[`4efd62cdc533`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4efd62cdc533) -
|
|
17
|
+
SHPLVIII-481: Assign name to default export components to fix quick-fix imports
|
|
18
|
+
|
|
3
19
|
## 6.1.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
24
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
25
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
26
|
|
|
9
27
|
## 6.1.1
|
|
10
28
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
|
-
-
|
|
31
|
+
- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
|
|
32
|
+
[`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
|
|
33
|
+
Revert input border change from the previous version
|
|
14
34
|
|
|
15
35
|
## 6.1.0
|
|
16
36
|
|
|
17
37
|
### Minor Changes
|
|
18
38
|
|
|
19
|
-
-
|
|
39
|
+
- [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
|
|
40
|
+
[`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
|
|
41
|
+
[ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
|
|
20
42
|
|
|
21
43
|
### Patch Changes
|
|
22
44
|
|
|
23
|
-
-
|
|
45
|
+
- Updated dependencies
|
|
24
46
|
|
|
25
47
|
## 6.0.1
|
|
26
48
|
|
|
27
49
|
### Patch Changes
|
|
28
50
|
|
|
29
|
-
-
|
|
51
|
+
- [#74756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74756)
|
|
52
|
+
[`8e66f751df96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e66f751df96) -
|
|
53
|
+
Use feature flag to roll out border width update from 2px to 1px
|
|
30
54
|
|
|
31
55
|
## 6.0.0
|
|
32
56
|
|
|
33
57
|
### Major Changes
|
|
34
58
|
|
|
35
|
-
-
|
|
59
|
+
- [#42569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42569)
|
|
60
|
+
[`df6d526f3c8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6d526f3c8) -
|
|
61
|
+
Removed all remaining legacy theming logic from the TextField component.
|
|
36
62
|
|
|
37
63
|
## 5.6.8
|
|
38
64
|
|
|
39
65
|
### Patch Changes
|
|
40
66
|
|
|
41
|
-
-
|
|
67
|
+
- [#40987](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40987)
|
|
68
|
+
[`3039d60a810`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3039d60a810) - Make
|
|
69
|
+
spread props present in types explicit.
|
|
42
70
|
|
|
43
71
|
## 5.6.7
|
|
44
72
|
|
|
45
73
|
### Patch Changes
|
|
46
74
|
|
|
47
|
-
-
|
|
75
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
76
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
|
|
77
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
48
78
|
|
|
49
79
|
## 5.6.6
|
|
50
80
|
|
|
51
81
|
### Patch Changes
|
|
52
82
|
|
|
53
|
-
-
|
|
83
|
+
- [#37613](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37613)
|
|
84
|
+
[`29941aaea33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29941aaea33) - update
|
|
85
|
+
focused fallback color to meet contrast requirement
|
|
54
86
|
|
|
55
87
|
## 5.6.5
|
|
56
88
|
|
|
57
89
|
### Patch Changes
|
|
58
90
|
|
|
59
|
-
-
|
|
91
|
+
- [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128)
|
|
92
|
+
[`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update
|
|
93
|
+
type definitions to conform to inherited changes from `@types/react@16.14.15`.
|
|
60
94
|
|
|
61
95
|
## 5.6.4
|
|
62
96
|
|
|
63
97
|
### Patch Changes
|
|
64
98
|
|
|
65
|
-
-
|
|
99
|
+
- [#38201](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38201)
|
|
100
|
+
[`356d6ebed05`](https://bitbucket.org/atlassian/atlassian-frontend/commits/356d6ebed05) - This
|
|
101
|
+
package is now onboarded onto the product push model.
|
|
66
102
|
|
|
67
103
|
## 5.6.3
|
|
68
104
|
|
|
69
105
|
### Patch Changes
|
|
70
106
|
|
|
71
|
-
-
|
|
107
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
108
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
109
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
110
|
+
testing.
|
|
72
111
|
|
|
73
112
|
## 5.6.2
|
|
74
113
|
|
|
75
114
|
### Patch Changes
|
|
76
115
|
|
|
77
|
-
-
|
|
116
|
+
- [#36661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36661)
|
|
117
|
+
[`a01cf0168b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a01cf0168b8) - update
|
|
118
|
+
border width with border spacing token
|
|
78
119
|
|
|
79
120
|
## 5.6.1
|
|
80
121
|
|
|
81
122
|
### Patch Changes
|
|
82
123
|
|
|
83
|
-
-
|
|
124
|
+
- [#36066](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36066)
|
|
125
|
+
[`3a8d6f61240`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a8d6f61240) - [ux]
|
|
126
|
+
Adds `text-overflow: ellipsis` to placeholder text.
|
|
84
127
|
|
|
85
128
|
## 5.6.0
|
|
86
129
|
|
|
87
130
|
### Minor Changes
|
|
88
131
|
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
132
|
+
- [#35766](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35766)
|
|
133
|
+
[`a90730ddb33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a90730ddb33) -
|
|
134
|
+
Disallow use of unused prop `disabled`. Disabled textfields should use `isDisabled`. This change
|
|
135
|
+
includes a codemod for transitioning existing code over to the proper usage.
|
|
92
136
|
|
|
93
137
|
## 5.5.2
|
|
94
138
|
|
|
95
139
|
### Patch Changes
|
|
96
140
|
|
|
97
|
-
-
|
|
141
|
+
- [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111)
|
|
142
|
+
[`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend
|
|
143
|
+
border contrast feature flag to support confluence
|
|
98
144
|
|
|
99
145
|
## 5.5.1
|
|
100
146
|
|
|
101
147
|
### Patch Changes
|
|
102
148
|
|
|
103
|
-
-
|
|
149
|
+
- [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
|
|
150
|
+
[`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) -
|
|
151
|
+
Internal changes to use space tokens for spacing values. There is no visual change.
|
|
104
152
|
|
|
105
153
|
## 5.5.0
|
|
106
154
|
|
|
107
155
|
### Minor Changes
|
|
108
156
|
|
|
109
|
-
-
|
|
157
|
+
- [#33167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33167)
|
|
158
|
+
[`c9c3a3f43af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c9c3a3f43af) - [ux]
|
|
159
|
+
reduce border width to 1px and update fallback color of border
|
|
110
160
|
|
|
111
161
|
## 5.4.3
|
|
112
162
|
|
|
113
163
|
### Patch Changes
|
|
114
164
|
|
|
115
|
-
-
|
|
165
|
+
- [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051)
|
|
166
|
+
[`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) -
|
|
167
|
+
Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
|
|
168
|
+
behaviour change.
|
|
116
169
|
|
|
117
170
|
## 5.4.2
|
|
118
171
|
|
|
119
172
|
### Patch Changes
|
|
120
173
|
|
|
121
|
-
-
|
|
174
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
175
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
176
|
+
legacy types are published for TS 4.5-4.8
|
|
122
177
|
|
|
123
178
|
## 5.4.1
|
|
124
179
|
|
|
125
180
|
### Patch Changes
|
|
126
181
|
|
|
127
|
-
-
|
|
182
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
183
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
184
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
128
185
|
|
|
129
186
|
## 5.4.0
|
|
130
187
|
|
|
131
188
|
### Minor Changes
|
|
132
189
|
|
|
133
|
-
-
|
|
190
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
191
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
192
|
+
minor dependency bump
|
|
134
193
|
|
|
135
194
|
### Patch Changes
|
|
136
195
|
|
|
137
|
-
-
|
|
196
|
+
- Updated dependencies
|
|
138
197
|
|
|
139
198
|
## 5.3.7
|
|
140
199
|
|
|
141
200
|
### Patch Changes
|
|
142
201
|
|
|
143
|
-
-
|
|
202
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
203
|
+
[`e028bee17df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e028bee17df) - [ux]
|
|
204
|
+
fix(style): update fallback color of placeholder to meet contrast requirement
|
|
144
205
|
|
|
145
206
|
## 5.3.6
|
|
146
207
|
|
|
147
208
|
### Patch Changes
|
|
148
209
|
|
|
149
|
-
-
|
|
210
|
+
- Updated dependencies
|
|
150
211
|
|
|
151
212
|
## 5.3.5
|
|
152
213
|
|
|
153
214
|
### Patch Changes
|
|
154
215
|
|
|
155
|
-
-
|
|
216
|
+
- Updated dependencies
|
|
156
217
|
|
|
157
218
|
## 5.3.4
|
|
158
219
|
|
|
159
220
|
### Patch Changes
|
|
160
221
|
|
|
161
|
-
-
|
|
222
|
+
- Updated dependencies
|
|
162
223
|
|
|
163
224
|
## 5.3.3
|
|
164
225
|
|
|
165
226
|
### Patch Changes
|
|
166
227
|
|
|
167
|
-
-
|
|
228
|
+
- Updated dependencies
|
|
168
229
|
|
|
169
230
|
## 5.3.2
|
|
170
231
|
|
|
171
232
|
### Patch Changes
|
|
172
233
|
|
|
173
|
-
-
|
|
234
|
+
- Updated dependencies
|
|
174
235
|
|
|
175
236
|
## 5.3.1
|
|
176
237
|
|
|
177
238
|
### Patch Changes
|
|
178
239
|
|
|
179
|
-
-
|
|
240
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
|
|
241
|
+
[`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
|
|
242
|
+
change to introduce spacing tokens to design system components.
|
|
180
243
|
|
|
181
244
|
## 5.3.0
|
|
182
245
|
|
|
183
246
|
### Minor Changes
|
|
184
247
|
|
|
185
|
-
-
|
|
248
|
+
- [#24968](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24968)
|
|
249
|
+
[`b8841384da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8841384da6) -
|
|
250
|
+
Disabled background and border styles should not be applied to components that have either no
|
|
251
|
+
background or transparent background to begin with. Textfield and textarea variants that do not
|
|
252
|
+
have backgrounds (sublte or none) have no backgrounds or borders applied when disabled. As such,
|
|
253
|
+
any comopnents that consume these will also be affected.
|
|
186
254
|
|
|
187
255
|
## 5.2.2
|
|
188
256
|
|
|
189
257
|
### Patch Changes
|
|
190
258
|
|
|
191
|
-
-
|
|
259
|
+
- [#25314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25314)
|
|
260
|
+
[`bedbdec0e82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bedbdec0e82) - Update
|
|
261
|
+
hover state appearance of subtle Textarea, Textfield and Select components to match the hover
|
|
262
|
+
states of their default counterparts.
|
|
192
263
|
|
|
193
264
|
## 5.2.1
|
|
194
265
|
|
|
195
266
|
### Patch Changes
|
|
196
267
|
|
|
197
|
-
-
|
|
268
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
269
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
270
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
198
271
|
|
|
199
272
|
## 5.2.0
|
|
200
273
|
|
|
201
274
|
### Minor Changes
|
|
202
275
|
|
|
203
|
-
-
|
|
276
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
277
|
+
[`acf974e717c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acf974e717c) -
|
|
278
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
204
279
|
|
|
205
280
|
### Patch Changes
|
|
206
281
|
|
|
207
|
-
-
|
|
282
|
+
- Updated dependencies
|
|
208
283
|
|
|
209
284
|
## 5.1.13
|
|
210
285
|
|
|
211
286
|
### Patch Changes
|
|
212
287
|
|
|
213
|
-
-
|
|
288
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
289
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
290
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
214
291
|
|
|
215
292
|
## 5.1.12
|
|
216
293
|
|
|
217
294
|
### Patch Changes
|
|
218
295
|
|
|
219
|
-
-
|
|
296
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
297
|
+
[`7c14ea36248`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c14ea36248) - [ux]
|
|
298
|
+
Updated input tokens within `@atlaskit/textfield`.
|
|
220
299
|
|
|
221
300
|
## 5.1.11
|
|
222
301
|
|
|
223
302
|
### Patch Changes
|
|
224
303
|
|
|
225
|
-
-
|
|
304
|
+
- Updated dependencies
|
|
226
305
|
|
|
227
306
|
## 5.1.10
|
|
228
307
|
|
|
229
308
|
### Patch Changes
|
|
230
309
|
|
|
231
|
-
-
|
|
310
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
311
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
312
|
+
Upgrade to TypeScript 4.2.4
|
|
232
313
|
|
|
233
314
|
## 5.1.9
|
|
234
315
|
|
|
235
316
|
### Patch Changes
|
|
236
317
|
|
|
237
|
-
-
|
|
318
|
+
- Updated dependencies
|
|
238
319
|
|
|
239
320
|
## 5.1.8
|
|
240
321
|
|
|
241
322
|
### Patch Changes
|
|
242
323
|
|
|
243
|
-
-
|
|
244
|
-
-
|
|
324
|
+
- [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
|
|
325
|
+
[`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
|
|
326
|
+
Migrates all usage of brand tokens to either selected or information tokens. This change is
|
|
327
|
+
purely for semantic reasons, there are no visual or behavioural changes.
|
|
328
|
+
- Updated dependencies
|
|
245
329
|
|
|
246
330
|
## 5.1.7
|
|
247
331
|
|
|
248
332
|
### Patch Changes
|
|
249
333
|
|
|
250
|
-
-
|
|
334
|
+
- Updated dependencies
|
|
251
335
|
|
|
252
336
|
## 5.1.6
|
|
253
337
|
|
|
254
338
|
### Patch Changes
|
|
255
339
|
|
|
256
|
-
-
|
|
257
|
-
-
|
|
340
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
341
|
+
[`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
|
|
342
|
+
no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
|
|
343
|
+
auto-fixing by correctly formatting token ids.
|
|
344
|
+
- Updated dependencies
|
|
258
345
|
|
|
259
346
|
## 5.1.5
|
|
260
347
|
|
|
261
348
|
### Patch Changes
|
|
262
349
|
|
|
263
|
-
-
|
|
350
|
+
- Updated dependencies
|
|
264
351
|
|
|
265
352
|
## 5.1.4
|
|
266
353
|
|
|
267
354
|
### Patch Changes
|
|
268
355
|
|
|
269
|
-
-
|
|
270
|
-
-
|
|
356
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
357
|
+
[`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
|
|
358
|
+
for this package now pass through a tokens babel plugin, removing runtime invocations of the
|
|
359
|
+
tokens() function and improving bundle size.
|
|
360
|
+
- Updated dependencies
|
|
271
361
|
|
|
272
362
|
## 5.1.3
|
|
273
363
|
|
|
274
364
|
### Patch Changes
|
|
275
365
|
|
|
276
|
-
-
|
|
366
|
+
- Updated dependencies
|
|
277
367
|
|
|
278
368
|
## 5.1.2
|
|
279
369
|
|
|
280
370
|
### Patch Changes
|
|
281
371
|
|
|
282
|
-
-
|
|
372
|
+
- Updated dependencies
|
|
283
373
|
|
|
284
374
|
## 5.1.1
|
|
285
375
|
|
|
286
376
|
### Patch Changes
|
|
287
377
|
|
|
288
|
-
-
|
|
378
|
+
- Updated dependencies
|
|
289
379
|
|
|
290
380
|
## 5.1.0
|
|
291
381
|
|
|
292
382
|
### Minor Changes
|
|
293
383
|
|
|
294
|
-
-
|
|
295
|
-
|
|
384
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
385
|
+
[`78ba9e045b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78ba9e045b8) -
|
|
386
|
+
Internal refactor to align to the design system techstack.
|
|
387
|
+
- [`4d34d35270e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d34d35270e) -
|
|
388
|
+
Instrumented text field with the new theming package, `@atlaskit/tokens`.
|
|
296
389
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
390
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently
|
|
391
|
+
in alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
392
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
300
393
|
|
|
301
394
|
### Patch Changes
|
|
302
395
|
|
|
303
|
-
-
|
|
304
|
-
|
|
305
|
-
-
|
|
396
|
+
- [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) -
|
|
397
|
+
Internal changes to supress eslint rules.
|
|
398
|
+
- [`ac656b4875e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac656b4875e) -
|
|
399
|
+
Internal style refactor with no visual change.
|
|
400
|
+
- Updated dependencies
|
|
306
401
|
|
|
307
402
|
## 5.0.5
|
|
308
403
|
|
|
309
404
|
### Patch Changes
|
|
310
405
|
|
|
311
|
-
-
|
|
406
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
407
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
408
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
312
409
|
|
|
313
410
|
## 5.0.4
|
|
314
411
|
|
|
315
412
|
### Patch Changes
|
|
316
413
|
|
|
317
|
-
-
|
|
318
|
-
-
|
|
414
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
415
|
+
[`a7d1415e5e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7d1415e5e6) - [ux]
|
|
416
|
+
add high contrast mode supporting for Textfield
|
|
417
|
+
- Updated dependencies
|
|
319
418
|
|
|
320
419
|
## 5.0.3
|
|
321
420
|
|
|
322
421
|
### Patch Changes
|
|
323
422
|
|
|
324
|
-
-
|
|
423
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
424
|
+
[`6f0bbf09744`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f0bbf09744) - [ux]
|
|
425
|
+
Fix disabled TextField text contrast on Safari/WebKit browsers
|
|
325
426
|
|
|
326
427
|
## 5.0.2
|
|
327
428
|
|
|
328
429
|
### Patch Changes
|
|
329
430
|
|
|
330
|
-
-
|
|
431
|
+
- [#12167](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12167)
|
|
432
|
+
[`d6f7ff383cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f7ff383cf) -
|
|
433
|
+
Updates to development dependency `storybook-addon-performance`
|
|
331
434
|
|
|
332
435
|
## 5.0.1
|
|
333
436
|
|
|
334
437
|
### Patch Changes
|
|
335
438
|
|
|
336
|
-
-
|
|
439
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
440
|
+
[`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
441
|
+
injected package name and version for analytics instead of version.json.
|
|
337
442
|
|
|
338
443
|
## 5.0.0
|
|
339
444
|
|
|
340
445
|
### Major Changes
|
|
341
446
|
|
|
342
|
-
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
447
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
448
|
+
[`9d0f54a809`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0f54a809)
|
|
449
|
+
|
|
450
|
+
**Summary**
|
|
451
|
+
|
|
452
|
+
The goal of this major for TextField is to improve the component's performance, by both reducing
|
|
453
|
+
static structure and avoiding unnecessary function calls.
|
|
454
|
+
|
|
455
|
+
**Changes**
|
|
456
|
+
|
|
457
|
+
In this version we improved the performance of `TextField` by making it more similar to a native
|
|
458
|
+
input field and removing the slow theme prop.
|
|
459
|
+
|
|
460
|
+
**Theming**
|
|
461
|
+
|
|
462
|
+
The `theme` prop allows you to customize the appearance of `TextField`. Theming was previously
|
|
463
|
+
used to customize the container div and input element styling in `TextField`. We found that
|
|
464
|
+
there was minimal usage of this API and it was identified to have a negative performance impact
|
|
465
|
+
regardless of whether it was used.
|
|
466
|
+
|
|
467
|
+
We decided to remove this API to benefit all consumers of `TextField`. If you would like to
|
|
468
|
+
continue customizing TextField we have added data attributes (`data-ds--text-field--container`
|
|
469
|
+
and `data-ds--text-field--input`) to both container div and input element of `TextField`.
|
|
470
|
+
Therefore consumers can use this if they want to override style of respective element in
|
|
471
|
+
`TextField`. For example,
|
|
472
|
+
|
|
473
|
+
```jsx
|
|
474
|
+
import React from 'react';
|
|
475
|
+
import { css } from '@emotion/core';
|
|
476
|
+
import { TextField } from '@atlaskit/textfield';
|
|
477
|
+
|
|
478
|
+
export default function CustomStyleExample() {
|
|
479
|
+
return (
|
|
480
|
+
<TextField
|
|
481
|
+
css={{
|
|
482
|
+
padding: 5,
|
|
483
|
+
border: '2px solid orange',
|
|
484
|
+
'& > [data-ds--text-field--input]': {
|
|
485
|
+
fontSize: 20,
|
|
486
|
+
border: '2px solid green',
|
|
487
|
+
},
|
|
488
|
+
}}
|
|
489
|
+
/>
|
|
490
|
+
);
|
|
491
|
+
}
|
|
492
|
+
```
|
|
493
|
+
|
|
494
|
+
You can also override CSS using `className` and data-attributes in `TextField`.
|
|
495
|
+
|
|
496
|
+
```jsx
|
|
497
|
+
// component
|
|
498
|
+
import React from 'react';
|
|
499
|
+
import { TextField } from '@atlaskit/textfield';
|
|
500
|
+
import './styles.css';
|
|
501
|
+
|
|
502
|
+
export default () => {
|
|
503
|
+
return (
|
|
504
|
+
<TextField
|
|
505
|
+
width="large"
|
|
506
|
+
className='myClass'
|
|
507
|
+
/>
|
|
508
|
+
);
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
// styles.css
|
|
512
|
+
.myClass [data-ds--text-field--container] {
|
|
513
|
+
border: 2px solid orange;
|
|
514
|
+
padding: 5px;
|
|
515
|
+
}
|
|
516
|
+
.myClass [data-ds--text-field--input] {
|
|
517
|
+
border: 2px solid green;
|
|
518
|
+
font-size: 20px;
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
```
|
|
522
|
+
|
|
523
|
+
Note that `TextField` still supports the light mode / dark mode global token. Along with this
|
|
524
|
+
change we have removed the exports `ThemeProps`, `ThemeTokens` and `Theme` from `TextField` as
|
|
525
|
+
they can no longer be used with the removal of `theme`.
|
|
526
|
+
|
|
527
|
+
### Other changes
|
|
528
|
+
|
|
529
|
+
- Previously all interaction styles were generated in JavaScript using events, causing
|
|
530
|
+
unnecessary and slow re-renders for actions like hovering and focusing. Now all styles for
|
|
531
|
+
the `TextField` are applied using CSS selectors.
|
|
532
|
+
- Updated the entry point to only export `TextField` and `TextFieldProps`. These exports
|
|
533
|
+
`ThemeProps`, `ThemeTokens` and `Theme` have now been removed.
|
|
534
|
+
|
|
535
|
+
### Automatic upgrading
|
|
536
|
+
|
|
537
|
+
There is a codemod that assists you in upgrading most of the changes from above. However, a
|
|
538
|
+
manual step is still required to override styles via data attributes.
|
|
539
|
+
|
|
540
|
+
- Removes `theme` and `overrides` prop.
|
|
541
|
+
- Removes imports of `ThemeProps`, `ThemeTokens` and `Theme`.
|
|
542
|
+
|
|
543
|
+
```
|
|
544
|
+
|
|
545
|
+
# You first need to have the latest `TextField` installed before you can run the codemod
|
|
546
|
+
`yarn upgrade @atlaskit/textfield@^5.0.0`
|
|
547
|
+
|
|
548
|
+
# Run the codemod cli
|
|
549
|
+
# Pass in a parser for your codebase
|
|
550
|
+
npx @atlaskit/codemod-cli /path/to/target/directory --parser [tsx | flow | babel]
|
|
551
|
+
```
|
|
437
552
|
|
|
438
553
|
## 4.0.10
|
|
439
554
|
|
|
440
555
|
### Patch Changes
|
|
441
556
|
|
|
442
|
-
-
|
|
557
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
558
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
559
|
+
Transpile packages using babel rather than tsc
|
|
443
560
|
|
|
444
561
|
## 4.0.9
|
|
445
562
|
|
|
446
563
|
### Patch Changes
|
|
447
564
|
|
|
448
|
-
-
|
|
449
|
-
|
|
450
|
-
|
|
565
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
566
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
567
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
568
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
569
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
570
|
+
`devDependencies` to denote version that the package was built with.
|
|
451
571
|
|
|
452
572
|
## 4.0.8
|
|
453
573
|
|
|
454
574
|
### Patch Changes
|
|
455
575
|
|
|
456
|
-
-
|
|
576
|
+
- Updated dependencies
|
|
457
577
|
|
|
458
578
|
## 4.0.7
|
|
459
579
|
|
|
460
580
|
### Patch Changes
|
|
461
581
|
|
|
462
|
-
-
|
|
582
|
+
- [#5164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5164)
|
|
583
|
+
[`2ac834240e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ac834240e) - Undo
|
|
584
|
+
analytics-next file restructure to allow external ts definitions to continue working
|
|
463
585
|
|
|
464
586
|
## 4.0.6
|
|
465
587
|
|
|
466
588
|
### Patch Changes
|
|
467
589
|
|
|
468
|
-
-
|
|
469
|
-
-
|
|
590
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
591
|
+
[`6529a49064`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6529a49064) - Removed
|
|
592
|
+
IE11 and outdated browser-prefixed styles targeting the placeholder attribute
|
|
593
|
+
- Updated dependencies
|
|
470
594
|
|
|
471
595
|
## 4.0.5
|
|
472
596
|
|
|
473
597
|
### Patch Changes
|
|
474
598
|
|
|
475
|
-
-
|
|
599
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
600
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
601
|
+
integration tests for Edge browser
|
|
476
602
|
|
|
477
603
|
## 4.0.4
|
|
478
604
|
|
|
479
605
|
### Patch Changes
|
|
480
606
|
|
|
481
|
-
-
|
|
607
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
608
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
609
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
482
610
|
|
|
483
|
-
|
|
484
|
-
|
|
611
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
612
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
485
613
|
|
|
486
614
|
## 4.0.3
|
|
487
615
|
|
|
488
616
|
### Patch Changes
|
|
489
617
|
|
|
490
|
-
-
|
|
618
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
|
|
619
|
+
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
|
|
620
|
+
required because of conflicts on wadmal release
|
|
491
621
|
|
|
492
622
|
## 4.0.2
|
|
493
623
|
|
|
494
624
|
### Patch Changes
|
|
495
625
|
|
|
496
|
-
-
|
|
626
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
627
|
+
[`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form
|
|
628
|
+
elements now have a default font explicitly set
|
|
497
629
|
|
|
498
630
|
## 4.0.1
|
|
499
631
|
|
|
500
632
|
### Patch Changes
|
|
501
633
|
|
|
502
|
-
-
|
|
634
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
635
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
636
|
+
readme and package information has been updated to point to the new design system website.
|
|
503
637
|
|
|
504
638
|
## 4.0.0
|
|
505
639
|
|
|
506
640
|
### Major Changes
|
|
507
641
|
|
|
508
|
-
-
|
|
509
|
-
|
|
642
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
643
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
644
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
645
|
+
package working in IE11. For more information see:
|
|
646
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
510
647
|
|
|
511
648
|
### Patch Changes
|
|
512
649
|
|
|
513
|
-
-
|
|
650
|
+
- Updated dependencies
|
|
514
651
|
|
|
515
652
|
## 3.1.13
|
|
516
653
|
|
|
517
654
|
### Patch Changes
|
|
518
655
|
|
|
519
|
-
-
|
|
656
|
+
- [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
|
|
657
|
+
[`088c636cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/088c636cbd) - Updated
|
|
658
|
+
disabled state border-color to match the ADG spec. It now appears as if there is no border on a
|
|
659
|
+
disabled textfield.
|
|
520
660
|
|
|
521
661
|
## 3.1.12
|
|
522
662
|
|
|
523
663
|
### Patch Changes
|
|
524
664
|
|
|
525
|
-
-
|
|
665
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
666
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
667
|
+
and supporting files will no longer be published to npm
|
|
526
668
|
|
|
527
669
|
## 3.1.11
|
|
528
670
|
|
|
529
671
|
### Patch Changes
|
|
530
672
|
|
|
531
|
-
-
|
|
673
|
+
- Updated dependencies
|
|
532
674
|
|
|
533
675
|
## 3.1.10
|
|
534
676
|
|
|
535
677
|
### Patch Changes
|
|
536
678
|
|
|
537
|
-
-
|
|
679
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
680
|
+
[`83f4f94df3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83f4f94df3) - Change
|
|
681
|
+
imports to comply with Atlassian conventions- Updated dependencies
|
|
538
682
|
|
|
539
683
|
## 3.1.9
|
|
540
684
|
|
|
541
685
|
### Patch Changes
|
|
542
686
|
|
|
543
|
-
-
|
|
544
|
-
|
|
545
|
-
-
|
|
546
|
-
|
|
547
|
-
-
|
|
548
|
-
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
687
|
+
- Updated dependencies
|
|
688
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
689
|
+
- Updated dependencies
|
|
690
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
691
|
+
- Updated dependencies
|
|
692
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
693
|
+
- Updated dependencies
|
|
694
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
695
|
+
- Updated dependencies
|
|
696
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
697
|
+
- Updated dependencies
|
|
698
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
699
|
+
- Updated dependencies
|
|
700
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
701
|
+
- Updated dependencies
|
|
702
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
703
|
+
- @atlaskit/docs@8.4.0
|
|
704
|
+
- @atlaskit/icon@20.1.0
|
|
705
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
706
|
+
- @atlaskit/avatar@17.1.9
|
|
707
|
+
- @atlaskit/button@13.3.9
|
|
708
|
+
- @atlaskit/form@7.1.5
|
|
557
709
|
|
|
558
710
|
## 3.1.8
|
|
559
711
|
|
|
560
712
|
### Patch Changes
|
|
561
713
|
|
|
562
|
-
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
714
|
+
- Updated dependencies
|
|
715
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
716
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
717
|
+
- @atlaskit/avatar@17.1.8
|
|
718
|
+
- @atlaskit/button@13.3.8
|
|
719
|
+
- @atlaskit/form@7.1.4
|
|
567
720
|
|
|
568
721
|
## 3.1.7
|
|
569
722
|
|
|
570
723
|
### Patch Changes
|
|
571
724
|
|
|
572
|
-
-
|
|
725
|
+
- [patch][91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
|
|
573
726
|
|
|
574
|
-
|
|
727
|
+
Textfield now exports its props as TextFieldProps- Updated dependencies
|
|
728
|
+
[eaad41d56c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaad41d56c):
|
|
575
729
|
|
|
576
|
-
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
730
|
+
- Updated dependencies
|
|
731
|
+
[c12ba5eb3e](https://bitbucket.org/atlassian/atlassian-frontend/commits/c12ba5eb3e):
|
|
732
|
+
- Updated dependencies
|
|
733
|
+
[0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
|
|
734
|
+
- @atlaskit/form@7.1.3
|
|
735
|
+
- @atlaskit/icon@20.0.2
|
|
580
736
|
|
|
581
737
|
## 3.1.6
|
|
582
738
|
|
|
583
739
|
### Patch Changes
|
|
584
740
|
|
|
585
|
-
-
|
|
741
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
586
742
|
|
|
587
|
-
|
|
743
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
744
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
588
745
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
746
|
+
- @atlaskit/docs@8.3.2
|
|
747
|
+
- @atlaskit/visual-regression@0.1.9
|
|
748
|
+
- @atlaskit/analytics-next@6.3.5
|
|
749
|
+
- @atlaskit/avatar@17.1.7
|
|
750
|
+
- @atlaskit/button@13.3.7
|
|
751
|
+
- @atlaskit/form@7.1.2
|
|
752
|
+
- @atlaskit/icon@20.0.1
|
|
753
|
+
- @atlaskit/theme@9.5.1
|
|
597
754
|
|
|
598
755
|
## 3.1.5
|
|
599
756
|
|
|
600
757
|
### Patch Changes
|
|
601
758
|
|
|
602
|
-
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
759
|
+
- Updated dependencies
|
|
760
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
761
|
+
- Updated dependencies
|
|
762
|
+
[b9dc265bc9](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9dc265bc9):
|
|
763
|
+
- @atlaskit/icon@20.0.0
|
|
764
|
+
- @atlaskit/avatar@17.1.6
|
|
765
|
+
- @atlaskit/form@7.1.1
|
|
766
|
+
- @atlaskit/docs@8.3.1
|
|
767
|
+
- @atlaskit/button@13.3.6
|
|
609
768
|
|
|
610
769
|
## 3.1.4
|
|
611
770
|
|
|
612
771
|
### Patch Changes
|
|
613
772
|
|
|
614
|
-
-
|
|
773
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
615
774
|
|
|
616
|
-
|
|
775
|
+
Form has been converted to Typescript. TypeScript consumers will now get static type safety.
|
|
776
|
+
Flow types are no longer provided. No API changes.-
|
|
777
|
+
[patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
617
778
|
|
|
618
|
-
|
|
779
|
+
Added name prop to component prop types.- Updated dependencies
|
|
780
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
619
781
|
|
|
620
|
-
-
|
|
621
|
-
|
|
622
|
-
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
782
|
+
- Updated dependencies
|
|
783
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
784
|
+
- Updated dependencies
|
|
785
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
786
|
+
- Updated dependencies
|
|
787
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
788
|
+
- Updated dependencies
|
|
789
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
790
|
+
- @atlaskit/analytics-next@6.3.3
|
|
791
|
+
- @atlaskit/form@7.0.0
|
|
792
|
+
- @atlaskit/avatar@17.1.5
|
|
627
793
|
|
|
628
794
|
## 3.1.3
|
|
629
795
|
|
|
630
796
|
### Patch Changes
|
|
631
797
|
|
|
632
|
-
-
|
|
798
|
+
- [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
|
|
633
799
|
|
|
634
|
-
|
|
800
|
+
Rebuilds package to fix typescript typing error.
|
|
635
801
|
|
|
636
802
|
## 3.1.2
|
|
637
803
|
|
|
638
804
|
### Patch Changes
|
|
639
805
|
|
|
640
|
-
-
|
|
806
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
641
807
|
|
|
642
|
-
|
|
808
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
643
809
|
|
|
644
810
|
## 3.1.1
|
|
645
811
|
|
|
646
812
|
### Patch Changes
|
|
647
813
|
|
|
648
|
-
-
|
|
814
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
649
815
|
|
|
650
|
-
|
|
816
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
651
817
|
|
|
652
818
|
## 3.1.0
|
|
653
819
|
|
|
654
820
|
### Minor Changes
|
|
655
821
|
|
|
656
|
-
-
|
|
822
|
+
- [minor][9638c553c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9638c553c0):
|
|
657
823
|
|
|
658
|
-
|
|
824
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
825
|
+
products to write better integration and end to end tests.
|
|
659
826
|
|
|
660
827
|
## 3.0.7
|
|
661
828
|
|
|
662
829
|
### Patch Changes
|
|
663
830
|
|
|
664
|
-
-
|
|
831
|
+
- [patch][d5def52d98](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5def52d98):
|
|
665
832
|
|
|
666
|
-
|
|
833
|
+
Refactored textfield styles to better support border-box being set globally.
|
|
667
834
|
|
|
668
835
|
## 3.0.6
|
|
669
836
|
|
|
670
|
-
-
|
|
671
|
-
|
|
672
|
-
|
|
837
|
+
- Updated dependencies
|
|
838
|
+
[8d0f37c23e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d0f37c23e):
|
|
839
|
+
- @atlaskit/avatar@17.0.0
|
|
840
|
+
- @atlaskit/theme@9.2.2
|
|
673
841
|
|
|
674
842
|
## 3.0.5
|
|
675
843
|
|
|
676
844
|
### Patch Changes
|
|
677
845
|
|
|
678
|
-
-
|
|
846
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
679
847
|
|
|
680
|
-
|
|
848
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
849
|
+
non-relative imports as relative imports
|
|
681
850
|
|
|
682
851
|
## 3.0.4
|
|
683
852
|
|
|
684
853
|
### Patch Changes
|
|
685
854
|
|
|
686
|
-
-
|
|
855
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
687
856
|
|
|
688
|
-
|
|
857
|
+
Upgraded Typescript to 3.3.x
|
|
689
858
|
|
|
690
859
|
## 3.0.3
|
|
691
860
|
|
|
692
861
|
### Patch Changes
|
|
693
862
|
|
|
694
|
-
-
|
|
863
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
695
864
|
|
|
696
|
-
|
|
865
|
+
Change all the imports to theme in Core to use multi entry points
|
|
697
866
|
|
|
698
867
|
## 3.0.2
|
|
699
868
|
|
|
700
869
|
### Patch Changes
|
|
701
870
|
|
|
702
|
-
-
|
|
871
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
703
872
|
|
|
704
|
-
|
|
873
|
+
Updates component maintainers
|
|
705
874
|
|
|
706
875
|
## 3.0.1
|
|
707
876
|
|
|
708
|
-
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
877
|
+
- Updated dependencies
|
|
878
|
+
[926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
|
|
879
|
+
- @atlaskit/analytics-next@6.0.0
|
|
880
|
+
- @atlaskit/avatar@16.0.10
|
|
881
|
+
- @atlaskit/button@13.1.2
|
|
712
882
|
|
|
713
883
|
## 3.0.0
|
|
714
884
|
|
|
715
885
|
### Major Changes
|
|
716
886
|
|
|
717
|
-
-
|
|
887
|
+
- [major][84887b940c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84887b940c):
|
|
718
888
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
889
|
+
- Converting from flow to typescript 🎉
|
|
890
|
+
- Correctly typing the current prop spreading onto the internal `<input>` element
|
|
891
|
+
- Removing `isHovered` and `isFocused` from public API as they previously did not do anything
|
|
722
892
|
|
|
723
893
|
## 2.0.5
|
|
724
894
|
|
|
725
895
|
### Patch Changes
|
|
726
896
|
|
|
727
|
-
-
|
|
897
|
+
- [patch][2fe6e8fbdf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2fe6e8fbdf):
|
|
728
898
|
|
|
729
|
-
|
|
899
|
+
Removed unused dependencies from package.json for textfield: @emotion/core was unused.
|
|
730
900
|
|
|
731
901
|
## 2.0.4
|
|
732
902
|
|
|
733
903
|
### Patch Changes
|
|
734
904
|
|
|
735
|
-
-
|
|
905
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
736
906
|
|
|
737
|
-
|
|
907
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
738
908
|
|
|
739
909
|
## 2.0.3
|
|
740
910
|
|
|
741
|
-
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
911
|
+
- Updated dependencies
|
|
912
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
913
|
+
- @atlaskit/docs@8.1.3
|
|
914
|
+
- @atlaskit/avatar@16.0.6
|
|
915
|
+
- @atlaskit/button@13.0.9
|
|
916
|
+
- @atlaskit/form@6.1.1
|
|
917
|
+
- @atlaskit/icon@19.0.0
|
|
747
918
|
|
|
748
919
|
## 2.0.2
|
|
749
920
|
|
|
750
921
|
### Patch Changes
|
|
751
922
|
|
|
752
|
-
-
|
|
923
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
753
924
|
|
|
754
|
-
|
|
925
|
+
index.ts will now be ignored when publishing to npm
|
|
755
926
|
|
|
756
927
|
## 2.0.1
|
|
757
928
|
|
|
758
|
-
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
929
|
+
- Updated dependencies
|
|
930
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
931
|
+
- @atlaskit/docs@8.1.2
|
|
932
|
+
- @atlaskit/avatar@16.0.3
|
|
933
|
+
- @atlaskit/button@13.0.8
|
|
934
|
+
- @atlaskit/form@6.0.5
|
|
935
|
+
- @atlaskit/icon@18.0.0
|
|
764
936
|
|
|
765
937
|
## 2.0.0
|
|
766
938
|
|
|
767
|
-
-
|
|
939
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
768
940
|
|
|
769
|
-
|
|
941
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
942
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
770
943
|
|
|
771
944
|
## 1.0.0
|
|
772
945
|
|
|
773
|
-
-
|
|
946
|
+
- [major][6cdf11238d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cdf11238d):
|
|
774
947
|
|
|
775
|
-
|
|
948
|
+
- This major release indicates that this package is no longer under dev preview but is ready
|
|
949
|
+
for use
|
|
776
950
|
|
|
777
951
|
## 0.4.5
|
|
778
952
|
|
|
779
|
-
-
|
|
953
|
+
- [patch][7157a95389](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7157a95389):
|
|
780
954
|
|
|
781
|
-
|
|
955
|
+
- Internal changes only. Textfield is compatible with SSR.
|
|
782
956
|
|
|
783
957
|
## 0.4.4
|
|
784
958
|
|
|
785
|
-
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
959
|
+
- Updated dependencies
|
|
960
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
961
|
+
- @atlaskit/docs@7.0.3
|
|
962
|
+
- @atlaskit/avatar@15.0.4
|
|
963
|
+
- @atlaskit/button@12.0.3
|
|
964
|
+
- @atlaskit/form@5.2.7
|
|
965
|
+
- @atlaskit/icon@16.0.9
|
|
966
|
+
- @atlaskit/theme@8.1.7
|
|
792
967
|
|
|
793
968
|
## 0.4.3
|
|
794
969
|
|
|
795
|
-
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
970
|
+
- Updated dependencies
|
|
971
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
972
|
+
- @atlaskit/docs@7.0.2
|
|
973
|
+
- @atlaskit/analytics-next@4.0.3
|
|
974
|
+
- @atlaskit/avatar@15.0.3
|
|
975
|
+
- @atlaskit/form@5.2.5
|
|
976
|
+
- @atlaskit/icon@16.0.8
|
|
977
|
+
- @atlaskit/theme@8.1.6
|
|
978
|
+
- @atlaskit/button@12.0.0
|
|
803
979
|
|
|
804
980
|
## 0.4.2
|
|
805
981
|
|
|
806
|
-
-
|
|
982
|
+
- [patch][a28eb04426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28eb04426):
|
|
807
983
|
|
|
808
|
-
|
|
984
|
+
- Migrates package from emotion 9 to emotion 10. No behaviour or API changes.
|
|
809
985
|
|
|
810
986
|
## 0.4.1
|
|
811
987
|
|
|
812
|
-
-
|
|
988
|
+
- [patch][e0797c2937](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0797c2937):
|
|
813
989
|
|
|
814
|
-
|
|
990
|
+
- Support object refs e.g. React.createRef()
|
|
815
991
|
|
|
816
992
|
## 0.4.0
|
|
817
993
|
|
|
818
|
-
-
|
|
994
|
+
- [minor][8eff47cacb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eff47cacb):
|
|
819
995
|
|
|
820
|
-
|
|
996
|
+
- Allow element before and/or after input
|
|
821
997
|
|
|
822
998
|
## 0.3.1
|
|
823
999
|
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
1000
|
+
- Updated dependencies
|
|
1001
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1002
|
+
- @atlaskit/docs@7.0.1
|
|
1003
|
+
- @atlaskit/analytics-next@4.0.1
|
|
1004
|
+
- @atlaskit/form@5.2.1
|
|
1005
|
+
- @atlaskit/theme@8.0.1
|
|
1006
|
+
- @atlaskit/button@11.0.0
|
|
830
1007
|
|
|
831
1008
|
## 0.3.0
|
|
832
1009
|
|
|
833
|
-
-
|
|
1010
|
+
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
834
1011
|
|
|
835
|
-
|
|
1012
|
+
- Drop ES5 from all the flow modules
|
|
836
1013
|
|
|
837
|
-
|
|
1014
|
+
### Dropping CJS support in all @atlaskit packages
|
|
838
1015
|
|
|
839
|
-
|
|
840
|
-
|
|
1016
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
1017
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
1018
|
+
`import` and `export` declarations.
|
|
841
1019
|
|
|
842
|
-
|
|
1020
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
1021
|
+
e.g:
|
|
843
1022
|
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
1023
|
+
```js
|
|
1024
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1025
|
+
```
|
|
847
1026
|
|
|
848
|
-
|
|
1027
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
849
1028
|
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1029
|
+
```js
|
|
1030
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1031
|
+
```
|
|
853
1032
|
|
|
854
|
-
|
|
1033
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
1034
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
1035
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
1036
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
1037
|
+
where tree shaking fails.
|
|
855
1038
|
|
|
856
|
-
|
|
1039
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
1040
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
1041
|
+
internal dependencies.
|
|
857
1042
|
|
|
858
|
-
|
|
1043
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1044
|
+
environments.
|
|
859
1045
|
|
|
860
|
-
|
|
1046
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
1047
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
1048
|
+
saner API's and simpler package architecture.
|
|
861
1049
|
|
|
862
|
-
|
|
1050
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
1051
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
1052
|
+
external) if you have any questions or queries about this.
|
|
863
1053
|
|
|
864
1054
|
## 0.2.0
|
|
865
1055
|
|
|
866
|
-
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
1056
|
+
- [minor][e9b824bf86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9b824bf86):
|
|
1057
|
+
|
|
1058
|
+
- **Breaking**: Changes to the `theme` prop. The type of this prop remains as
|
|
1059
|
+
`(ThemeTokens, ThemeProps) => ThemeTokens`.
|
|
1060
|
+
- The shape of `ThemeTokens` has changed. `container` and `input` keys are now required.
|
|
1061
|
+
The value of these keys are style objects.
|
|
1062
|
+
- More information has been added to ThemeProps.
|
|
1063
|
+
|
|
1064
|
+
```diff
|
|
1065
|
+
type ThemeTokens = {
|
|
1066
|
+
- backgroundColor: string
|
|
1067
|
+
- backgroundColorFocus: string
|
|
1068
|
+
- backgroundColorHover: string
|
|
1069
|
+
- borderColor: string
|
|
1070
|
+
- borderColorFocus: string
|
|
1071
|
+
- textColor: string
|
|
1072
|
+
- disabledTextColor: string
|
|
1073
|
+
- placeholderTextColor: string
|
|
1074
|
+
+ container: Object,
|
|
1075
|
+
+ input: Object
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
type ThemeProps = {
|
|
1079
|
+
appearance: ThemeAppearance,
|
|
1080
|
+
mode: 'dark' | 'light',
|
|
1081
|
+
+ isDisabled: boolean,
|
|
1082
|
+
+ isFocused: boolean,
|
|
1083
|
+
+ isHovered: boolean,
|
|
1084
|
+
+ isInvalid: boolean,
|
|
1085
|
+
+ isMonospaced: boolean,
|
|
1086
|
+
+ isCompact: boolean,
|
|
1087
|
+
+ width?: string | number,
|
|
1088
|
+
};
|
|
1089
|
+
```
|
|
898
1090
|
|
|
899
1091
|
## 0.1.6
|
|
900
1092
|
|
|
901
|
-
-
|
|
1093
|
+
- [patch][3d8322bd71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d8322bd71):
|
|
902
1094
|
|
|
903
|
-
|
|
1095
|
+
- Trival refactor: update a variable name
|
|
904
1096
|
|
|
905
1097
|
## 0.1.5
|
|
906
1098
|
|
|
907
|
-
-
|
|
1099
|
+
- [patch][2e5dd50](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e5dd50):
|
|
908
1100
|
|
|
909
|
-
|
|
1101
|
+
- Update validation example to be compatible with the new Forms API
|
|
910
1102
|
|
|
911
|
-
-
|
|
912
|
-
|
|
1103
|
+
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
1104
|
+
- @atlaskit/form@5.0.0
|
|
913
1105
|
|
|
914
1106
|
## 0.1.4
|
|
915
1107
|
|
|
916
|
-
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
1108
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1109
|
+
- @atlaskit/analytics-next@3.1.2
|
|
1110
|
+
- @atlaskit/button@10.1.1
|
|
1111
|
+
- @atlaskit/form@4.0.21
|
|
1112
|
+
- @atlaskit/theme@7.0.1
|
|
1113
|
+
- @atlaskit/docs@6.0.0
|
|
922
1114
|
|
|
923
1115
|
## 0.1.3
|
|
924
1116
|
|
|
925
|
-
-
|
|
1117
|
+
- [patch][63f969d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63f969d):
|
|
926
1118
|
|
|
927
|
-
|
|
1119
|
+
- Fixed height of compact textfields to correctly be 32px instead of 28px
|
|
928
1120
|
|
|
929
1121
|
## 0.1.2
|
|
930
1122
|
|
|
931
|
-
-
|
|
1123
|
+
- [patch][480a57c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/480a57c):
|
|
932
1124
|
|
|
933
|
-
|
|
1125
|
+
- Convert to use new theme API.
|
|
934
1126
|
|
|
935
1127
|
## 0.1.1
|
|
936
1128
|
|
|
937
|
-
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1129
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
1130
|
+
- @atlaskit/docs@5.2.1
|
|
1131
|
+
- @atlaskit/analytics-next@3.1.1
|
|
1132
|
+
- @atlaskit/form@4.0.18
|
|
1133
|
+
- @atlaskit/theme@6.2.1
|
|
1134
|
+
- @atlaskit/button@10.0.0
|
|
943
1135
|
|
|
944
1136
|
## 0.1.0
|
|
945
1137
|
|
|
946
|
-
-
|
|
1138
|
+
- [minor][62109bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62109bd):
|
|
947
1139
|
|
|
948
|
-
|
|
1140
|
+
- Refactor of field-text to remove field-base and normalise along api patterns established in
|
|
1141
|
+
other form components.
|