@atlaskit/editor-core 207.13.0 → 207.13.1
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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#163361](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163361)
|
|
8
|
+
[`76c3619bccda1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76c3619bccda1) -
|
|
9
|
+
Changed the annotation manager feature gate to instead use the existance of the manager rather
|
|
10
|
+
then a gate
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 207.13.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.13.
|
|
2
|
+
export const version = "207.13.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.13.
|
|
2
|
+
export var version = "207.13.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.13.
|
|
3
|
+
"version": "207.13.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
63
63
|
"@atlaskit/react-ufo": "^3.13.0",
|
|
64
64
|
"@atlaskit/task-decision": "^19.2.0",
|
|
65
|
-
"@atlaskit/tmp-editor-statsig": "^5.
|
|
65
|
+
"@atlaskit/tmp-editor-statsig": "^5.7.0",
|
|
66
66
|
"@atlaskit/tokens": "^4.9.0",
|
|
67
67
|
"@atlaskit/tooltip": "^20.2.0",
|
|
68
68
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -544,10 +544,6 @@
|
|
|
544
544
|
"type": "boolean",
|
|
545
545
|
"referenceOnly": true
|
|
546
546
|
},
|
|
547
|
-
"platform_editor_comments_api_manager_select": {
|
|
548
|
-
"type": "boolean",
|
|
549
|
-
"referenceOnly": true
|
|
550
|
-
},
|
|
551
547
|
"platform_editor_elements_dnd_multi_select_patch_3": {
|
|
552
548
|
"type": "boolean",
|
|
553
549
|
"referenceOnly": true
|