@atlaskit/editor-core 221.8.2 → 221.8.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 221.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3b5a6eca9da9d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5a6eca9da9d) -
|
|
8
|
+
Clean up feature gate `platform_editor_toolbar_aifc_placement_overridden`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 221.8.2
|
|
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 = "221.8.
|
|
9
|
+
var version = exports.version = "221.8.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.8.
|
|
3
|
+
"version": "221.8.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/adf-schema": "^56.1.0",
|
|
42
42
|
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.168.0",
|
|
43
43
|
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
44
|
-
"@atlaskit/analytics-next": "^12.
|
|
44
|
+
"@atlaskit/analytics-next": "^12.3.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
46
|
"@atlaskit/button": "^24.3.0",
|
|
47
47
|
"@atlaskit/css": "^1.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
69
69
|
"@atlaskit/task-decision": "^21.4.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^124.
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^124.2.0",
|
|
71
71
|
"@atlaskit/tokens": "^15.6.0",
|
|
72
72
|
"@atlaskit/tooltip": "^23.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^6.2.0",
|
|
@@ -306,9 +306,6 @@
|
|
|
306
306
|
"platform_editor_sentry_breadcrumbs": {
|
|
307
307
|
"type": "boolean"
|
|
308
308
|
},
|
|
309
|
-
"platform_editor_toolbar_aifc_placement_overridden": {
|
|
310
|
-
"type": "boolean"
|
|
311
|
-
},
|
|
312
309
|
"platform_editor_comments_border_radius": {
|
|
313
310
|
"type": "boolean"
|
|
314
311
|
},
|