@atlaskit/textfield 8.0.13 → 8.0.15
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 +12 -17
- 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 +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 8.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.0.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.0.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -833,7 +845,6 @@
|
|
|
833
845
|
they can no longer be used with the removal of `theme`.
|
|
834
846
|
|
|
835
847
|
### Other changes
|
|
836
|
-
|
|
837
848
|
- Previously all interaction styles were generated in JavaScript using events, causing unnecessary
|
|
838
849
|
and slow re-renders for actions like hovering and focusing. Now all styles for the `TextField`
|
|
839
850
|
are applied using CSS selectors.
|
|
@@ -844,7 +855,6 @@
|
|
|
844
855
|
|
|
845
856
|
There is a codemod that assists you in upgrading most of the changes from above. However, a manual
|
|
846
857
|
step is still required to override styles via data attributes.
|
|
847
|
-
|
|
848
858
|
- Removes `theme` and `overrides` prop.
|
|
849
859
|
- Removes imports of `ThemeProps`, `ThemeTokens` and `Theme`.
|
|
850
860
|
|
|
@@ -1050,7 +1060,6 @@
|
|
|
1050
1060
|
|
|
1051
1061
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1052
1062
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1053
|
-
|
|
1054
1063
|
- @atlaskit/docs@8.3.2
|
|
1055
1064
|
- @atlaskit/visual-regression@0.1.9
|
|
1056
1065
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1193,7 +1202,6 @@
|
|
|
1193
1202
|
### Major Changes
|
|
1194
1203
|
|
|
1195
1204
|
- [major][84887b940c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84887b940c):
|
|
1196
|
-
|
|
1197
1205
|
- Converting from flow to typescript 🎉
|
|
1198
1206
|
- Correctly typing the current prop spreading onto the internal `<input>` element
|
|
1199
1207
|
- Removing `isHovered` and `isFocused` from public API as they previously did not do anything
|
|
@@ -1245,21 +1253,18 @@
|
|
|
1245
1253
|
## 2.0.0
|
|
1246
1254
|
|
|
1247
1255
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1248
|
-
|
|
1249
1256
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1250
1257
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1251
1258
|
|
|
1252
1259
|
## 1.0.0
|
|
1253
1260
|
|
|
1254
1261
|
- [major][6cdf11238d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cdf11238d):
|
|
1255
|
-
|
|
1256
1262
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1257
1263
|
use
|
|
1258
1264
|
|
|
1259
1265
|
## 0.4.5
|
|
1260
1266
|
|
|
1261
1267
|
- [patch][7157a95389](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7157a95389):
|
|
1262
|
-
|
|
1263
1268
|
- Internal changes only. Textfield is compatible with SSR.
|
|
1264
1269
|
|
|
1265
1270
|
## 0.4.4
|
|
@@ -1288,19 +1293,16 @@
|
|
|
1288
1293
|
## 0.4.2
|
|
1289
1294
|
|
|
1290
1295
|
- [patch][a28eb04426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28eb04426):
|
|
1291
|
-
|
|
1292
1296
|
- Migrates package from emotion 9 to emotion 10. No behaviour or API changes.
|
|
1293
1297
|
|
|
1294
1298
|
## 0.4.1
|
|
1295
1299
|
|
|
1296
1300
|
- [patch][e0797c2937](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0797c2937):
|
|
1297
|
-
|
|
1298
1301
|
- Support object refs e.g. React.createRef()
|
|
1299
1302
|
|
|
1300
1303
|
## 0.4.0
|
|
1301
1304
|
|
|
1302
1305
|
- [minor][8eff47cacb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eff47cacb):
|
|
1303
|
-
|
|
1304
1306
|
- Allow element before and/or after input
|
|
1305
1307
|
|
|
1306
1308
|
## 0.3.1
|
|
@@ -1316,7 +1318,6 @@
|
|
|
1316
1318
|
## 0.3.0
|
|
1317
1319
|
|
|
1318
1320
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1319
|
-
|
|
1320
1321
|
- Drop ES5 from all the flow modules
|
|
1321
1322
|
|
|
1322
1323
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1361,7 +1362,6 @@
|
|
|
1361
1362
|
## 0.2.0
|
|
1362
1363
|
|
|
1363
1364
|
- [minor][e9b824bf86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9b824bf86):
|
|
1364
|
-
|
|
1365
1365
|
- **Breaking**: Changes to the `theme` prop. The type of this prop remains as
|
|
1366
1366
|
`(ThemeTokens, ThemeProps) => ThemeTokens`.
|
|
1367
1367
|
- The shape of `ThemeTokens` has changed. `container` and `input` keys are now required. The
|
|
@@ -1398,13 +1398,11 @@
|
|
|
1398
1398
|
## 0.1.6
|
|
1399
1399
|
|
|
1400
1400
|
- [patch][3d8322bd71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d8322bd71):
|
|
1401
|
-
|
|
1402
1401
|
- Trival refactor: update a variable name
|
|
1403
1402
|
|
|
1404
1403
|
## 0.1.5
|
|
1405
1404
|
|
|
1406
1405
|
- [patch][2e5dd50](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e5dd50):
|
|
1407
|
-
|
|
1408
1406
|
- Update validation example to be compatible with the new Forms API
|
|
1409
1407
|
|
|
1410
1408
|
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
@@ -1422,13 +1420,11 @@
|
|
|
1422
1420
|
## 0.1.3
|
|
1423
1421
|
|
|
1424
1422
|
- [patch][63f969d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63f969d):
|
|
1425
|
-
|
|
1426
1423
|
- Fixed height of compact textfields to correctly be 32px instead of 28px
|
|
1427
1424
|
|
|
1428
1425
|
## 0.1.2
|
|
1429
1426
|
|
|
1430
1427
|
- [patch][480a57c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/480a57c):
|
|
1431
|
-
|
|
1432
1428
|
- Convert to use new theme API.
|
|
1433
1429
|
|
|
1434
1430
|
## 0.1.1
|
|
@@ -1443,6 +1439,5 @@
|
|
|
1443
1439
|
## 0.1.0
|
|
1444
1440
|
|
|
1445
1441
|
- [minor][62109bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62109bd):
|
|
1446
|
-
|
|
1447
1442
|
- Refactor of field-text to remove field-base and normalise along api patterns established in
|
|
1448
1443
|
other form components.
|
package/dist/cjs/text-field.js
CHANGED
|
@@ -28,7 +28,7 @@ var inputMediaDisabled = null;
|
|
|
28
28
|
var analyticsParams = {
|
|
29
29
|
componentName: 'textField',
|
|
30
30
|
packageName: "@atlaskit/textfield",
|
|
31
|
-
packageVersion: "8.0.
|
|
31
|
+
packageVersion: "8.0.14"
|
|
32
32
|
};
|
|
33
33
|
var disabledStyle = {
|
|
34
34
|
standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
|
|
@@ -13,7 +13,7 @@ const inputMediaDisabled = null;
|
|
|
13
13
|
const analyticsParams = {
|
|
14
14
|
componentName: 'textField',
|
|
15
15
|
packageName: "@atlaskit/textfield",
|
|
16
|
-
packageVersion: "8.0.
|
|
16
|
+
packageVersion: "8.0.14"
|
|
17
17
|
};
|
|
18
18
|
const disabledStyle = {
|
|
19
19
|
standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
|
package/dist/esm/text-field.js
CHANGED
|
@@ -19,7 +19,7 @@ var inputMediaDisabled = null;
|
|
|
19
19
|
var analyticsParams = {
|
|
20
20
|
componentName: 'textField',
|
|
21
21
|
packageName: "@atlaskit/textfield",
|
|
22
|
-
packageVersion: "8.0.
|
|
22
|
+
packageVersion: "8.0.14"
|
|
23
23
|
};
|
|
24
24
|
var disabledStyle = {
|
|
25
25
|
standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textfield",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.15",
|
|
4
4
|
"description": "A text field is an input that allows a user to write or edit text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
28
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
29
29
|
"@atlaskit/theme": "^21.0.0",
|
|
30
|
-
"@atlaskit/tokens": "^
|
|
30
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
|
-
"@compiled/react": "^0.18.
|
|
32
|
+
"@compiled/react": "^0.18.6"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^18.2.0"
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"@af/accessibility-testing": "workspace:^",
|
|
39
39
|
"@af/integration-testing": "workspace:^",
|
|
40
40
|
"@af/visual-regression": "workspace:^",
|
|
41
|
-
"@atlaskit/avatar": "^25.
|
|
42
|
-
"@atlaskit/button": "^23.
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
44
|
-
"@atlaskit/ds-lib": "^5.
|
|
41
|
+
"@atlaskit/avatar": "^25.5.0",
|
|
42
|
+
"@atlaskit/button": "^23.6.0",
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
45
45
|
"@atlaskit/form": "^14.2.0",
|
|
46
|
-
"@atlaskit/icon": "^28.
|
|
46
|
+
"@atlaskit/icon": "^28.5.0",
|
|
47
47
|
"@atlaskit/link": "^3.2.0",
|
|
48
|
-
"@atlaskit/primitives": "^
|
|
49
|
-
"@atlaskit/section-message": "^8.
|
|
48
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
49
|
+
"@atlaskit/section-message": "^8.9.0",
|
|
50
50
|
"@atlaskit/ssr": "workspace:^",
|
|
51
|
-
"@atlassian/ssr-tests": "
|
|
51
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
52
52
|
"@testing-library/react": "^13.4.0",
|
|
53
53
|
"@testing-library/user-event": "^14.4.3",
|
|
54
54
|
"react-dom": "^18.2.0"
|