@atlaskit/textfield 8.0.13 → 8.0.14
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 +6 -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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 8.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 8.0.13
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -833,7 +839,6 @@
|
|
|
833
839
|
they can no longer be used with the removal of `theme`.
|
|
834
840
|
|
|
835
841
|
### Other changes
|
|
836
|
-
|
|
837
842
|
- Previously all interaction styles were generated in JavaScript using events, causing unnecessary
|
|
838
843
|
and slow re-renders for actions like hovering and focusing. Now all styles for the `TextField`
|
|
839
844
|
are applied using CSS selectors.
|
|
@@ -844,7 +849,6 @@
|
|
|
844
849
|
|
|
845
850
|
There is a codemod that assists you in upgrading most of the changes from above. However, a manual
|
|
846
851
|
step is still required to override styles via data attributes.
|
|
847
|
-
|
|
848
852
|
- Removes `theme` and `overrides` prop.
|
|
849
853
|
- Removes imports of `ThemeProps`, `ThemeTokens` and `Theme`.
|
|
850
854
|
|
|
@@ -1050,7 +1054,6 @@
|
|
|
1050
1054
|
|
|
1051
1055
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1052
1056
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1053
|
-
|
|
1054
1057
|
- @atlaskit/docs@8.3.2
|
|
1055
1058
|
- @atlaskit/visual-regression@0.1.9
|
|
1056
1059
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1193,7 +1196,6 @@
|
|
|
1193
1196
|
### Major Changes
|
|
1194
1197
|
|
|
1195
1198
|
- [major][84887b940c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84887b940c):
|
|
1196
|
-
|
|
1197
1199
|
- Converting from flow to typescript 🎉
|
|
1198
1200
|
- Correctly typing the current prop spreading onto the internal `<input>` element
|
|
1199
1201
|
- Removing `isHovered` and `isFocused` from public API as they previously did not do anything
|
|
@@ -1245,21 +1247,18 @@
|
|
|
1245
1247
|
## 2.0.0
|
|
1246
1248
|
|
|
1247
1249
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1248
|
-
|
|
1249
1250
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1250
1251
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1251
1252
|
|
|
1252
1253
|
## 1.0.0
|
|
1253
1254
|
|
|
1254
1255
|
- [major][6cdf11238d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cdf11238d):
|
|
1255
|
-
|
|
1256
1256
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1257
1257
|
use
|
|
1258
1258
|
|
|
1259
1259
|
## 0.4.5
|
|
1260
1260
|
|
|
1261
1261
|
- [patch][7157a95389](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7157a95389):
|
|
1262
|
-
|
|
1263
1262
|
- Internal changes only. Textfield is compatible with SSR.
|
|
1264
1263
|
|
|
1265
1264
|
## 0.4.4
|
|
@@ -1288,19 +1287,16 @@
|
|
|
1288
1287
|
## 0.4.2
|
|
1289
1288
|
|
|
1290
1289
|
- [patch][a28eb04426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28eb04426):
|
|
1291
|
-
|
|
1292
1290
|
- Migrates package from emotion 9 to emotion 10. No behaviour or API changes.
|
|
1293
1291
|
|
|
1294
1292
|
## 0.4.1
|
|
1295
1293
|
|
|
1296
1294
|
- [patch][e0797c2937](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e0797c2937):
|
|
1297
|
-
|
|
1298
1295
|
- Support object refs e.g. React.createRef()
|
|
1299
1296
|
|
|
1300
1297
|
## 0.4.0
|
|
1301
1298
|
|
|
1302
1299
|
- [minor][8eff47cacb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8eff47cacb):
|
|
1303
|
-
|
|
1304
1300
|
- Allow element before and/or after input
|
|
1305
1301
|
|
|
1306
1302
|
## 0.3.1
|
|
@@ -1316,7 +1312,6 @@
|
|
|
1316
1312
|
## 0.3.0
|
|
1317
1313
|
|
|
1318
1314
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1319
|
-
|
|
1320
1315
|
- Drop ES5 from all the flow modules
|
|
1321
1316
|
|
|
1322
1317
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1361,7 +1356,6 @@
|
|
|
1361
1356
|
## 0.2.0
|
|
1362
1357
|
|
|
1363
1358
|
- [minor][e9b824bf86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9b824bf86):
|
|
1364
|
-
|
|
1365
1359
|
- **Breaking**: Changes to the `theme` prop. The type of this prop remains as
|
|
1366
1360
|
`(ThemeTokens, ThemeProps) => ThemeTokens`.
|
|
1367
1361
|
- The shape of `ThemeTokens` has changed. `container` and `input` keys are now required. The
|
|
@@ -1398,13 +1392,11 @@
|
|
|
1398
1392
|
## 0.1.6
|
|
1399
1393
|
|
|
1400
1394
|
- [patch][3d8322bd71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d8322bd71):
|
|
1401
|
-
|
|
1402
1395
|
- Trival refactor: update a variable name
|
|
1403
1396
|
|
|
1404
1397
|
## 0.1.5
|
|
1405
1398
|
|
|
1406
1399
|
- [patch][2e5dd50](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2e5dd50):
|
|
1407
|
-
|
|
1408
1400
|
- Update validation example to be compatible with the new Forms API
|
|
1409
1401
|
|
|
1410
1402
|
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
@@ -1422,13 +1414,11 @@
|
|
|
1422
1414
|
## 0.1.3
|
|
1423
1415
|
|
|
1424
1416
|
- [patch][63f969d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63f969d):
|
|
1425
|
-
|
|
1426
1417
|
- Fixed height of compact textfields to correctly be 32px instead of 28px
|
|
1427
1418
|
|
|
1428
1419
|
## 0.1.2
|
|
1429
1420
|
|
|
1430
1421
|
- [patch][480a57c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/480a57c):
|
|
1431
|
-
|
|
1432
1422
|
- Convert to use new theme API.
|
|
1433
1423
|
|
|
1434
1424
|
## 0.1.1
|
|
@@ -1443,6 +1433,5 @@
|
|
|
1443
1433
|
## 0.1.0
|
|
1444
1434
|
|
|
1445
1435
|
- [minor][62109bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/62109bd):
|
|
1446
|
-
|
|
1447
1436
|
- Refactor of field-text to remove field-base and normalise along api patterns established in
|
|
1448
1437
|
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: "
|
|
31
|
+
packageVersion: "0.0.0-development"
|
|
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: "
|
|
16
|
+
packageVersion: "0.0.0-development"
|
|
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: "
|
|
22
|
+
packageVersion: "0.0.0-development"
|
|
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.14",
|
|
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": "^7.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,14 +38,14 @@
|
|
|
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.
|
|
41
|
+
"@atlaskit/avatar": "^25.4.0",
|
|
42
|
+
"@atlaskit/button": "^23.5.0",
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.1.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": "^
|
|
48
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
49
49
|
"@atlaskit/section-message": "^8.7.0",
|
|
50
50
|
"@atlaskit/ssr": "workspace:^",
|
|
51
51
|
"@atlassian/ssr-tests": "^0.3.0",
|