@atlaskit/editor-core 219.0.2 → 219.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 219.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 219.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`9e45c7ac76c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e45c7ac76c9a) -
14
+ Enrol editor core packages into the React Compiler with platform gating via
15
+ isReactCompilerActivePlatform
16
+ - Updated dependencies
17
+
3
18
  ## 219.0.2
4
19
 
5
20
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "219.0.1";
8
+ var version = exports.version = "219.0.3";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "219.0.1";
2
+ export const version = "219.0.3";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "219.0.1";
2
+ export var version = "219.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "219.0.2",
3
+ "version": "219.0.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,6 +25,13 @@
25
25
  ],
26
26
  "atlaskit:src": "src/index.ts",
27
27
  "atlassian": {
28
+ "react-compiler": {
29
+ "enabled": true,
30
+ "gating": {
31
+ "source": "@atlassian/react-compiler-gating",
32
+ "importSpecifierName": "isReactCompilerActivePlatform"
33
+ }
34
+ },
28
35
  "team": "Editor",
29
36
  "singleton": true,
30
37
  "website": {
@@ -57,7 +64,7 @@
57
64
  "@atlaskit/editor-ssr-renderer": "^5.0.0",
58
65
  "@atlaskit/editor-toolbar": "^1.0.0",
59
66
  "@atlaskit/editor-toolbar-model": "^0.4.0",
60
- "@atlaskit/emoji": "^70.0.0",
67
+ "@atlaskit/emoji": "^70.1.0",
61
68
  "@atlaskit/feature-gate-js-client": "^5.5.0",
62
69
  "@atlaskit/icon": "^34.2.0",
63
70
  "@atlaskit/link": "^3.4.0",
@@ -65,9 +72,9 @@
65
72
  "@atlaskit/mention": "^25.0.0",
66
73
  "@atlaskit/platform-feature-flags": "^1.1.0",
67
74
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
68
- "@atlaskit/react-ufo": "^5.14.0",
75
+ "@atlaskit/react-ufo": "^5.16.0",
69
76
  "@atlaskit/task-decision": "^20.0.0",
70
- "@atlaskit/tmp-editor-statsig": "^63.0.0",
77
+ "@atlaskit/tmp-editor-statsig": "^64.0.0",
71
78
  "@atlaskit/tokens": "^13.0.0",
72
79
  "@atlaskit/tooltip": "^21.1.0",
73
80
  "@atlaskit/width-detector": "^5.1.0",
@@ -84,7 +91,7 @@
84
91
  "uuid": "^3.1.0"
85
92
  },
86
93
  "peerDependencies": {
87
- "@atlaskit/editor-common": "^114.2.0",
94
+ "@atlaskit/editor-common": "^114.5.0",
88
95
  "@atlaskit/link-provider": "^4.3.0",
89
96
  "@atlaskit/media-core": "^37.0.0",
90
97
  "react": "^18.2.0",
@@ -109,7 +116,7 @@
109
116
  "@atlaskit/media-core": "^37.0.0",
110
117
  "@atlaskit/media-integration-test-helpers": "workspace:^",
111
118
  "@atlaskit/media-test-helpers": "^41.0.0",
112
- "@atlaskit/modal-dialog": "^14.15.0",
119
+ "@atlaskit/modal-dialog": "^14.16.0",
113
120
  "@atlaskit/renderer": "^130.2.0",
114
121
  "@atlaskit/section-message": "^8.12.0",
115
122
  "@atlaskit/synchrony-test-helpers": "workspace:^",
@@ -117,8 +124,9 @@
117
124
  "@atlaskit/util-data-test": "^18.5.0",
118
125
  "@atlassian/a11y-jest-testing": "^0.11.0",
119
126
  "@atlassian/adf-schema-json": "^1.33.0",
120
- "@atlassian/editor-rovo-bridge": "^8.1.0",
127
+ "@atlassian/editor-rovo-bridge": "^8.2.0",
121
128
  "@atlassian/feature-flags-test-utils": "^1.0.0",
129
+ "@atlassian/react-compiler-gating": "workspace:^",
122
130
  "@atlassian/search-client": "^1.1.0",
123
131
  "@atlassian/search-provider": "^11.0.0",
124
132
  "@emotion/jest": "^11.8.0",