@atlaskit/page 14.0.3 → 14.0.4
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 +8 -0
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/page
|
|
2
2
|
|
|
3
|
+
## 14.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
8
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform.
|
|
10
|
+
|
|
3
11
|
## 14.0.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.4",
|
|
4
4
|
"description": "A page layout organizes sections on a page using a grid and grid columns.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,6 +26,13 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.tsx",
|
|
27
27
|
"atlaskit:designLink": "https://atlassian.design/foundations/grid",
|
|
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": "Page",
|
|
@@ -61,6 +68,7 @@
|
|
|
61
68
|
"@atlaskit/primitives": "^18.1.0",
|
|
62
69
|
"@atlaskit/section-message": "^8.12.0",
|
|
63
70
|
"@atlaskit/tokens": "^11.4.0",
|
|
71
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
64
72
|
"@atlassian/ssr-tests": "workspace:^",
|
|
65
73
|
"@testing-library/react": "^16.3.0",
|
|
66
74
|
"react-dom": "^18.2.0"
|