@atlaskit/editor-core 224.4.1 → 224.4.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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 224.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c3fe10586763c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c3fe10586763c) -
|
|
8
|
+
Clean up feature gate `platform_editor_undo_redo_find_on_primary_toolbar`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 224.4.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "224.4.
|
|
9
|
+
var version = exports.version = "224.4.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "224.4.
|
|
3
|
+
"version": "224.4.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
70
70
|
"@atlaskit/react-ufo": "^7.7.0",
|
|
71
71
|
"@atlaskit/task-decision": "^21.8.0",
|
|
72
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
72
|
+
"@atlaskit/tmp-editor-statsig": "^159.0.0",
|
|
73
73
|
"@atlaskit/tokens": "^16.8.0",
|
|
74
74
|
"@atlaskit/tooltip": "^24.2.0",
|
|
75
75
|
"@atlaskit/width-detector": "^7.1.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@atlassian/editor-rovo-bridge": "^13.2.0",
|
|
128
128
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
129
129
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
130
|
-
"@atlassian/search-client": "^2.
|
|
130
|
+
"@atlassian/search-client": "^2.15.0",
|
|
131
131
|
"@atlassian/search-provider": "^16.0.0",
|
|
132
132
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
133
133
|
"@atlassian/user-profile-card": "^1.31.0",
|
|
@@ -244,10 +244,6 @@
|
|
|
244
244
|
"type": "boolean",
|
|
245
245
|
"referenceOnly": true
|
|
246
246
|
},
|
|
247
|
-
"platform_editor_undo_redo_find_on_primary_toolbar": {
|
|
248
|
-
"type": "boolean",
|
|
249
|
-
"referenceOnly": true
|
|
250
|
-
},
|
|
251
247
|
"platform_editor_tables_table_selector": {
|
|
252
248
|
"type": "boolean",
|
|
253
249
|
"referenceOnly": true
|