@atlaskit/textfield 6.1.2 → 6.2.0

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