@atlaskit/editor-core 207.0.7 → 207.1.0
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#157072](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157072)
|
|
8
|
+
[`cc6bc0b7cd8b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc6bc0b7cd8b4) -
|
|
9
|
+
We are testing the migration to the ADS Link component behind a feature flag. If this fix is
|
|
10
|
+
successful it will be available in a later release.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 207.0.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.0
|
|
2
|
+
export const version = "207.1.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.0
|
|
2
|
+
export var version = "207.1.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.0
|
|
3
|
+
"version": "207.1.0",
|
|
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": "^105.
|
|
49
|
+
"@atlaskit/editor-common": "^105.7.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",
|
|
@@ -55,8 +55,9 @@
|
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
56
56
|
"@atlaskit/emoji": "^69.2.0",
|
|
57
57
|
"@atlaskit/icon": "^26.1.0",
|
|
58
|
-
"@atlaskit/
|
|
59
|
-
"@atlaskit/
|
|
58
|
+
"@atlaskit/link": "^3.2.0",
|
|
59
|
+
"@atlaskit/media-card": "^79.3.0",
|
|
60
|
+
"@atlaskit/mention": "^24.2.0",
|
|
60
61
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
61
62
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
62
63
|
"@atlaskit/react-ufo": "^3.13.0",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
92
93
|
"@atlaskit/collab-provider": "^10.14.0",
|
|
93
94
|
"@atlaskit/editor-plugin-annotation": "^2.8.0",
|
|
94
|
-
"@atlaskit/editor-plugin-card": "^6.
|
|
95
|
+
"@atlaskit/editor-plugin-card": "^6.3.0",
|
|
95
96
|
"@atlaskit/editor-plugin-list": "^4.2.0",
|
|
96
97
|
"@atlaskit/editor-plugin-paste": "^3.3.0",
|
|
97
98
|
"@atlaskit/link-provider": "^3.0.0",
|
|
@@ -101,8 +102,8 @@
|
|
|
101
102
|
"@atlaskit/media-test-helpers": "^36.0.0",
|
|
102
103
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
103
104
|
"@atlaskit/primitives": "^14.8.0",
|
|
104
|
-
"@atlaskit/renderer": "^118.
|
|
105
|
-
"@atlaskit/smart-card": "^38.
|
|
105
|
+
"@atlaskit/renderer": "^118.2.0",
|
|
106
|
+
"@atlaskit/smart-card": "^38.3.0",
|
|
106
107
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
107
108
|
"@atlaskit/toggle": "^15.0.0",
|
|
108
109
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -659,6 +660,9 @@
|
|
|
659
660
|
},
|
|
660
661
|
"platform_editor_ssr_fix_lists": {
|
|
661
662
|
"type": "boolean"
|
|
663
|
+
},
|
|
664
|
+
"dst-a11y__replace-anchor-with-link__editor": {
|
|
665
|
+
"type": "boolean"
|
|
662
666
|
}
|
|
663
667
|
},
|
|
664
668
|
"stricter": {
|