@contentful/field-editor-reference 2.21.1 → 4.0.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 +76 -410
- package/dist/assets/WrappedAssetCard/AssetCardActions.d.ts +2 -2
- package/dist/assets/WrappedAssetCard/FetchingWrappedAssetCard.d.ts +3 -3
- package/dist/assets/WrappedAssetCard/WrappedAssetCard.d.ts +3 -3
- package/dist/assets/WrappedAssetCard/WrappedAssetLink.d.ts +3 -3
- package/dist/common/customCardTypes.d.ts +2 -2
- package/dist/components/CreateEntryLinkButton/CreateEntryLinkButton.d.ts +2 -3
- package/dist/components/CreateEntryLinkButton/CreateEntryMenuTrigger.d.ts +2 -3
- package/dist/components/ScheduledIconWithTooltip/ScheduleTooltip.d.ts +2 -2
- package/dist/components/index.d.ts +1 -1
- package/dist/entries/WrappedEntryCard/FetchingWrappedEntryCard.d.ts +3 -3
- package/dist/entries/WrappedEntryCard/WrappedEntryCard.d.ts +3 -3
- package/dist/field-editor-reference.cjs.development.js +265 -362
- package/dist/field-editor-reference.cjs.development.js.map +1 -1
- package/dist/field-editor-reference.cjs.production.min.js +1 -1
- package/dist/field-editor-reference.cjs.production.min.js.map +1 -1
- package/dist/field-editor-reference.esm.js +253 -350
- package/dist/field-editor-reference.esm.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/types.d.ts +5 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,784 +3,450 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
9
|
-
|
|
6
|
+
## [4.0.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@4.0.0...@contentful/field-editor-reference@4.0.1) (2021-11-08)
|
|
10
7
|
|
|
8
|
+
### Bug Fixes
|
|
11
9
|
|
|
10
|
+
- show create-entry-menu list only when it's open ([fa2371f](https://github.com/contentful/field-editors/commit/fa2371fbc05c7f172d90b8f3ec227782364a47d5))
|
|
12
11
|
|
|
12
|
+
# [4.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@3.0.0...@contentful/field-editor-reference@4.0.0) (2021-11-04)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
15
15
|
|
|
16
|
+
# [3.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.21.2...@contentful/field-editor-reference@3.0.0) (2021-11-04)
|
|
16
17
|
|
|
17
18
|
### Features
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
- Forma v4 components adoption ([#805](https://github.com/contentful/field-editors/issues/805)) ([526bde6](https://github.com/contentful/field-editors/commit/526bde6e10e0ee3789705ec10fb31489af7ca59e))
|
|
23
21
|
|
|
22
|
+
### BREAKING CHANGES
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
- adopts a new Forma v4 beta
|
|
26
25
|
|
|
26
|
+
## [2.21.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.21.1...@contentful/field-editor-reference@2.21.2) (2021-10-18)
|
|
27
27
|
|
|
28
28
|
### Bug Fixes
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
- [] Remove test utils from peer dependencies ([#889](https://github.com/contentful/field-editors/issues/889)) ([3694bd7](https://github.com/contentful/field-editors/commit/3694bd7e706b8beb1f685167125f36ef0cbe82de))
|
|
31
31
|
|
|
32
|
+
## [2.21.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.21.0...@contentful/field-editor-reference@2.21.1) (2021-10-14)
|
|
32
33
|
|
|
34
|
+
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
33
35
|
|
|
36
|
+
# [2.21.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.11...@contentful/field-editor-reference@2.21.0) (2021-10-06)
|
|
34
37
|
|
|
38
|
+
### Features
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
- [EXT-3161] bump app sdk to v4 ([#881](https://github.com/contentful/field-editors/issues/881)) ([9c4a2af](https://github.com/contentful/field-editors/commit/9c4a2af07da203d59fb5f15c3a5188ecc64b1d44))
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
## [2.20.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.10...@contentful/field-editor-reference@2.20.11) (2021-10-06)
|
|
39
43
|
|
|
44
|
+
### Bug Fixes
|
|
40
45
|
|
|
46
|
+
- **reference:** consistent ordering of link actions ([#884](https://github.com/contentful/field-editors/issues/884)) ([1a6bae7](https://github.com/contentful/field-editors/commit/1a6bae7825b09d91151bd80e7f55c0c1cf5ec27c))
|
|
41
47
|
|
|
48
|
+
## [2.20.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.9...@contentful/field-editor-reference@2.20.10) (2021-09-20)
|
|
42
49
|
|
|
50
|
+
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
43
51
|
|
|
44
52
|
## [2.20.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.8...@contentful/field-editor-reference@2.20.9) (2021-09-17)
|
|
45
53
|
|
|
46
54
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
47
55
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
56
|
## [2.20.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.7...@contentful/field-editor-reference@2.20.8) (2021-09-17)
|
|
53
57
|
|
|
54
58
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
55
59
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
60
|
## [2.20.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.6...@contentful/field-editor-reference@2.20.7) (2021-09-16)
|
|
61
61
|
|
|
62
62
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
64
|
## [2.20.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.5...@contentful/field-editor-reference@2.20.6) (2021-08-19)
|
|
69
65
|
|
|
70
66
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
71
67
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
68
|
## [2.20.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.4...@contentful/field-editor-reference@2.20.5) (2021-08-06)
|
|
77
69
|
|
|
78
|
-
|
|
79
70
|
### Bug Fixes
|
|
80
71
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
72
|
+
- focus on search input ([#797](https://github.com/contentful/field-editors/issues/797)) ([7e5ee40](https://github.com/contentful/field-editors/commit/7e5ee40c2d509f00869086e6ca666cc71d125fe2))
|
|
86
73
|
|
|
87
74
|
## [2.20.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.3...@contentful/field-editor-reference@2.20.4) (2021-08-04)
|
|
88
75
|
|
|
89
|
-
|
|
90
76
|
### Bug Fixes
|
|
91
77
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
78
|
+
- 🐛 search on dropdown losing focus after onchange ([#792](https://github.com/contentful/field-editors/issues/792)) ([972a2ea](https://github.com/contentful/field-editors/commit/972a2eac55f96cb3c50708cbb9177d532451caea))
|
|
97
79
|
|
|
98
80
|
## [2.20.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.2...@contentful/field-editor-reference@2.20.3) (2021-07-30)
|
|
99
81
|
|
|
100
|
-
|
|
101
82
|
### Bug Fixes
|
|
102
83
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
84
|
+
- revert prevent default ([#790](https://github.com/contentful/field-editors/issues/790)) ([8a6c65c](https://github.com/contentful/field-editors/commit/8a6c65c88bd7de0d7f52969e18654ba49232c438))
|
|
108
85
|
|
|
109
86
|
## [2.20.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.1...@contentful/field-editor-reference@2.20.2) (2021-07-29)
|
|
110
87
|
|
|
111
88
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
112
89
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
90
|
## [2.20.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.20.0...@contentful/field-editor-reference@2.20.1) (2021-07-28)
|
|
118
91
|
|
|
119
|
-
|
|
120
92
|
### Bug Fixes
|
|
121
93
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
94
|
+
- render dropdown list or fragment ([#785](https://github.com/contentful/field-editors/issues/785)) ([bf951b2](https://github.com/contentful/field-editors/commit/bf951b2d15234c3698a535898e7a5c233765e856))
|
|
127
95
|
|
|
128
96
|
# [2.20.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.19.0...@contentful/field-editor-reference@2.20.0) (2021-07-28)
|
|
129
97
|
|
|
130
|
-
|
|
131
98
|
### Features
|
|
132
99
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
100
|
+
- add hasMoveOptions property ([#784](https://github.com/contentful/field-editors/issues/784)) ([8a522f0](https://github.com/contentful/field-editors/commit/8a522f0e1e0c21d9eb6642bde4f509760448dc37))
|
|
138
101
|
|
|
139
102
|
# [2.19.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.18.0...@contentful/field-editor-reference@2.19.0) (2021-07-23)
|
|
140
103
|
|
|
141
|
-
|
|
142
104
|
### Features
|
|
143
105
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
106
|
+
- 💡 new color tokens ([#778](https://github.com/contentful/field-editors/issues/778)) ([fba548d](https://github.com/contentful/field-editors/commit/fba548de32305016df7f2685634eefb14294828f))
|
|
149
107
|
|
|
150
108
|
# [2.18.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.15.0...@contentful/field-editor-reference@2.18.0) (2021-07-06)
|
|
151
109
|
|
|
152
|
-
|
|
153
110
|
### Features
|
|
154
111
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
112
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
160
113
|
|
|
161
114
|
# [2.17.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.15.0...@contentful/field-editor-reference@2.17.0) (2021-07-06)
|
|
162
115
|
|
|
163
|
-
|
|
164
116
|
### Features
|
|
165
117
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
118
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
171
119
|
|
|
172
120
|
# [2.16.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.15.0...@contentful/field-editor-reference@2.16.0) (2021-06-23)
|
|
173
121
|
|
|
174
|
-
|
|
175
122
|
### Features
|
|
176
123
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
124
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
182
125
|
|
|
183
126
|
# [2.15.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.14.0...@contentful/field-editor-reference@2.15.0) (2021-06-23)
|
|
184
127
|
|
|
185
|
-
|
|
186
128
|
### Features
|
|
187
129
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
130
|
+
- [] bump app sdk ([#755](https://github.com/contentful/field-editors/issues/755)) ([aa0c217](https://github.com/contentful/field-editors/commit/aa0c2179d4edbb1a37453e1e3bdf0ae11991166f))
|
|
193
131
|
|
|
194
132
|
# [2.14.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.13.1...@contentful/field-editor-reference@2.14.0) (2021-06-22)
|
|
195
133
|
|
|
196
|
-
|
|
197
134
|
### Features
|
|
198
135
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
136
|
+
- [EXT-2826] make app-sdk a peer depedency ([#748](https://github.com/contentful/field-editors/issues/748)) ([f1d1d01](https://github.com/contentful/field-editors/commit/f1d1d01d89d59d70ab2c831a513ab2580ea64d7e))
|
|
204
137
|
|
|
205
138
|
## [2.13.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.13.0...@contentful/field-editor-reference@2.13.1) (2021-04-13)
|
|
206
139
|
|
|
207
|
-
|
|
208
140
|
### Bug Fixes
|
|
209
141
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
142
|
+
- **reference:** multi-reference create and link actions always with index ([#683](https://github.com/contentful/field-editors/issues/683)) ([fa4eac8](https://github.com/contentful/field-editors/commit/fa4eac83477de75b635663c868db714562e5463a))
|
|
215
143
|
|
|
216
144
|
# [2.13.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.12.2...@contentful/field-editor-reference@2.13.0) (2021-04-06)
|
|
217
145
|
|
|
218
|
-
|
|
219
146
|
### Features
|
|
220
147
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
148
|
+
- bump react-sortable-hoc from 1.11.0 to 2.0.0 ([#664](https://github.com/contentful/field-editors/issues/664)) ([24f1db2](https://github.com/contentful/field-editors/commit/24f1db20ba2842c1990773983b4fb7146efca5ca))
|
|
226
149
|
|
|
227
150
|
## [2.12.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.12.1...@contentful/field-editor-reference@2.12.2) (2021-03-15)
|
|
228
151
|
|
|
229
152
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
230
153
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
154
|
## [2.12.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.12.0...@contentful/field-editor-reference@2.12.1) (2021-03-12)
|
|
236
155
|
|
|
237
|
-
|
|
238
156
|
### Bug Fixes
|
|
239
157
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
158
|
+
- 🐛 fetching in rich text and optimize scheduled actions ([#630](https://github.com/contentful/field-editors/issues/630)) ([d3ff315](https://github.com/contentful/field-editors/commit/d3ff315364bfd542361c9506f4692e4884687821))
|
|
245
159
|
|
|
246
160
|
# [2.12.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.11.1...@contentful/field-editor-reference@2.12.0) (2021-03-12)
|
|
247
161
|
|
|
248
|
-
|
|
249
162
|
### Features
|
|
250
163
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
164
|
+
- **reference:** performance optimizations ([#629](https://github.com/contentful/field-editors/issues/629)) ([37f759b](https://github.com/contentful/field-editors/commit/37f759b3ce51be95f5a28d0a2771eb480a531b60))
|
|
256
165
|
|
|
257
166
|
## [2.11.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.11.0...@contentful/field-editor-reference@2.11.1) (2021-03-05)
|
|
258
167
|
|
|
259
168
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
260
169
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
170
|
# [2.11.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.10.0...@contentful/field-editor-reference@2.11.0) (2021-03-04)
|
|
266
171
|
|
|
267
|
-
|
|
268
172
|
### Features
|
|
269
173
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
174
|
+
- allow rendering of custom missing entity card ([#623](https://github.com/contentful/field-editors/issues/623)) ([b016e89](https://github.com/contentful/field-editors/commit/b016e89fcc30c5eadbdbcd7bf43f8c77aacbcf18))
|
|
275
175
|
|
|
276
176
|
# [2.10.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.9.0...@contentful/field-editor-reference@2.10.0) (2021-03-02)
|
|
277
177
|
|
|
278
|
-
|
|
279
178
|
### Features
|
|
280
179
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
180
|
+
- default-field-editors doc improvements ([#612](https://github.com/contentful/field-editors/issues/612)) ([21229dd](https://github.com/contentful/field-editors/commit/21229dd7040b75681c3a2eab427cd34ccb83e06f))
|
|
181
|
+
- reference editor onCreated onLinkedExisting callbacks ([#613](https://github.com/contentful/field-editors/issues/613)) ([c7895df](https://github.com/contentful/field-editors/commit/c7895df56dee4f800885b0d1e12da72a572605a7))
|
|
287
182
|
|
|
288
183
|
# [2.9.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.8.3...@contentful/field-editor-reference@2.9.0) (2021-02-19)
|
|
289
184
|
|
|
290
|
-
|
|
291
185
|
### Features
|
|
292
186
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
187
|
+
- bump min version of forma-36 ([#606](https://github.com/contentful/field-editors/issues/606)) ([fd57c7a](https://github.com/contentful/field-editors/commit/fd57c7a4312766af38c01507f17706ab22992617))
|
|
298
188
|
|
|
299
189
|
## [2.8.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.8.2...@contentful/field-editor-reference@2.8.3) (2021-02-16)
|
|
300
190
|
|
|
301
|
-
|
|
302
191
|
### Bug Fixes
|
|
303
192
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
193
|
+
- 🐛 handle lack of proper acccess checks in the webapp ([#601](https://github.com/contentful/field-editors/issues/601)) ([366aa87](https://github.com/contentful/field-editors/commit/366aa87e511d9811f603a7d89bd6fd765676d367))
|
|
309
194
|
|
|
310
195
|
## [2.8.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.8.1...@contentful/field-editor-reference@2.8.2) (2021-02-09)
|
|
311
196
|
|
|
312
|
-
|
|
313
197
|
### Bug Fixes
|
|
314
198
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
199
|
+
- **tags:** Editor permissions handles entities with metadata ([#584](https://github.com/contentful/field-editors/issues/584)) ([32636da](https://github.com/contentful/field-editors/commit/32636daf05e0ba9abb47eafe9893850db2c6601f))
|
|
320
200
|
|
|
321
201
|
## [2.8.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.8.0...@contentful/field-editor-reference@2.8.1) (2021-02-08)
|
|
322
202
|
|
|
323
203
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
324
204
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
205
|
# [2.8.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.7.0...@contentful/field-editor-reference@2.8.0) (2021-02-05)
|
|
330
206
|
|
|
331
|
-
|
|
332
207
|
### Features
|
|
333
208
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
209
|
+
- **reference:** change text links to button ([#581](https://github.com/contentful/field-editors/issues/581)) ([a068ae0](https://github.com/contentful/field-editors/commit/a068ae0a67300c76ac613b177db068dceefa2ea6))
|
|
339
210
|
|
|
340
211
|
# [2.7.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.6.0...@contentful/field-editor-reference@2.7.0) (2021-02-03)
|
|
341
212
|
|
|
342
|
-
|
|
343
213
|
### Features
|
|
344
214
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
215
|
+
- **reference:** adjust permissions ([#580](https://github.com/contentful/field-editors/issues/580)) ([0024219](https://github.com/contentful/field-editors/commit/0024219ce3e2e5045e60e5acb39bf010022416f5))
|
|
350
216
|
|
|
351
217
|
# [2.6.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.5.1...@contentful/field-editor-reference@2.6.0) (2021-02-01)
|
|
352
218
|
|
|
353
|
-
|
|
354
219
|
### Features
|
|
355
220
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
221
|
+
- swap ui-extension-sdk to app-sdk ([#576](https://github.com/contentful/field-editors/issues/576)) ([ac88b4b](https://github.com/contentful/field-editors/commit/ac88b4bd4573a72f521246fc8fcc873520ca90d4))
|
|
361
222
|
|
|
362
223
|
## [2.5.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.5.0...@contentful/field-editor-reference@2.5.1) (2021-01-25)
|
|
363
224
|
|
|
364
225
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
365
226
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
227
|
# [2.5.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.4.0...@contentful/field-editor-reference@2.5.0) (2021-01-20)
|
|
371
228
|
|
|
372
|
-
|
|
373
229
|
### Features
|
|
374
230
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
231
|
+
- update minimal forma-36 versions to use updated design ([#565](https://github.com/contentful/field-editors/issues/565)) ([332c734](https://github.com/contentful/field-editors/commit/332c734bfaf54f0e9773fcbb460d743b1f5459ec))
|
|
380
232
|
|
|
381
233
|
# [2.4.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.3.2...@contentful/field-editor-reference@2.4.0) (2021-01-20)
|
|
382
234
|
|
|
383
|
-
|
|
384
235
|
### Features
|
|
385
236
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
237
|
+
- **asset reference:** add support for scheduled icon ([#564](https://github.com/contentful/field-editors/issues/564)) ([6b567ce](https://github.com/contentful/field-editors/commit/6b567ce482379bbcd691d0ef013c2f743030c01e))
|
|
391
238
|
|
|
392
239
|
## [2.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.3.1...@contentful/field-editor-reference@2.3.2) (2021-01-13)
|
|
393
240
|
|
|
394
|
-
|
|
395
241
|
### Bug Fixes
|
|
396
242
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
243
|
+
- 🐛 add copy when no action is available ([#554](https://github.com/contentful/field-editors/issues/554)) ([17cea89](https://github.com/contentful/field-editors/commit/17cea89c9190117d3ae733ed398f46460e5c9f2f))
|
|
402
244
|
|
|
403
245
|
## [2.3.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.3.0...@contentful/field-editor-reference@2.3.1) (2021-01-12)
|
|
404
246
|
|
|
405
|
-
|
|
406
247
|
### Bug Fixes
|
|
407
248
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
249
|
+
- use forma tokens for border radiuses ([#553](https://github.com/contentful/field-editors/issues/553)) ([f4eb745](https://github.com/contentful/field-editors/commit/f4eb74568c7bc0cc25028542821ba64e50e226bd))
|
|
413
250
|
|
|
414
251
|
# [2.3.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.2.2...@contentful/field-editor-reference@2.3.0) (2021-01-12)
|
|
415
252
|
|
|
416
|
-
|
|
417
253
|
### Features
|
|
418
254
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
255
|
+
- update minimal required Forma version to the 3.73.12 ([#552](https://github.com/contentful/field-editors/issues/552)) ([2816fd9](https://github.com/contentful/field-editors/commit/2816fd960c28815faebf49a9ef8f4c4c0d91fc36))
|
|
424
256
|
|
|
425
257
|
## [2.2.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.2.1...@contentful/field-editor-reference@2.2.2) (2021-01-11)
|
|
426
258
|
|
|
427
259
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
428
260
|
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
261
|
## [2.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.2.0...@contentful/field-editor-reference@2.2.1) (2020-12-16)
|
|
434
262
|
|
|
435
263
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
436
264
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
265
|
# [2.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.1.3...@contentful/field-editor-reference@2.2.0) (2020-12-16)
|
|
442
266
|
|
|
443
|
-
|
|
444
267
|
### Features
|
|
445
268
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
269
|
+
- use access api to hide inaccessible content ([#530](https://github.com/contentful/field-editors/issues/530)) ([1b0ad96](https://github.com/contentful/field-editors/commit/1b0ad96d657b8535a30e859f558b1532f9e6b125))
|
|
451
270
|
|
|
452
271
|
## [2.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.1.2...@contentful/field-editor-reference@2.1.3) (2020-12-10)
|
|
453
272
|
|
|
454
|
-
|
|
455
273
|
### Bug Fixes
|
|
456
274
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
275
|
+
- allow user to remove corrupt values in link arrays ([#520](https://github.com/contentful/field-editors/issues/520)) ([1f2199b](https://github.com/contentful/field-editors/commit/1f2199b581b23b98cee3806f4af504c464b86926))
|
|
462
276
|
|
|
463
277
|
## [2.1.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.1.1...@contentful/field-editor-reference@2.1.2) (2020-11-23)
|
|
464
278
|
|
|
465
|
-
|
|
466
279
|
### Bug Fixes
|
|
467
280
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
281
|
+
- 🐛 add missing DropdownList component ([#490](https://github.com/contentful/field-editors/issues/490)) ([3b59c0d](https://github.com/contentful/field-editors/commit/3b59c0dbc0fa1da84e9a787ea2a865695bc6ec68))
|
|
473
282
|
|
|
474
283
|
## [2.1.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.1.0...@contentful/field-editor-reference@2.1.1) (2020-11-23)
|
|
475
284
|
|
|
476
285
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
477
286
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
287
|
# [2.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@2.0.0...@contentful/field-editor-reference@2.1.0) (2020-11-17)
|
|
483
288
|
|
|
484
|
-
|
|
485
289
|
### Features
|
|
486
290
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
291
|
+
- export default card renderer type ([#489](https://github.com/contentful/field-editors/issues/489)) ([bede341](https://github.com/contentful/field-editors/commit/bede3413e11de802fb5196cb38230be88a4d0b66))
|
|
492
292
|
|
|
493
293
|
# [2.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.14.1...@contentful/field-editor-reference@2.0.0) (2020-11-17)
|
|
494
294
|
|
|
495
|
-
|
|
496
|
-
* feat!: support custom card rendered in media ref editors (#469) ([1cdd68d](https://github.com/contentful/field-editors/commit/1cdd68d87dbafa0c19b89cffb9e3881c914ffbe7)), closes [#469](https://github.com/contentful/field-editors/issues/469)
|
|
497
|
-
|
|
295
|
+
- feat!: support custom card rendered in media ref editors (#469) ([1cdd68d](https://github.com/contentful/field-editors/commit/1cdd68d87dbafa0c19b89cffb9e3881c914ffbe7)), closes [#469](https://github.com/contentful/field-editors/issues/469)
|
|
498
296
|
|
|
499
297
|
### BREAKING CHANGES
|
|
500
298
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
299
|
+
- "renderCustomCard" signature is changed and now accepts a new generalized CustomEntityCardProps where "entry", "entryUrl" properties are replaced with "entity", "entityUrl"
|
|
506
300
|
|
|
507
301
|
## [1.14.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.14.0...@contentful/field-editor-reference@1.14.1) (2020-11-13)
|
|
508
302
|
|
|
509
|
-
|
|
510
303
|
### Bug Fixes
|
|
511
304
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
305
|
+
- **field-editors-reference:** prefer default card render props to shared ([#483](https://github.com/contentful/field-editors/issues/483)) ([49e00ca](https://github.com/contentful/field-editors/commit/49e00ca2ecc4fcb8975af3ae41882f985ea32137))
|
|
517
306
|
|
|
518
307
|
# [1.14.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.13.1...@contentful/field-editor-reference@1.14.0) (2020-11-13)
|
|
519
308
|
|
|
520
|
-
|
|
521
309
|
### Features
|
|
522
310
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
311
|
+
- **link-actions:** add reference index to action props ([#482](https://github.com/contentful/field-editors/issues/482)) ([b5aa172](https://github.com/contentful/field-editors/commit/b5aa17236ac3ed246e970168ae95a8ea2610eb61))
|
|
528
312
|
|
|
529
313
|
## [1.13.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.13.0...@contentful/field-editor-reference@1.13.1) (2020-11-11)
|
|
530
314
|
|
|
531
315
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
532
316
|
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
317
|
# [1.13.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.5...@contentful/field-editor-reference@1.13.0) (2020-11-10)
|
|
538
318
|
|
|
539
|
-
|
|
540
319
|
### Features
|
|
541
320
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
321
|
+
- "move to top", "move to bottom" reference actions ([#468](https://github.com/contentful/field-editors/issues/468)) ([d3e405d](https://github.com/contentful/field-editors/commit/d3e405d4e632f166029db3667e7bbbac61920701))
|
|
547
322
|
|
|
548
323
|
## [1.12.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.4...@contentful/field-editor-reference@1.12.5) (2020-11-09)
|
|
549
324
|
|
|
550
325
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
551
326
|
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
327
|
## [1.12.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.3...@contentful/field-editor-reference@1.12.4) (2020-11-06)
|
|
557
328
|
|
|
558
329
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
559
330
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
331
|
## [1.12.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.2...@contentful/field-editor-reference@1.12.3) (2020-11-06)
|
|
565
332
|
|
|
566
333
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
567
334
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
335
|
## [1.12.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.1...@contentful/field-editor-reference@1.12.2) (2020-11-04)
|
|
573
336
|
|
|
574
|
-
|
|
575
337
|
### Bug Fixes
|
|
576
338
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
339
|
+
- 🐛 use onAction for all remove actions (including missing) ([#471](https://github.com/contentful/field-editors/issues/471)) ([96122f7](https://github.com/contentful/field-editors/commit/96122f77a9e8bb58c9264582640f915069cac438))
|
|
582
340
|
|
|
583
341
|
## [1.12.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.12.0...@contentful/field-editor-reference@1.12.1) (2020-10-28)
|
|
584
342
|
|
|
585
343
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
586
344
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
345
|
# [1.12.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.11.1...@contentful/field-editor-reference@1.12.0) (2020-10-28)
|
|
592
346
|
|
|
593
|
-
|
|
594
347
|
### Features
|
|
595
348
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
349
|
+
- 🎸 auto position combined link actions dropdown ([#453](https://github.com/contentful/field-editors/issues/453)) ([d5f4f8b](https://github.com/contentful/field-editors/commit/d5f4f8bb06181880efd0bd026e7e9af2b190027c))
|
|
601
350
|
|
|
602
351
|
## [1.11.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.11.0...@contentful/field-editor-reference@1.11.1) (2020-10-23)
|
|
603
352
|
|
|
604
353
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
605
354
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
355
|
# [1.11.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.10.0...@contentful/field-editor-reference@1.11.0) (2020-10-21)
|
|
611
356
|
|
|
612
|
-
|
|
613
357
|
### Features
|
|
614
358
|
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
359
|
+
- add custom combined link action label ([#451](https://github.com/contentful/field-editors/issues/451)) ([b12b4ec](https://github.com/contentful/field-editors/commit/b12b4ec2e9f76ec89f5092f5d62a0a4ad6186cfc))
|
|
620
360
|
|
|
621
361
|
# [1.10.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.9.0...@contentful/field-editor-reference@1.10.0) (2020-10-15)
|
|
622
362
|
|
|
623
|
-
|
|
624
363
|
### Features
|
|
625
364
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
365
|
+
- **reference-editor:** insert at index ([#442](https://github.com/contentful/field-editors/issues/442)) ([742dca7](https://github.com/contentful/field-editors/commit/742dca757ad83f229df2356410635b5bcaed483a))
|
|
631
366
|
|
|
632
367
|
# [1.9.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.8.0...@contentful/field-editor-reference@1.9.0) (2020-10-09)
|
|
633
368
|
|
|
634
|
-
|
|
635
369
|
### Features
|
|
636
370
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
371
|
+
- 🎸 hide CombinedLinkActions asset card on non‐empty field ([#438](https://github.com/contentful/field-editors/issues/438)) ([7fb1c2a](https://github.com/contentful/field-editors/commit/7fb1c2ad0fd47a2befad019da98bf2031f8cc8ce))
|
|
642
372
|
|
|
643
373
|
# [1.8.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.7.0...@contentful/field-editor-reference@1.8.0) (2020-10-09)
|
|
644
374
|
|
|
645
|
-
|
|
646
375
|
### Features
|
|
647
376
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
377
|
+
- 🎸 do not show link actions on full reference/media fields ([#437](https://github.com/contentful/field-editors/issues/437)) ([4d11496](https://github.com/contentful/field-editors/commit/4d11496acda86046710e650948b7d87c97925205))
|
|
653
378
|
|
|
654
379
|
# [1.7.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.6.0...@contentful/field-editor-reference@1.7.0) (2020-10-02)
|
|
655
380
|
|
|
656
|
-
|
|
657
381
|
### Features
|
|
658
382
|
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
383
|
+
- 🎸 pass renderDefaultCard to renderCustomCard ([#430](https://github.com/contentful/field-editors/issues/430)) ([fcae1d5](https://github.com/contentful/field-editors/commit/fcae1d5dc1423df1b4c4b346cdeee3ed9f2e6340))
|
|
664
384
|
|
|
665
385
|
# [1.6.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.5.1...@contentful/field-editor-reference@1.6.0) (2020-10-02)
|
|
666
386
|
|
|
667
|
-
|
|
668
387
|
### Features
|
|
669
388
|
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
389
|
+
- 🎸 improve CombinedLinkActions styles ([#432](https://github.com/contentful/field-editors/issues/432)) ([ce80f4d](https://github.com/contentful/field-editors/commit/ce80f4dff3e6a38fb34bfc5d0b8562a8e8ad05f8))
|
|
675
390
|
|
|
676
391
|
## [1.5.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.5.0...@contentful/field-editor-reference@1.5.1) (2020-10-01)
|
|
677
392
|
|
|
678
393
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
679
394
|
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
395
|
# [1.5.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.4.0...@contentful/field-editor-reference@1.5.0) (2020-09-29)
|
|
685
396
|
|
|
686
|
-
|
|
687
397
|
### Features
|
|
688
398
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
399
|
+
- 🎸 pass link actions props to a custom card renderer ([#427](https://github.com/contentful/field-editors/issues/427)) ([e62856c](https://github.com/contentful/field-editors/commit/e62856c3c3ff89a82ccf9eb6af43f26695eea225))
|
|
694
400
|
|
|
695
401
|
# [1.4.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.3.3...@contentful/field-editor-reference@1.4.0) (2020-09-29)
|
|
696
402
|
|
|
697
|
-
|
|
698
403
|
### Bug Fixes
|
|
699
404
|
|
|
700
|
-
|
|
701
|
-
|
|
405
|
+
- 🐛 isInitiallyDisabled being null in examples ([#414](https://github.com/contentful/field-editors/issues/414)) ([df53405](https://github.com/contentful/field-editors/commit/df534055cfa64c533725cb5bca392a0a82e54be6))
|
|
702
406
|
|
|
703
407
|
### Features
|
|
704
408
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
409
|
+
- 🎸 introduce experimental CombinedAssetLinkActions ([#413](https://github.com/contentful/field-editors/issues/413)) ([39b5bfa](https://github.com/contentful/field-editors/commit/39b5bfa32336fdd87848d0a937fe70c2a13ca5ef))
|
|
710
410
|
|
|
711
411
|
## [1.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.3.2...@contentful/field-editor-reference@1.3.3) (2020-09-22)
|
|
712
412
|
|
|
713
413
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
714
414
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
415
|
## [1.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.3.1...@contentful/field-editor-reference@1.3.2) (2020-09-21)
|
|
720
416
|
|
|
721
|
-
|
|
722
417
|
### Bug Fixes
|
|
723
418
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
419
|
+
- 🐛 check if file.url is defined ([#412](https://github.com/contentful/field-editors/issues/412)) ([850c693](https://github.com/contentful/field-editors/commit/850c69323028cb97576350c0e40face93936918f))
|
|
729
420
|
|
|
730
421
|
## [1.3.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.3.0...@contentful/field-editor-reference@1.3.1) (2020-09-02)
|
|
731
422
|
|
|
732
|
-
|
|
733
423
|
### Bug Fixes
|
|
734
424
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
425
|
+
- clarify multiple prop ([#387](https://github.com/contentful/field-editors/issues/387)) ([4cd30e6](https://github.com/contentful/field-editors/commit/4cd30e6e7f8e4977f04b836d40c89cfa9f57beed))
|
|
740
426
|
|
|
741
427
|
# [1.3.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.2.2...@contentful/field-editor-reference@1.3.0) (2020-09-01)
|
|
742
428
|
|
|
743
|
-
|
|
744
429
|
### Features
|
|
745
430
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
431
|
+
- 🎸 customize actions on reference editors ([#385](https://github.com/contentful/field-editors/issues/385)) ([b1cea11](https://github.com/contentful/field-editors/commit/b1cea1176b0211bf23bed1e869eba79e1bdccb24))
|
|
751
432
|
|
|
752
433
|
## [1.2.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.2.1...@contentful/field-editor-reference@1.2.2) (2020-08-27)
|
|
753
434
|
|
|
754
|
-
|
|
755
435
|
### Bug Fixes
|
|
756
436
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
437
|
+
- 🐛 correct override order for actionLabels ([75ef975](https://github.com/contentful/field-editors/commit/75ef97559aa96ff68c9e280443592d3ac7a87f47))
|
|
762
438
|
|
|
763
439
|
## [1.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.2.0...@contentful/field-editor-reference@1.2.1) (2020-08-27)
|
|
764
440
|
|
|
765
|
-
|
|
766
441
|
### Bug Fixes
|
|
767
442
|
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
443
|
+
- 🐛 pass actionLabels properly ([32683c7](https://github.com/contentful/field-editors/commit/32683c70454bbeb9b5ec8706c78aa758ab103359))
|
|
773
444
|
|
|
774
445
|
# [1.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.1.3...@contentful/field-editor-reference@1.2.0) (2020-08-27)
|
|
775
446
|
|
|
776
|
-
|
|
777
447
|
### Features
|
|
778
448
|
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
449
|
+
- 🎸 allow to override link & create action labels ([#377](https://github.com/contentful/field-editors/issues/377)) ([35f3b4a](https://github.com/contentful/field-editors/commit/35f3b4ab627a5d29310a67c89f1bb79337e77cc5))
|
|
784
450
|
|
|
785
451
|
## [1.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@1.1.2...@contentful/field-editor-reference@1.1.3) (2020-08-24)
|
|
786
452
|
|