@atlaskit/textarea 8.0.11 → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/textarea
2
2
 
3
+ ## 8.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.11
4
10
 
5
11
  ### Patch Changes
@@ -747,7 +753,6 @@
747
753
 
748
754
  We have made internal refactors and optimizations to improve textarea performance. Some changes
749
755
  made are as follows:
750
-
751
756
  - Moving TextArea to a single element (removed an internal wrapping element)
752
757
 
753
758
  - Replace `styled-components` to `emotion` as styling library
@@ -1063,27 +1068,23 @@ withAnalyticsEvents<Props>()(Button);
1063
1068
  ## 2.0.0
1064
1069
 
1065
1070
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1066
-
1067
1071
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1068
1072
  this package, please ensure you use at least this version of react and react-dom.
1069
1073
 
1070
1074
  ## 1.0.0
1071
1075
 
1072
1076
  - [major][dd95622388](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd95622388):
1073
-
1074
1077
  - This major release indicates that this package is no longer under dev preview but is ready for
1075
1078
  use
1076
1079
 
1077
1080
  ## 0.4.6
1078
1081
 
1079
1082
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1080
-
1081
1083
  - Bump tslib
1082
1084
 
1083
1085
  ## 0.4.5
1084
1086
 
1085
1087
  - [patch][cd67ae87f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd67ae87f8):
1086
-
1087
1088
  - Stop defaultValue from being omitted from props that are spread onto textarea
1088
1089
  - Constraint type of value and defaultValue to string
1089
1090
 
@@ -1098,14 +1099,12 @@ withAnalyticsEvents<Props>()(Button);
1098
1099
  ## 0.4.3
1099
1100
 
1100
1101
  - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
1101
-
1102
1102
  - @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
1103
1103
  supplied from itself.
1104
1104
 
1105
1105
  ## 0.4.2
1106
1106
 
1107
1107
  - [patch][cf018d7630](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf018d7630):
1108
-
1109
1108
  - Allow RefObject to be passed in as ref (i.e. using React.createRef()) and set inner padding to 0
1110
1109
 
1111
1110
  ## 0.4.1
@@ -1120,32 +1119,27 @@ withAnalyticsEvents<Props>()(Button);
1120
1119
  ## 0.4.0
1121
1120
 
1122
1121
  - [minor][f504850fe2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f504850fe2):
1123
-
1124
1122
  - Fix bug: previous size was size for isCompact, and isCompact did not do anything. Now normal
1125
1123
  textarea is slightly larger and isCompact makes it the previous size
1126
1124
 
1127
1125
  ## 0.3.2
1128
1126
 
1129
1127
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1130
-
1131
1128
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
1132
1129
 
1133
1130
  ## 0.3.1
1134
1131
 
1135
1132
  - [patch][90a14be594](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90a14be594):
1136
-
1137
1133
  - Fix broken type-helpers
1138
1134
 
1139
1135
  ## 0.3.0
1140
1136
 
1141
1137
  - [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1142
-
1143
1138
  - Dropped ES5 distributables from the typescript packages
1144
1139
 
1145
1140
  ## 0.2.6
1146
1141
 
1147
1142
  - [patch][1b952c437d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b952c437d):
1148
-
1149
1143
  - Change order of props spread to fix textarea focus glow, and smart resizing when onChange passed
1150
1144
  in
1151
1145
 
@@ -1161,7 +1155,6 @@ withAnalyticsEvents<Props>()(Button);
1161
1155
  ## 0.2.4
1162
1156
 
1163
1157
  - [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
1164
-
1165
1158
  - Added test to make sure the props are passed down to hidden input
1166
1159
 
1167
1160
  ## 0.2.3
@@ -1175,20 +1168,17 @@ withAnalyticsEvents<Props>()(Button);
1175
1168
  ## 0.2.2
1176
1169
 
1177
1170
  - [patch][9e6b592](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e6b592):
1178
-
1179
1171
  - Added tslib import for textarea
1180
1172
 
1181
1173
  ## 0.2.1
1182
1174
 
1183
1175
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1184
-
1185
1176
  - Change API to experimental theming API to namespace component themes into separate contexts and
1186
1177
  make theming simpler. Update all dependant components.
1187
1178
 
1188
1179
  ## 0.2.0
1189
1180
 
1190
1181
  - [minor][76a8f1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76a8f1c):
1191
-
1192
1182
  - Convert @atlaskit/textarea to Typescript
1193
1183
  - Dist paths have changed, if you are importing by exact file path you will need to update your
1194
1184
  imports `import '@atlaskit/button/dist/es5/components/ButtonGroup'`
@@ -1205,6 +1195,5 @@ withAnalyticsEvents<Props>()(Button);
1205
1195
  ## 0.1.0
1206
1196
 
1207
1197
  - [minor][9d77c4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d77c4e):
1208
-
1209
1198
  - New textarea package, meant to be a replacement for field-text-area, normalised component
1210
1199
  architecture, removed dependency on @atlaskit/field-base, updated to use new @atlaskit/theme api
@@ -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 = "0.0.0-development";
25
+ var packageVersion = "8.0.11";
26
26
  var analyticsParams = {
27
27
  componentName: 'textArea',
28
28
  packageName: packageName,
@@ -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 = "0.0.0-development";
10
+ const packageVersion = "8.0.11";
11
11
  const analyticsParams = {
12
12
  componentName: 'textArea',
13
13
  packageName,
@@ -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 = "0.0.0-development";
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.11",
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/"
@@ -37,9 +37,9 @@
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/primitives": "^15.0.0",
39
39
  "@atlaskit/theme": "^21.0.0",
40
- "@atlaskit/tokens": "^6.5.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
- "@compiled/react": "^0.18.3"
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.1.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",