@atlaskit/share 7.1.0 → 7.1.2
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 +13 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/share
|
|
2
2
|
|
|
3
|
+
## 7.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`72290778b16ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72290778b16ca) -
|
|
8
|
+
Enrol mixed platform packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 7.1.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 7.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"atlaskit:src": "src/index.ts",
|
|
24
24
|
"atlassian": {
|
|
25
|
+
"react-compiler": {
|
|
26
|
+
"enabled": true,
|
|
27
|
+
"gating": {
|
|
28
|
+
"source": "@atlassian/react-compiler-gating",
|
|
29
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
25
32
|
"team": "Jira Warepil",
|
|
26
33
|
"website": {
|
|
27
34
|
"name": "Share"
|
|
@@ -41,15 +48,15 @@
|
|
|
41
48
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
42
49
|
"@atlaskit/button": "^23.11.0",
|
|
43
50
|
"@atlaskit/css": "^0.19.0",
|
|
44
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
51
|
+
"@atlaskit/dropdown-menu": "^16.9.0",
|
|
45
52
|
"@atlaskit/form": "^15.5.0",
|
|
46
53
|
"@atlaskit/heading": "^5.4.0",
|
|
47
|
-
"@atlaskit/icon": "^
|
|
54
|
+
"@atlaskit/icon": "^35.0.0",
|
|
48
55
|
"@atlaskit/link": "^3.4.0",
|
|
49
56
|
"@atlaskit/menu": "^8.5.0",
|
|
50
57
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
51
58
|
"@atlaskit/popper": "^7.2.0",
|
|
52
|
-
"@atlaskit/popup": "^4.
|
|
59
|
+
"@atlaskit/popup": "^4.20.0",
|
|
53
60
|
"@atlaskit/portal": "^5.5.0",
|
|
54
61
|
"@atlaskit/primitives": "^19.0.0",
|
|
55
62
|
"@atlaskit/smart-user-picker": "^10.0.0",
|
|
@@ -60,7 +67,7 @@
|
|
|
60
67
|
"@atlaskit/tokens": "^13.0.0",
|
|
61
68
|
"@atlaskit/tooltip": "^22.2.0",
|
|
62
69
|
"@atlaskit/ufo": "^0.5.0",
|
|
63
|
-
"@atlaskit/user-picker": "^12.
|
|
70
|
+
"@atlaskit/user-picker": "^12.1.0",
|
|
64
71
|
"@atlaskit/util-service-support": "^6.4.0",
|
|
65
72
|
"@babel/runtime": "^7.0.0",
|
|
66
73
|
"@emotion/react": "^11.7.1",
|
|
@@ -76,6 +83,7 @@
|
|
|
76
83
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
77
84
|
"@atlaskit/flag": "^17.11.0",
|
|
78
85
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
86
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
79
87
|
"@testing-library/react": "^16.3.0",
|
|
80
88
|
"@testing-library/user-event": "^14.4.3",
|
|
81
89
|
"enzyme": "^3.10.0",
|