@atlaskit/editor-core 207.15.0 → 207.15.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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.15.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#166381](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166381)
|
|
8
|
+
[`e7b0081a1b221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7b0081a1b221) -
|
|
9
|
+
EDM-12154 cleaning up hardcoded embed only on new line feature flag
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 207.15.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.15.
|
|
2
|
+
export const version = "207.15.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.15.
|
|
2
|
+
export var version = "207.15.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.15.
|
|
3
|
+
"version": "207.15.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^23.2.0",
|
|
48
48
|
"@atlaskit/css": "^0.10.0",
|
|
49
|
-
"@atlaskit/editor-common": "^106.
|
|
49
|
+
"@atlaskit/editor-common": "^106.3.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
51
51
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
52
52
|
"@atlaskit/editor-plugin-quick-insert": "^2.5.0",
|
|
@@ -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.13.0",
|
|
66
66
|
"@atlaskit/tokens": "^5.0.0",
|
|
67
67
|
"@atlaskit/tooltip": "^20.3.0",
|
|
68
68
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"@atlaskit/logo": "^19.0.0",
|
|
100
100
|
"@atlaskit/media-core": "^36.1.0",
|
|
101
101
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
102
|
-
"@atlaskit/media-test-helpers": "^36.
|
|
102
|
+
"@atlaskit/media-test-helpers": "^36.1.0",
|
|
103
103
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
104
104
|
"@atlaskit/primitives": "^14.8.0",
|
|
105
105
|
"@atlaskit/renderer": "^118.6.0",
|
|
106
106
|
"@atlaskit/section-message": "^8.2.0",
|
|
107
|
-
"@atlaskit/smart-card": "^38.
|
|
107
|
+
"@atlaskit/smart-card": "^38.8.0",
|
|
108
108
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
109
109
|
"@atlaskit/toggle": "^15.0.0",
|
|
110
110
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -210,10 +210,6 @@
|
|
|
210
210
|
"type": "boolean",
|
|
211
211
|
"referenceOnly": true
|
|
212
212
|
},
|
|
213
|
-
"hardcoded-embeds-only-on-new-line": {
|
|
214
|
-
"type": "boolean",
|
|
215
|
-
"referenceOnly": true
|
|
216
|
-
},
|
|
217
213
|
"platform_editor_table_initial_load_fix": {
|
|
218
214
|
"type": "boolean",
|
|
219
215
|
"referenceOnly": true
|
|
@@ -624,6 +620,10 @@
|
|
|
624
620
|
"platform-dst-jira-web-fonts": {
|
|
625
621
|
"type": "boolean"
|
|
626
622
|
},
|
|
623
|
+
"platform_editor_breakout_resizing_hello_release": {
|
|
624
|
+
"type": "boolean",
|
|
625
|
+
"referenceOnly": true
|
|
626
|
+
},
|
|
627
627
|
"confluence_typography_refreshed": {
|
|
628
628
|
"type": "boolean"
|
|
629
629
|
},
|