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