@atlaskit/textarea 8.0.10 → 8.0.12
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-area.js +1 -1
- package/dist/es2019/text-area.js +1 -1
- package/dist/esm/text-area.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/textarea
|
|
2
2
|
|
|
3
|
+
## 8.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.0.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.0.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -741,7 +753,6 @@
|
|
|
741
753
|
|
|
742
754
|
We have made internal refactors and optimizations to improve textarea performance. Some changes
|
|
743
755
|
made are as follows:
|
|
744
|
-
|
|
745
756
|
- Moving TextArea to a single element (removed an internal wrapping element)
|
|
746
757
|
|
|
747
758
|
- Replace `styled-components` to `emotion` as styling library
|
|
@@ -1057,27 +1068,23 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1057
1068
|
## 2.0.0
|
|
1058
1069
|
|
|
1059
1070
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1060
|
-
|
|
1061
1071
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1062
1072
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1063
1073
|
|
|
1064
1074
|
## 1.0.0
|
|
1065
1075
|
|
|
1066
1076
|
- [major][dd95622388](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd95622388):
|
|
1067
|
-
|
|
1068
1077
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1069
1078
|
use
|
|
1070
1079
|
|
|
1071
1080
|
## 0.4.6
|
|
1072
1081
|
|
|
1073
1082
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1074
|
-
|
|
1075
1083
|
- Bump tslib
|
|
1076
1084
|
|
|
1077
1085
|
## 0.4.5
|
|
1078
1086
|
|
|
1079
1087
|
- [patch][cd67ae87f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd67ae87f8):
|
|
1080
|
-
|
|
1081
1088
|
- Stop defaultValue from being omitted from props that are spread onto textarea
|
|
1082
1089
|
- Constraint type of value and defaultValue to string
|
|
1083
1090
|
|
|
@@ -1092,14 +1099,12 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1092
1099
|
## 0.4.3
|
|
1093
1100
|
|
|
1094
1101
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
1095
|
-
|
|
1096
1102
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
1097
1103
|
supplied from itself.
|
|
1098
1104
|
|
|
1099
1105
|
## 0.4.2
|
|
1100
1106
|
|
|
1101
1107
|
- [patch][cf018d7630](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf018d7630):
|
|
1102
|
-
|
|
1103
1108
|
- Allow RefObject to be passed in as ref (i.e. using React.createRef()) and set inner padding to 0
|
|
1104
1109
|
|
|
1105
1110
|
## 0.4.1
|
|
@@ -1114,32 +1119,27 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1114
1119
|
## 0.4.0
|
|
1115
1120
|
|
|
1116
1121
|
- [minor][f504850fe2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f504850fe2):
|
|
1117
|
-
|
|
1118
1122
|
- Fix bug: previous size was size for isCompact, and isCompact did not do anything. Now normal
|
|
1119
1123
|
textarea is slightly larger and isCompact makes it the previous size
|
|
1120
1124
|
|
|
1121
1125
|
## 0.3.2
|
|
1122
1126
|
|
|
1123
1127
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1124
|
-
|
|
1125
1128
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1126
1129
|
|
|
1127
1130
|
## 0.3.1
|
|
1128
1131
|
|
|
1129
1132
|
- [patch][90a14be594](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14be594):
|
|
1130
|
-
|
|
1131
1133
|
- Fix broken type-helpers
|
|
1132
1134
|
|
|
1133
1135
|
## 0.3.0
|
|
1134
1136
|
|
|
1135
1137
|
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1136
|
-
|
|
1137
1138
|
- Dropped ES5 distributables from the typescript packages
|
|
1138
1139
|
|
|
1139
1140
|
## 0.2.6
|
|
1140
1141
|
|
|
1141
1142
|
- [patch][1b952c437d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b952c437d):
|
|
1142
|
-
|
|
1143
1143
|
- Change order of props spread to fix textarea focus glow, and smart resizing when onChange passed
|
|
1144
1144
|
in
|
|
1145
1145
|
|
|
@@ -1155,7 +1155,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1155
1155
|
## 0.2.4
|
|
1156
1156
|
|
|
1157
1157
|
- [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
|
|
1158
|
-
|
|
1159
1158
|
- Added test to make sure the props are passed down to hidden input
|
|
1160
1159
|
|
|
1161
1160
|
## 0.2.3
|
|
@@ -1169,20 +1168,17 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1169
1168
|
## 0.2.2
|
|
1170
1169
|
|
|
1171
1170
|
- [patch][9e6b592](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e6b592):
|
|
1172
|
-
|
|
1173
1171
|
- Added tslib import for textarea
|
|
1174
1172
|
|
|
1175
1173
|
## 0.2.1
|
|
1176
1174
|
|
|
1177
1175
|
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1178
|
-
|
|
1179
1176
|
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1180
1177
|
make theming simpler. Update all dependant components.
|
|
1181
1178
|
|
|
1182
1179
|
## 0.2.0
|
|
1183
1180
|
|
|
1184
1181
|
- [minor][76a8f1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76a8f1c):
|
|
1185
|
-
|
|
1186
1182
|
- Convert @atlaskit/textarea to Typescript
|
|
1187
1183
|
- Dist paths have changed, if you are importing by exact file path you will need to update your
|
|
1188
1184
|
imports `import '@atlaskit/button/dist/es5/components/ButtonGroup'`
|
|
@@ -1199,6 +1195,5 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1199
1195
|
## 0.1.0
|
|
1200
1196
|
|
|
1201
1197
|
- [minor][9d77c4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d77c4e):
|
|
1202
|
-
|
|
1203
1198
|
- New textarea package, meant to be a replacement for field-text-area, normalised component
|
|
1204
1199
|
architecture, removed dependency on @atlaskit/field-base, updated to use new @atlaskit/theme api
|
package/dist/cjs/text-area.js
CHANGED
|
@@ -22,7 +22,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
22
22
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23
23
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
24
24
|
var packageName = "@atlaskit/textarea";
|
|
25
|
-
var packageVersion = "
|
|
25
|
+
var packageVersion = "8.0.11";
|
|
26
26
|
var analyticsParams = {
|
|
27
27
|
componentName: 'textArea',
|
|
28
28
|
packageName: packageName,
|
package/dist/es2019/text-area.js
CHANGED
|
@@ -7,7 +7,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
|
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { B200, N0, N10, N20, N200, N30, N70, N900, R400 } from '@atlaskit/theme/colors';
|
|
9
9
|
const packageName = "@atlaskit/textarea";
|
|
10
|
-
const packageVersion = "
|
|
10
|
+
const packageVersion = "8.0.11";
|
|
11
11
|
const analyticsParams = {
|
|
12
12
|
componentName: 'textArea',
|
|
13
13
|
packageName,
|
package/dist/esm/text-area.js
CHANGED
|
@@ -13,7 +13,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next';
|
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { B200, N0, N10, N20, N200, N30, N70, N900, R400 } from '@atlaskit/theme/colors';
|
|
15
15
|
var packageName = "@atlaskit/textarea";
|
|
16
|
-
var packageVersion = "
|
|
16
|
+
var packageVersion = "8.0.11";
|
|
17
17
|
var analyticsParams = {
|
|
18
18
|
componentName: 'textArea',
|
|
19
19
|
packageName: packageName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.12",
|
|
4
4
|
"description": "A text area lets users enter long form text which spans over multiple lines.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^
|
|
38
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
|
-
"@compiled/react": "^0.18.
|
|
42
|
+
"@compiled/react": "^0.18.6"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^18.2.0"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
52
|
-
"@atlaskit/css": "^0.
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
51
|
+
"@atlaskit/button": "^23.5.0",
|
|
52
|
+
"@atlaskit/css": "^0.15.0",
|
|
53
|
+
"@atlaskit/docs": "^11.2.0",
|
|
54
54
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
55
55
|
"@atlaskit/form": "^14.2.0",
|
|
56
56
|
"@atlaskit/link": "^3.2.0",
|