@atlaskit/textfield 6.1.3 → 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 +578 -391
- package/dist/cjs/text-field.js +1 -1
- package/dist/es2019/text-field.js +1 -1
- package/dist/esm/text-field.js +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,954 +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
|
+
|
|
3
11
|
## 6.1.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
-
|
|
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
|
|
8
18
|
|
|
9
19
|
## 6.1.2
|
|
10
20
|
|
|
11
21
|
### Patch Changes
|
|
12
22
|
|
|
13
|
-
-
|
|
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`
|
|
14
26
|
|
|
15
27
|
## 6.1.1
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
-
|
|
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
|
|
20
34
|
|
|
21
35
|
## 6.1.0
|
|
22
36
|
|
|
23
37
|
### Minor Changes
|
|
24
38
|
|
|
25
|
-
-
|
|
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
|
|
26
42
|
|
|
27
43
|
### Patch Changes
|
|
28
44
|
|
|
29
|
-
-
|
|
45
|
+
- Updated dependencies
|
|
30
46
|
|
|
31
47
|
## 6.0.1
|
|
32
48
|
|
|
33
49
|
### Patch Changes
|
|
34
50
|
|
|
35
|
-
-
|
|
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
|
|
36
54
|
|
|
37
55
|
## 6.0.0
|
|
38
56
|
|
|
39
57
|
### Major Changes
|
|
40
58
|
|
|
41
|
-
-
|
|
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.
|
|
42
62
|
|
|
43
63
|
## 5.6.8
|
|
44
64
|
|
|
45
65
|
### Patch Changes
|
|
46
66
|
|
|
47
|
-
-
|
|
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.
|
|
48
70
|
|
|
49
71
|
## 5.6.7
|
|
50
72
|
|
|
51
73
|
### Patch Changes
|
|
52
74
|
|
|
53
|
-
-
|
|
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.
|
|
54
78
|
|
|
55
79
|
## 5.6.6
|
|
56
80
|
|
|
57
81
|
### Patch Changes
|
|
58
82
|
|
|
59
|
-
-
|
|
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
|
|
60
86
|
|
|
61
87
|
## 5.6.5
|
|
62
88
|
|
|
63
89
|
### Patch Changes
|
|
64
90
|
|
|
65
|
-
-
|
|
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`.
|
|
66
94
|
|
|
67
95
|
## 5.6.4
|
|
68
96
|
|
|
69
97
|
### Patch Changes
|
|
70
98
|
|
|
71
|
-
-
|
|
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.
|
|
72
102
|
|
|
73
103
|
## 5.6.3
|
|
74
104
|
|
|
75
105
|
### Patch Changes
|
|
76
106
|
|
|
77
|
-
-
|
|
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.
|
|
78
111
|
|
|
79
112
|
## 5.6.2
|
|
80
113
|
|
|
81
114
|
### Patch Changes
|
|
82
115
|
|
|
83
|
-
-
|
|
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
|
|
84
119
|
|
|
85
120
|
## 5.6.1
|
|
86
121
|
|
|
87
122
|
### Patch Changes
|
|
88
123
|
|
|
89
|
-
-
|
|
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.
|
|
90
127
|
|
|
91
128
|
## 5.6.0
|
|
92
129
|
|
|
93
130
|
### Minor Changes
|
|
94
131
|
|
|
95
|
-
-
|
|
96
|
-
|
|
97
|
-
|
|
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.
|
|
98
136
|
|
|
99
137
|
## 5.5.2
|
|
100
138
|
|
|
101
139
|
### Patch Changes
|
|
102
140
|
|
|
103
|
-
-
|
|
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
|
|
104
144
|
|
|
105
145
|
## 5.5.1
|
|
106
146
|
|
|
107
147
|
### Patch Changes
|
|
108
148
|
|
|
109
|
-
-
|
|
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.
|
|
110
152
|
|
|
111
153
|
## 5.5.0
|
|
112
154
|
|
|
113
155
|
### Minor Changes
|
|
114
156
|
|
|
115
|
-
-
|
|
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
|
|
116
160
|
|
|
117
161
|
## 5.4.3
|
|
118
162
|
|
|
119
163
|
### Patch Changes
|
|
120
164
|
|
|
121
|
-
-
|
|
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.
|
|
122
169
|
|
|
123
170
|
## 5.4.2
|
|
124
171
|
|
|
125
172
|
### Patch Changes
|
|
126
173
|
|
|
127
|
-
-
|
|
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
|
|
128
177
|
|
|
129
178
|
## 5.4.1
|
|
130
179
|
|
|
131
180
|
### Patch Changes
|
|
132
181
|
|
|
133
|
-
-
|
|
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`
|
|
134
185
|
|
|
135
186
|
## 5.4.0
|
|
136
187
|
|
|
137
188
|
### Minor Changes
|
|
138
189
|
|
|
139
|
-
-
|
|
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
|
|
140
193
|
|
|
141
194
|
### Patch Changes
|
|
142
195
|
|
|
143
|
-
-
|
|
196
|
+
- Updated dependencies
|
|
144
197
|
|
|
145
198
|
## 5.3.7
|
|
146
199
|
|
|
147
200
|
### Patch Changes
|
|
148
201
|
|
|
149
|
-
-
|
|
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
|
|
150
205
|
|
|
151
206
|
## 5.3.6
|
|
152
207
|
|
|
153
208
|
### Patch Changes
|
|
154
209
|
|
|
155
|
-
-
|
|
210
|
+
- Updated dependencies
|
|
156
211
|
|
|
157
212
|
## 5.3.5
|
|
158
213
|
|
|
159
214
|
### Patch Changes
|
|
160
215
|
|
|
161
|
-
-
|
|
216
|
+
- Updated dependencies
|
|
162
217
|
|
|
163
218
|
## 5.3.4
|
|
164
219
|
|
|
165
220
|
### Patch Changes
|
|
166
221
|
|
|
167
|
-
-
|
|
222
|
+
- Updated dependencies
|
|
168
223
|
|
|
169
224
|
## 5.3.3
|
|
170
225
|
|
|
171
226
|
### Patch Changes
|
|
172
227
|
|
|
173
|
-
-
|
|
228
|
+
- Updated dependencies
|
|
174
229
|
|
|
175
230
|
## 5.3.2
|
|
176
231
|
|
|
177
232
|
### Patch Changes
|
|
178
233
|
|
|
179
|
-
-
|
|
234
|
+
- Updated dependencies
|
|
180
235
|
|
|
181
236
|
## 5.3.1
|
|
182
237
|
|
|
183
238
|
### Patch Changes
|
|
184
239
|
|
|
185
|
-
-
|
|
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.
|
|
186
243
|
|
|
187
244
|
## 5.3.0
|
|
188
245
|
|
|
189
246
|
### Minor Changes
|
|
190
247
|
|
|
191
|
-
-
|
|
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.
|
|
192
254
|
|
|
193
255
|
## 5.2.2
|
|
194
256
|
|
|
195
257
|
### Patch Changes
|
|
196
258
|
|
|
197
|
-
-
|
|
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.
|
|
198
263
|
|
|
199
264
|
## 5.2.1
|
|
200
265
|
|
|
201
266
|
### Patch Changes
|
|
202
267
|
|
|
203
|
-
-
|
|
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`
|
|
204
271
|
|
|
205
272
|
## 5.2.0
|
|
206
273
|
|
|
207
274
|
### Minor Changes
|
|
208
275
|
|
|
209
|
-
-
|
|
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.
|
|
210
279
|
|
|
211
280
|
### Patch Changes
|
|
212
281
|
|
|
213
|
-
-
|
|
282
|
+
- Updated dependencies
|
|
214
283
|
|
|
215
284
|
## 5.1.13
|
|
216
285
|
|
|
217
286
|
### Patch Changes
|
|
218
287
|
|
|
219
|
-
-
|
|
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`.
|
|
220
291
|
|
|
221
292
|
## 5.1.12
|
|
222
293
|
|
|
223
294
|
### Patch Changes
|
|
224
295
|
|
|
225
|
-
-
|
|
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`.
|
|
226
299
|
|
|
227
300
|
## 5.1.11
|
|
228
301
|
|
|
229
302
|
### Patch Changes
|
|
230
303
|
|
|
231
|
-
-
|
|
304
|
+
- Updated dependencies
|
|
232
305
|
|
|
233
306
|
## 5.1.10
|
|
234
307
|
|
|
235
308
|
### Patch Changes
|
|
236
309
|
|
|
237
|
-
-
|
|
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
|
|
238
313
|
|
|
239
314
|
## 5.1.9
|
|
240
315
|
|
|
241
316
|
### Patch Changes
|
|
242
317
|
|
|
243
|
-
-
|
|
318
|
+
- Updated dependencies
|
|
244
319
|
|
|
245
320
|
## 5.1.8
|
|
246
321
|
|
|
247
322
|
### Patch Changes
|
|
248
323
|
|
|
249
|
-
-
|
|
250
|
-
-
|
|
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
|
|
251
329
|
|
|
252
330
|
## 5.1.7
|
|
253
331
|
|
|
254
332
|
### Patch Changes
|
|
255
333
|
|
|
256
|
-
-
|
|
334
|
+
- Updated dependencies
|
|
257
335
|
|
|
258
336
|
## 5.1.6
|
|
259
337
|
|
|
260
338
|
### Patch Changes
|
|
261
339
|
|
|
262
|
-
-
|
|
263
|
-
-
|
|
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
|
|
264
345
|
|
|
265
346
|
## 5.1.5
|
|
266
347
|
|
|
267
348
|
### Patch Changes
|
|
268
349
|
|
|
269
|
-
-
|
|
350
|
+
- Updated dependencies
|
|
270
351
|
|
|
271
352
|
## 5.1.4
|
|
272
353
|
|
|
273
354
|
### Patch Changes
|
|
274
355
|
|
|
275
|
-
-
|
|
276
|
-
-
|
|
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
|
|
277
361
|
|
|
278
362
|
## 5.1.3
|
|
279
363
|
|
|
280
364
|
### Patch Changes
|
|
281
365
|
|
|
282
|
-
-
|
|
366
|
+
- Updated dependencies
|
|
283
367
|
|
|
284
368
|
## 5.1.2
|
|
285
369
|
|
|
286
370
|
### Patch Changes
|
|
287
371
|
|
|
288
|
-
-
|
|
372
|
+
- Updated dependencies
|
|
289
373
|
|
|
290
374
|
## 5.1.1
|
|
291
375
|
|
|
292
376
|
### Patch Changes
|
|
293
377
|
|
|
294
|
-
-
|
|
378
|
+
- Updated dependencies
|
|
295
379
|
|
|
296
380
|
## 5.1.0
|
|
297
381
|
|
|
298
382
|
### Minor Changes
|
|
299
383
|
|
|
300
|
-
-
|
|
301
|
-
|
|
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`.
|
|
302
389
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
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.
|
|
306
393
|
|
|
307
394
|
### Patch Changes
|
|
308
395
|
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
-
|
|
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
|
|
312
401
|
|
|
313
402
|
## 5.0.5
|
|
314
403
|
|
|
315
404
|
### Patch Changes
|
|
316
405
|
|
|
317
|
-
-
|
|
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`.
|
|
318
409
|
|
|
319
410
|
## 5.0.4
|
|
320
411
|
|
|
321
412
|
### Patch Changes
|
|
322
413
|
|
|
323
|
-
-
|
|
324
|
-
-
|
|
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
|
|
325
418
|
|
|
326
419
|
## 5.0.3
|
|
327
420
|
|
|
328
421
|
### Patch Changes
|
|
329
422
|
|
|
330
|
-
-
|
|
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
|
|
331
426
|
|
|
332
427
|
## 5.0.2
|
|
333
428
|
|
|
334
429
|
### Patch Changes
|
|
335
430
|
|
|
336
|
-
-
|
|
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`
|
|
337
434
|
|
|
338
435
|
## 5.0.1
|
|
339
436
|
|
|
340
437
|
### Patch Changes
|
|
341
438
|
|
|
342
|
-
-
|
|
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.
|
|
343
442
|
|
|
344
443
|
## 5.0.0
|
|
345
444
|
|
|
346
445
|
### Major Changes
|
|
347
446
|
|
|
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
|
-
|
|
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
|
+
```
|
|
443
552
|
|
|
444
553
|
## 4.0.10
|
|
445
554
|
|
|
446
555
|
### Patch Changes
|
|
447
556
|
|
|
448
|
-
-
|
|
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
|
|
449
560
|
|
|
450
561
|
## 4.0.9
|
|
451
562
|
|
|
452
563
|
### Patch Changes
|
|
453
564
|
|
|
454
|
-
-
|
|
455
|
-
|
|
456
|
-
|
|
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.
|
|
457
571
|
|
|
458
572
|
## 4.0.8
|
|
459
573
|
|
|
460
574
|
### Patch Changes
|
|
461
575
|
|
|
462
|
-
-
|
|
576
|
+
- Updated dependencies
|
|
463
577
|
|
|
464
578
|
## 4.0.7
|
|
465
579
|
|
|
466
580
|
### Patch Changes
|
|
467
581
|
|
|
468
|
-
-
|
|
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
|
|
469
585
|
|
|
470
586
|
## 4.0.6
|
|
471
587
|
|
|
472
588
|
### Patch Changes
|
|
473
589
|
|
|
474
|
-
-
|
|
475
|
-
-
|
|
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
|
|
476
594
|
|
|
477
595
|
## 4.0.5
|
|
478
596
|
|
|
479
597
|
### Patch Changes
|
|
480
598
|
|
|
481
|
-
-
|
|
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
|
|
482
602
|
|
|
483
603
|
## 4.0.4
|
|
484
604
|
|
|
485
605
|
### Patch Changes
|
|
486
606
|
|
|
487
|
-
-
|
|
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
|
|
488
610
|
|
|
489
|
-
|
|
490
|
-
|
|
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.
|
|
491
613
|
|
|
492
614
|
## 4.0.3
|
|
493
615
|
|
|
494
616
|
### Patch Changes
|
|
495
617
|
|
|
496
|
-
-
|
|
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
|
|
497
621
|
|
|
498
622
|
## 4.0.2
|
|
499
623
|
|
|
500
624
|
### Patch Changes
|
|
501
625
|
|
|
502
|
-
-
|
|
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
|
|
503
629
|
|
|
504
630
|
## 4.0.1
|
|
505
631
|
|
|
506
632
|
### Patch Changes
|
|
507
633
|
|
|
508
|
-
-
|
|
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.
|
|
509
637
|
|
|
510
638
|
## 4.0.0
|
|
511
639
|
|
|
512
640
|
### Major Changes
|
|
513
641
|
|
|
514
|
-
-
|
|
515
|
-
|
|
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
|
|
516
647
|
|
|
517
648
|
### Patch Changes
|
|
518
649
|
|
|
519
|
-
-
|
|
650
|
+
- Updated dependencies
|
|
520
651
|
|
|
521
652
|
## 3.1.13
|
|
522
653
|
|
|
523
654
|
### Patch Changes
|
|
524
655
|
|
|
525
|
-
-
|
|
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.
|
|
526
660
|
|
|
527
661
|
## 3.1.12
|
|
528
662
|
|
|
529
663
|
### Patch Changes
|
|
530
664
|
|
|
531
|
-
-
|
|
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
|
|
532
668
|
|
|
533
669
|
## 3.1.11
|
|
534
670
|
|
|
535
671
|
### Patch Changes
|
|
536
672
|
|
|
537
|
-
-
|
|
673
|
+
- Updated dependencies
|
|
538
674
|
|
|
539
675
|
## 3.1.10
|
|
540
676
|
|
|
541
677
|
### Patch Changes
|
|
542
678
|
|
|
543
|
-
-
|
|
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
|
|
544
682
|
|
|
545
683
|
## 3.1.9
|
|
546
684
|
|
|
547
685
|
### Patch Changes
|
|
548
686
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
-
|
|
552
|
-
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
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
|
|
563
709
|
|
|
564
710
|
## 3.1.8
|
|
565
711
|
|
|
566
712
|
### Patch Changes
|
|
567
713
|
|
|
568
|
-
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
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
|
|
573
720
|
|
|
574
721
|
## 3.1.7
|
|
575
722
|
|
|
576
723
|
### Patch Changes
|
|
577
724
|
|
|
578
|
-
-
|
|
725
|
+
- [patch][91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
|
|
579
726
|
|
|
580
|
-
|
|
727
|
+
Textfield now exports its props as TextFieldProps- Updated dependencies
|
|
728
|
+
[eaad41d56c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaad41d56c):
|
|
581
729
|
|
|
582
|
-
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
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
|
|
586
736
|
|
|
587
737
|
## 3.1.6
|
|
588
738
|
|
|
589
739
|
### Patch Changes
|
|
590
740
|
|
|
591
|
-
-
|
|
741
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
592
742
|
|
|
593
|
-
|
|
743
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
744
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
594
745
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
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
|
|
603
754
|
|
|
604
755
|
## 3.1.5
|
|
605
756
|
|
|
606
757
|
### Patch Changes
|
|
607
758
|
|
|
608
|
-
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
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
|
|
615
768
|
|
|
616
769
|
## 3.1.4
|
|
617
770
|
|
|
618
771
|
### Patch Changes
|
|
619
772
|
|
|
620
|
-
-
|
|
773
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
621
774
|
|
|
622
|
-
|
|
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):
|
|
623
778
|
|
|
624
|
-
|
|
779
|
+
Added name prop to component prop types.- Updated dependencies
|
|
780
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
625
781
|
|
|
626
|
-
-
|
|
627
|
-
|
|
628
|
-
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
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
|
|
633
793
|
|
|
634
794
|
## 3.1.3
|
|
635
795
|
|
|
636
796
|
### Patch Changes
|
|
637
797
|
|
|
638
|
-
-
|
|
798
|
+
- [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
|
|
639
799
|
|
|
640
|
-
|
|
800
|
+
Rebuilds package to fix typescript typing error.
|
|
641
801
|
|
|
642
802
|
## 3.1.2
|
|
643
803
|
|
|
644
804
|
### Patch Changes
|
|
645
805
|
|
|
646
|
-
-
|
|
806
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
647
807
|
|
|
648
|
-
|
|
808
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
649
809
|
|
|
650
810
|
## 3.1.1
|
|
651
811
|
|
|
652
812
|
### Patch Changes
|
|
653
813
|
|
|
654
|
-
-
|
|
814
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
655
815
|
|
|
656
|
-
|
|
816
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
657
817
|
|
|
658
818
|
## 3.1.0
|
|
659
819
|
|
|
660
820
|
### Minor Changes
|
|
661
821
|
|
|
662
|
-
-
|
|
822
|
+
- [minor][9638c553c0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9638c553c0):
|
|
663
823
|
|
|
664
|
-
|
|
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.
|
|
665
826
|
|
|
666
827
|
## 3.0.7
|
|
667
828
|
|
|
668
829
|
### Patch Changes
|
|
669
830
|
|
|
670
|
-
-
|
|
831
|
+
- [patch][d5def52d98](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5def52d98):
|
|
671
832
|
|
|
672
|
-
|
|
833
|
+
Refactored textfield styles to better support border-box being set globally.
|
|
673
834
|
|
|
674
835
|
## 3.0.6
|
|
675
836
|
|
|
676
|
-
-
|
|
677
|
-
|
|
678
|
-
|
|
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
|
|
679
841
|
|
|
680
842
|
## 3.0.5
|
|
681
843
|
|
|
682
844
|
### Patch Changes
|
|
683
845
|
|
|
684
|
-
-
|
|
846
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
685
847
|
|
|
686
|
-
|
|
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
|
|
687
850
|
|
|
688
851
|
## 3.0.4
|
|
689
852
|
|
|
690
853
|
### Patch Changes
|
|
691
854
|
|
|
692
|
-
-
|
|
855
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
693
856
|
|
|
694
|
-
|
|
857
|
+
Upgraded Typescript to 3.3.x
|
|
695
858
|
|
|
696
859
|
## 3.0.3
|
|
697
860
|
|
|
698
861
|
### Patch Changes
|
|
699
862
|
|
|
700
|
-
-
|
|
863
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
701
864
|
|
|
702
|
-
|
|
865
|
+
Change all the imports to theme in Core to use multi entry points
|
|
703
866
|
|
|
704
867
|
## 3.0.2
|
|
705
868
|
|
|
706
869
|
### Patch Changes
|
|
707
870
|
|
|
708
|
-
-
|
|
871
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
709
872
|
|
|
710
|
-
|
|
873
|
+
Updates component maintainers
|
|
711
874
|
|
|
712
875
|
## 3.0.1
|
|
713
876
|
|
|
714
|
-
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
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
|
|
718
882
|
|
|
719
883
|
## 3.0.0
|
|
720
884
|
|
|
721
885
|
### Major Changes
|
|
722
886
|
|
|
723
|
-
-
|
|
887
|
+
- [major][84887b940c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84887b940c):
|
|
724
888
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
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
|
|
728
892
|
|
|
729
893
|
## 2.0.5
|
|
730
894
|
|
|
731
895
|
### Patch Changes
|
|
732
896
|
|
|
733
|
-
-
|
|
897
|
+
- [patch][2fe6e8fbdf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2fe6e8fbdf):
|
|
734
898
|
|
|
735
|
-
|
|
899
|
+
Removed unused dependencies from package.json for textfield: @emotion/core was unused.
|
|
736
900
|
|
|
737
901
|
## 2.0.4
|
|
738
902
|
|
|
739
903
|
### Patch Changes
|
|
740
904
|
|
|
741
|
-
-
|
|
905
|
+
- [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
|
|
742
906
|
|
|
743
|
-
|
|
907
|
+
Consume analytics-next ts type definitions as an ambient declaration.
|
|
744
908
|
|
|
745
909
|
## 2.0.3
|
|
746
910
|
|
|
747
|
-
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
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
|
|
753
918
|
|
|
754
919
|
## 2.0.2
|
|
755
920
|
|
|
756
921
|
### Patch Changes
|
|
757
922
|
|
|
758
|
-
-
|
|
923
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
759
924
|
|
|
760
|
-
|
|
925
|
+
index.ts will now be ignored when publishing to npm
|
|
761
926
|
|
|
762
927
|
## 2.0.1
|
|
763
928
|
|
|
764
|
-
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
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
|
|
770
936
|
|
|
771
937
|
## 2.0.0
|
|
772
938
|
|
|
773
|
-
-
|
|
939
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
774
940
|
|
|
775
|
-
|
|
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.
|
|
776
943
|
|
|
777
944
|
## 1.0.0
|
|
778
945
|
|
|
779
|
-
-
|
|
946
|
+
- [major][6cdf11238d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cdf11238d):
|
|
780
947
|
|
|
781
|
-
|
|
948
|
+
- This major release indicates that this package is no longer under dev preview but is ready
|
|
949
|
+
for use
|
|
782
950
|
|
|
783
951
|
## 0.4.5
|
|
784
952
|
|
|
785
|
-
-
|
|
953
|
+
- [patch][7157a95389](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7157a95389):
|
|
786
954
|
|
|
787
|
-
|
|
955
|
+
- Internal changes only. Textfield is compatible with SSR.
|
|
788
956
|
|
|
789
957
|
## 0.4.4
|
|
790
958
|
|
|
791
|
-
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
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
|
|
798
967
|
|
|
799
968
|
## 0.4.3
|
|
800
969
|
|
|
801
|
-
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
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
|
|
809
979
|
|
|
810
980
|
## 0.4.2
|
|
811
981
|
|
|
812
|
-
-
|
|
982
|
+
- [patch][a28eb04426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28eb04426):
|
|
813
983
|
|
|
814
|
-
|
|
984
|
+
- Migrates package from emotion 9 to emotion 10. No behaviour or API changes.
|
|
815
985
|
|
|
816
986
|
## 0.4.1
|
|
817
987
|
|
|
818
|
-
-
|
|
988
|
+
- [patch][e0797c2937](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0797c2937):
|
|
819
989
|
|
|
820
|
-
|
|
990
|
+
- Support object refs e.g. React.createRef()
|
|
821
991
|
|
|
822
992
|
## 0.4.0
|
|
823
993
|
|
|
824
|
-
-
|
|
994
|
+
- [minor][8eff47cacb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eff47cacb):
|
|
825
995
|
|
|
826
|
-
|
|
996
|
+
- Allow element before and/or after input
|
|
827
997
|
|
|
828
998
|
## 0.3.1
|
|
829
999
|
|
|
830
|
-
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
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
|
|
836
1007
|
|
|
837
1008
|
## 0.3.0
|
|
838
1009
|
|
|
839
|
-
-
|
|
1010
|
+
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
840
1011
|
|
|
841
|
-
|
|
1012
|
+
- Drop ES5 from all the flow modules
|
|
842
1013
|
|
|
843
|
-
|
|
1014
|
+
### Dropping CJS support in all @atlaskit packages
|
|
844
1015
|
|
|
845
|
-
|
|
846
|
-
|
|
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.
|
|
847
1019
|
|
|
848
|
-
|
|
1020
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
1021
|
+
e.g:
|
|
849
1022
|
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1023
|
+
```js
|
|
1024
|
+
import colors from `@atlaskit/theme/colors`;
|
|
1025
|
+
```
|
|
853
1026
|
|
|
854
|
-
|
|
1027
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
855
1028
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
1029
|
+
```js
|
|
1030
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
1031
|
+
```
|
|
859
1032
|
|
|
860
|
-
|
|
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.
|
|
861
1038
|
|
|
862
|
-
|
|
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.
|
|
863
1042
|
|
|
864
|
-
|
|
1043
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
1044
|
+
environments.
|
|
865
1045
|
|
|
866
|
-
|
|
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.
|
|
867
1049
|
|
|
868
|
-
|
|
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.
|
|
869
1053
|
|
|
870
1054
|
## 0.2.0
|
|
871
1055
|
|
|
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
|
-
|
|
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
|
+
```
|
|
904
1090
|
|
|
905
1091
|
## 0.1.6
|
|
906
1092
|
|
|
907
|
-
-
|
|
1093
|
+
- [patch][3d8322bd71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d8322bd71):
|
|
908
1094
|
|
|
909
|
-
|
|
1095
|
+
- Trival refactor: update a variable name
|
|
910
1096
|
|
|
911
1097
|
## 0.1.5
|
|
912
1098
|
|
|
913
|
-
-
|
|
1099
|
+
- [patch][2e5dd50](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e5dd50):
|
|
914
1100
|
|
|
915
|
-
|
|
1101
|
+
- Update validation example to be compatible with the new Forms API
|
|
916
1102
|
|
|
917
|
-
-
|
|
918
|
-
|
|
1103
|
+
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
1104
|
+
- @atlaskit/form@5.0.0
|
|
919
1105
|
|
|
920
1106
|
## 0.1.4
|
|
921
1107
|
|
|
922
|
-
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
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
|
|
928
1114
|
|
|
929
1115
|
## 0.1.3
|
|
930
1116
|
|
|
931
|
-
-
|
|
1117
|
+
- [patch][63f969d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63f969d):
|
|
932
1118
|
|
|
933
|
-
|
|
1119
|
+
- Fixed height of compact textfields to correctly be 32px instead of 28px
|
|
934
1120
|
|
|
935
1121
|
## 0.1.2
|
|
936
1122
|
|
|
937
|
-
-
|
|
1123
|
+
- [patch][480a57c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/480a57c):
|
|
938
1124
|
|
|
939
|
-
|
|
1125
|
+
- Convert to use new theme API.
|
|
940
1126
|
|
|
941
1127
|
## 0.1.1
|
|
942
1128
|
|
|
943
|
-
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
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
|
|
949
1135
|
|
|
950
1136
|
## 0.1.0
|
|
951
1137
|
|
|
952
|
-
-
|
|
1138
|
+
- [minor][62109bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62109bd):
|
|
953
1139
|
|
|
954
|
-
|
|
1140
|
+
- Refactor of field-text to remove field-base and normalise along api patterns established in
|
|
1141
|
+
other form components.
|