@atlaskit/mention 26.0.0 → 26.0.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 +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 26.0.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
|
+
## 26.0.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 26.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"atlaskit:src": "src/index.ts",
|
|
3
3
|
"atlassian": {
|
|
4
|
+
"react-compiler": {
|
|
5
|
+
"enabled": true,
|
|
6
|
+
"gating": {
|
|
7
|
+
"source": "@atlassian/react-compiler-gating",
|
|
8
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
4
11
|
"team": "Search Platform: Search Experience",
|
|
5
12
|
"slack": {
|
|
6
13
|
"channel": "#search-plex-prs",
|
|
@@ -25,7 +32,7 @@
|
|
|
25
32
|
"@atlaskit/avatar": "^25.14.0",
|
|
26
33
|
"@atlaskit/focus-ring": "^3.1.0",
|
|
27
34
|
"@atlaskit/heading": "^5.4.0",
|
|
28
|
-
"@atlaskit/icon": "^
|
|
35
|
+
"@atlaskit/icon": "^35.0.0",
|
|
29
36
|
"@atlaskit/lozenge": "^13.8.0",
|
|
30
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
31
38
|
"@atlaskit/primitives": "^19.0.0",
|
|
@@ -50,6 +57,7 @@
|
|
|
50
57
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
51
58
|
"@atlassian/a11y-playwright-testing": "^0.9.0",
|
|
52
59
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
60
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
53
61
|
"@testing-library/react": "^16.3.0",
|
|
54
62
|
"@testing-library/user-event": "^14.4.3",
|
|
55
63
|
"@types/query-string": "^4.3.1",
|
|
@@ -113,5 +121,5 @@
|
|
|
113
121
|
]
|
|
114
122
|
}
|
|
115
123
|
},
|
|
116
|
-
"version": "26.0.
|
|
124
|
+
"version": "26.0.2"
|
|
117
125
|
}
|