@atlaskit/textarea 8.0.11 → 8.0.13
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/textarea
|
|
2
2
|
|
|
3
|
+
## 8.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.0.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.0.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -747,7 +759,6 @@
|
|
|
747
759
|
|
|
748
760
|
We have made internal refactors and optimizations to improve textarea performance. Some changes
|
|
749
761
|
made are as follows:
|
|
750
|
-
|
|
751
762
|
- Moving TextArea to a single element (removed an internal wrapping element)
|
|
752
763
|
|
|
753
764
|
- Replace `styled-components` to `emotion` as styling library
|
|
@@ -1063,27 +1074,23 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1063
1074
|
## 2.0.0
|
|
1064
1075
|
|
|
1065
1076
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1066
|
-
|
|
1067
1077
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1068
1078
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1069
1079
|
|
|
1070
1080
|
## 1.0.0
|
|
1071
1081
|
|
|
1072
1082
|
- [major][dd95622388](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd95622388):
|
|
1073
|
-
|
|
1074
1083
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1075
1084
|
use
|
|
1076
1085
|
|
|
1077
1086
|
## 0.4.6
|
|
1078
1087
|
|
|
1079
1088
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1080
|
-
|
|
1081
1089
|
- Bump tslib
|
|
1082
1090
|
|
|
1083
1091
|
## 0.4.5
|
|
1084
1092
|
|
|
1085
1093
|
- [patch][cd67ae87f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd67ae87f8):
|
|
1086
|
-
|
|
1087
1094
|
- Stop defaultValue from being omitted from props that are spread onto textarea
|
|
1088
1095
|
- Constraint type of value and defaultValue to string
|
|
1089
1096
|
|
|
@@ -1098,14 +1105,12 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1098
1105
|
## 0.4.3
|
|
1099
1106
|
|
|
1100
1107
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
1101
|
-
|
|
1102
1108
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
1103
1109
|
supplied from itself.
|
|
1104
1110
|
|
|
1105
1111
|
## 0.4.2
|
|
1106
1112
|
|
|
1107
1113
|
- [patch][cf018d7630](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf018d7630):
|
|
1108
|
-
|
|
1109
1114
|
- Allow RefObject to be passed in as ref (i.e. using React.createRef()) and set inner padding to 0
|
|
1110
1115
|
|
|
1111
1116
|
## 0.4.1
|
|
@@ -1120,32 +1125,27 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1120
1125
|
## 0.4.0
|
|
1121
1126
|
|
|
1122
1127
|
- [minor][f504850fe2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f504850fe2):
|
|
1123
|
-
|
|
1124
1128
|
- Fix bug: previous size was size for isCompact, and isCompact did not do anything. Now normal
|
|
1125
1129
|
textarea is slightly larger and isCompact makes it the previous size
|
|
1126
1130
|
|
|
1127
1131
|
## 0.3.2
|
|
1128
1132
|
|
|
1129
1133
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1130
|
-
|
|
1131
1134
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1132
1135
|
|
|
1133
1136
|
## 0.3.1
|
|
1134
1137
|
|
|
1135
1138
|
- [patch][90a14be594](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14be594):
|
|
1136
|
-
|
|
1137
1139
|
- Fix broken type-helpers
|
|
1138
1140
|
|
|
1139
1141
|
## 0.3.0
|
|
1140
1142
|
|
|
1141
1143
|
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1142
|
-
|
|
1143
1144
|
- Dropped ES5 distributables from the typescript packages
|
|
1144
1145
|
|
|
1145
1146
|
## 0.2.6
|
|
1146
1147
|
|
|
1147
1148
|
- [patch][1b952c437d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b952c437d):
|
|
1148
|
-
|
|
1149
1149
|
- Change order of props spread to fix textarea focus glow, and smart resizing when onChange passed
|
|
1150
1150
|
in
|
|
1151
1151
|
|
|
@@ -1161,7 +1161,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1161
1161
|
## 0.2.4
|
|
1162
1162
|
|
|
1163
1163
|
- [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
|
|
1164
|
-
|
|
1165
1164
|
- Added test to make sure the props are passed down to hidden input
|
|
1166
1165
|
|
|
1167
1166
|
## 0.2.3
|
|
@@ -1175,20 +1174,17 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1175
1174
|
## 0.2.2
|
|
1176
1175
|
|
|
1177
1176
|
- [patch][9e6b592](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e6b592):
|
|
1178
|
-
|
|
1179
1177
|
- Added tslib import for textarea
|
|
1180
1178
|
|
|
1181
1179
|
## 0.2.1
|
|
1182
1180
|
|
|
1183
1181
|
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1184
|
-
|
|
1185
1182
|
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1186
1183
|
make theming simpler. Update all dependant components.
|
|
1187
1184
|
|
|
1188
1185
|
## 0.2.0
|
|
1189
1186
|
|
|
1190
1187
|
- [minor][76a8f1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76a8f1c):
|
|
1191
|
-
|
|
1192
1188
|
- Convert @atlaskit/textarea to Typescript
|
|
1193
1189
|
- Dist paths have changed, if you are importing by exact file path you will need to update your
|
|
1194
1190
|
imports `import '@atlaskit/button/dist/es5/components/ButtonGroup'`
|
|
@@ -1205,6 +1201,5 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
1205
1201
|
## 0.1.0
|
|
1206
1202
|
|
|
1207
1203
|
- [minor][9d77c4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d77c4e):
|
|
1208
|
-
|
|
1209
1204
|
- New textarea package, meant to be a replacement for field-text-area, normalised component
|
|
1210
1205
|
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.12";
|
|
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.12";
|
|
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.12";
|
|
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.13",
|
|
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": "^16.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"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
51
|
"@atlaskit/button": "^23.5.0",
|
|
52
52
|
"@atlaskit/css": "^0.15.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
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",
|