@contentful/field-editor-rich-text 4.14.1 → 4.15.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.
|
@@ -98,7 +98,8 @@ function FetchingWrappedAssetCard(props) {
|
|
|
98
98
|
entity: asset,
|
|
99
99
|
previousEntityOnTimeline: currentEntity,
|
|
100
100
|
locales: props.sdk.locales,
|
|
101
|
-
release: props.sdk.release
|
|
101
|
+
release: props.sdk.release,
|
|
102
|
+
isReference: true
|
|
102
103
|
});
|
|
103
104
|
_react.useEffect(()=>{
|
|
104
105
|
if (status === 'success') {
|
|
@@ -103,7 +103,8 @@ const FetchingWrappedEntryCard = (props)=>{
|
|
|
103
103
|
entity: entry,
|
|
104
104
|
previousEntityOnTimeline: currentEntity,
|
|
105
105
|
locales: props.sdk.locales,
|
|
106
|
-
release: props.sdk.release
|
|
106
|
+
release: props.sdk.release,
|
|
107
|
+
isReference: true
|
|
107
108
|
});
|
|
108
109
|
_react.useEffect(()=>{
|
|
109
110
|
if (status === 'success') {
|
|
@@ -42,7 +42,8 @@ export function FetchingWrappedAssetCard(props) {
|
|
|
42
42
|
entity: asset,
|
|
43
43
|
previousEntityOnTimeline: currentEntity,
|
|
44
44
|
locales: props.sdk.locales,
|
|
45
|
-
release: props.sdk.release
|
|
45
|
+
release: props.sdk.release,
|
|
46
|
+
isReference: true
|
|
46
47
|
});
|
|
47
48
|
React.useEffect(()=>{
|
|
48
49
|
if (status === 'success') {
|
|
@@ -47,7 +47,8 @@ export const FetchingWrappedEntryCard = (props)=>{
|
|
|
47
47
|
entity: entry,
|
|
48
48
|
previousEntityOnTimeline: currentEntity,
|
|
49
49
|
locales: props.sdk.locales,
|
|
50
|
-
release: props.sdk.release
|
|
50
|
+
release: props.sdk.release,
|
|
51
|
+
isReference: true
|
|
51
52
|
});
|
|
52
53
|
React.useEffect(()=>{
|
|
53
54
|
if (status === 'success') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/field-editor-rich-text",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
4
4
|
"source": "./src/index.tsx",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@contentful/f36-icons": "^5.4.1",
|
|
45
45
|
"@contentful/f36-tokens": "^5.1.0",
|
|
46
46
|
"@contentful/f36-utils": "^5.1.0",
|
|
47
|
-
"@contentful/field-editor-reference": "^6.
|
|
48
|
-
"@contentful/field-editor-shared": "^2.
|
|
47
|
+
"@contentful/field-editor-reference": "^6.14.0",
|
|
48
|
+
"@contentful/field-editor-shared": "^2.15.0",
|
|
49
49
|
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
|
|
50
50
|
"@contentful/rich-text-types": "^17.0.0",
|
|
51
51
|
"@popperjs/core": "^2.11.5",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"registry": "https://npm.pkg.github.com/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "3f831d73b9837a78a59c962e17096cf9606f2509"
|
|
93
93
|
}
|