@atlaskit/editor-core 219.0.2 → 219.0.3

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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 219.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9e45c7ac76c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e45c7ac76c9a) -
8
+ Enrol editor core packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform
10
+ - Updated dependencies
11
+
3
12
  ## 219.0.2
4
13
 
5
14
  ### 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 = "0.0.0-development";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "219.0.1";
2
+ export const version = "0.0.0-development";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "219.0.1";
2
+ export var version = "0.0.0-development";
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.3",
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,7 +72,7 @@
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.15.0",
69
76
  "@atlaskit/task-decision": "^20.0.0",
70
77
  "@atlaskit/tmp-editor-statsig": "^63.0.0",
71
78
  "@atlaskit/tokens": "^13.0.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.3.0",
88
95
  "@atlaskit/link-provider": "^4.3.0",
89
96
  "@atlaskit/media-core": "^37.0.0",
90
97
  "react": "^18.2.0",
@@ -119,6 +126,7 @@
119
126
  "@atlassian/adf-schema-json": "^1.33.0",
120
127
  "@atlassian/editor-rovo-bridge": "^8.1.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",