@atlaskit/textarea 8.2.6 → 8.2.8
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 +15 -0
- package/package.json +12 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/textarea
|
|
2
2
|
|
|
3
|
+
## 8.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.2.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
14
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
15
|
+
isReactCompilerActivePlatform.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 8.2.6
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textarea",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.8",
|
|
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/"
|
|
@@ -26,6 +26,13 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.tsx",
|
|
27
27
|
"homepage": "https://atlassian.design/components/textarea/",
|
|
28
28
|
"atlassian": {
|
|
29
|
+
"react-compiler": {
|
|
30
|
+
"enabled": true,
|
|
31
|
+
"gating": {
|
|
32
|
+
"source": "@atlassian/react-compiler-gating",
|
|
33
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
29
36
|
"team": "Design System Team",
|
|
30
37
|
"website": {
|
|
31
38
|
"name": "Text area",
|
|
@@ -36,7 +43,7 @@
|
|
|
36
43
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
37
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
45
|
"@atlaskit/primitives": "^18.1.0",
|
|
39
|
-
"@atlaskit/theme": "^
|
|
46
|
+
"@atlaskit/theme": "^23.0.0",
|
|
40
47
|
"@atlaskit/tokens": "^11.4.0",
|
|
41
48
|
"@babel/runtime": "^7.0.0",
|
|
42
49
|
"@compiled/react": "^0.20.0"
|
|
@@ -48,13 +55,14 @@
|
|
|
48
55
|
"@af/accessibility-testing": "workspace:^",
|
|
49
56
|
"@af/integration-testing": "workspace:^",
|
|
50
57
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
58
|
+
"@atlaskit/button": "^23.11.0",
|
|
52
59
|
"@atlaskit/css": "^0.19.0",
|
|
53
60
|
"@atlaskit/docs": "^11.7.0",
|
|
54
61
|
"@atlaskit/ds-lib": "^6.0.0",
|
|
55
62
|
"@atlaskit/form": "^15.5.0",
|
|
56
|
-
"@atlaskit/link": "^3.
|
|
63
|
+
"@atlaskit/link": "^3.4.0",
|
|
57
64
|
"@atlaskit/section-message": "^8.12.0",
|
|
65
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
58
66
|
"@atlassian/ssr-tests": "workspace:^",
|
|
59
67
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
60
68
|
"@testing-library/react": "^16.3.0",
|