@contentful/field-editor-reference 2.21.2 → 3.0.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 +65 -420
- 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 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,795 +3,440 @@
|
|
|
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
|
-
|
|
6
|
+
# [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)
|
|
7
7
|
|
|
8
|
+
### Features
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- Forma v4 components adoption ([#805](https://github.com/contentful/field-editors/issues/805)) ([526bde6](https://github.com/contentful/field-editors/commit/526bde6e10e0ee3789705ec10fb31489af7ca59e))
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### BREAKING CHANGES
|
|
12
13
|
|
|
14
|
+
- adopts a new Forma v4 beta
|
|
13
15
|
|
|
16
|
+
## [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)
|
|
14
17
|
|
|
18
|
+
### Bug Fixes
|
|
15
19
|
|
|
20
|
+
- [] Remove test utils from peer dependencies ([#889](https://github.com/contentful/field-editors/issues/889)) ([3694bd7](https://github.com/contentful/field-editors/commit/3694bd7e706b8beb1f685167125f36ef0cbe82de))
|
|
16
21
|
|
|
17
22
|
## [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)
|
|
18
23
|
|
|
19
24
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
20
25
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
26
|
# [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)
|
|
26
27
|
|
|
27
|
-
|
|
28
28
|
### Features
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
- [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))
|
|
35
31
|
|
|
36
32
|
## [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)
|
|
37
33
|
|
|
38
|
-
|
|
39
34
|
### Bug Fixes
|
|
40
35
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
- **reference:** consistent ordering of link actions ([#884](https://github.com/contentful/field-editors/issues/884)) ([1a6bae7](https://github.com/contentful/field-editors/commit/1a6bae7825b09d91151bd80e7f55c0c1cf5ec27c))
|
|
46
37
|
|
|
47
38
|
## [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)
|
|
48
39
|
|
|
49
40
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
50
41
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
42
|
## [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)
|
|
56
43
|
|
|
57
44
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
58
45
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
46
|
## [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)
|
|
64
47
|
|
|
65
48
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
66
49
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
50
|
## [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)
|
|
72
51
|
|
|
73
52
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
74
53
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
54
|
## [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)
|
|
80
55
|
|
|
81
56
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
82
57
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
58
|
## [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)
|
|
88
59
|
|
|
89
|
-
|
|
90
60
|
### Bug Fixes
|
|
91
61
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
62
|
+
- focus on search input ([#797](https://github.com/contentful/field-editors/issues/797)) ([7e5ee40](https://github.com/contentful/field-editors/commit/7e5ee40c2d509f00869086e6ca666cc71d125fe2))
|
|
97
63
|
|
|
98
64
|
## [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)
|
|
99
65
|
|
|
100
|
-
|
|
101
66
|
### Bug Fixes
|
|
102
67
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
68
|
+
- 🐛 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))
|
|
108
69
|
|
|
109
70
|
## [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)
|
|
110
71
|
|
|
111
|
-
|
|
112
72
|
### Bug Fixes
|
|
113
73
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
74
|
+
- revert prevent default ([#790](https://github.com/contentful/field-editors/issues/790)) ([8a6c65c](https://github.com/contentful/field-editors/commit/8a6c65c88bd7de0d7f52969e18654ba49232c438))
|
|
119
75
|
|
|
120
76
|
## [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)
|
|
121
77
|
|
|
122
78
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
123
79
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
80
|
## [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)
|
|
129
81
|
|
|
130
|
-
|
|
131
82
|
### Bug Fixes
|
|
132
83
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
84
|
+
- render dropdown list or fragment ([#785](https://github.com/contentful/field-editors/issues/785)) ([bf951b2](https://github.com/contentful/field-editors/commit/bf951b2d15234c3698a535898e7a5c233765e856))
|
|
138
85
|
|
|
139
86
|
# [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)
|
|
140
87
|
|
|
141
|
-
|
|
142
88
|
### Features
|
|
143
89
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
90
|
+
- add hasMoveOptions property ([#784](https://github.com/contentful/field-editors/issues/784)) ([8a522f0](https://github.com/contentful/field-editors/commit/8a522f0e1e0c21d9eb6642bde4f509760448dc37))
|
|
149
91
|
|
|
150
92
|
# [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)
|
|
151
93
|
|
|
152
|
-
|
|
153
94
|
### Features
|
|
154
95
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
96
|
+
- 💡 new color tokens ([#778](https://github.com/contentful/field-editors/issues/778)) ([fba548d](https://github.com/contentful/field-editors/commit/fba548de32305016df7f2685634eefb14294828f))
|
|
160
97
|
|
|
161
98
|
# [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)
|
|
162
99
|
|
|
163
|
-
|
|
164
100
|
### Features
|
|
165
101
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
102
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
171
103
|
|
|
172
104
|
# [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)
|
|
173
105
|
|
|
174
|
-
|
|
175
106
|
### Features
|
|
176
107
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
108
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
182
109
|
|
|
183
110
|
# [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)
|
|
184
111
|
|
|
185
|
-
|
|
186
112
|
### Features
|
|
187
113
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
114
|
+
- [] bump forma tokens ([#756](https://github.com/contentful/field-editors/issues/756)) ([befc60f](https://github.com/contentful/field-editors/commit/befc60f9f495b0d1e072e9cba969d139da8f674a))
|
|
193
115
|
|
|
194
116
|
# [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)
|
|
195
117
|
|
|
196
|
-
|
|
197
118
|
### Features
|
|
198
119
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
120
|
+
- [] bump app sdk ([#755](https://github.com/contentful/field-editors/issues/755)) ([aa0c217](https://github.com/contentful/field-editors/commit/aa0c2179d4edbb1a37453e1e3bdf0ae11991166f))
|
|
204
121
|
|
|
205
122
|
# [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)
|
|
206
123
|
|
|
207
|
-
|
|
208
124
|
### Features
|
|
209
125
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
126
|
+
- [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))
|
|
215
127
|
|
|
216
128
|
## [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)
|
|
217
129
|
|
|
218
|
-
|
|
219
130
|
### Bug Fixes
|
|
220
131
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
132
|
+
- **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))
|
|
226
133
|
|
|
227
134
|
# [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)
|
|
228
135
|
|
|
229
|
-
|
|
230
136
|
### Features
|
|
231
137
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
138
|
+
- 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))
|
|
237
139
|
|
|
238
140
|
## [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)
|
|
239
141
|
|
|
240
142
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
241
143
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
144
|
## [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)
|
|
247
145
|
|
|
248
|
-
|
|
249
146
|
### Bug Fixes
|
|
250
147
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
148
|
+
- 🐛 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))
|
|
256
149
|
|
|
257
150
|
# [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)
|
|
258
151
|
|
|
259
|
-
|
|
260
152
|
### Features
|
|
261
153
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
154
|
+
- **reference:** performance optimizations ([#629](https://github.com/contentful/field-editors/issues/629)) ([37f759b](https://github.com/contentful/field-editors/commit/37f759b3ce51be95f5a28d0a2771eb480a531b60))
|
|
267
155
|
|
|
268
156
|
## [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)
|
|
269
157
|
|
|
270
158
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
271
159
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
160
|
# [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)
|
|
277
161
|
|
|
278
|
-
|
|
279
162
|
### Features
|
|
280
163
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
164
|
+
- 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))
|
|
286
165
|
|
|
287
166
|
# [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)
|
|
288
167
|
|
|
289
|
-
|
|
290
168
|
### Features
|
|
291
169
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
170
|
+
- default-field-editors doc improvements ([#612](https://github.com/contentful/field-editors/issues/612)) ([21229dd](https://github.com/contentful/field-editors/commit/21229dd7040b75681c3a2eab427cd34ccb83e06f))
|
|
171
|
+
- reference editor onCreated onLinkedExisting callbacks ([#613](https://github.com/contentful/field-editors/issues/613)) ([c7895df](https://github.com/contentful/field-editors/commit/c7895df56dee4f800885b0d1e12da72a572605a7))
|
|
298
172
|
|
|
299
173
|
# [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)
|
|
300
174
|
|
|
301
|
-
|
|
302
175
|
### Features
|
|
303
176
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
177
|
+
- bump min version of forma-36 ([#606](https://github.com/contentful/field-editors/issues/606)) ([fd57c7a](https://github.com/contentful/field-editors/commit/fd57c7a4312766af38c01507f17706ab22992617))
|
|
309
178
|
|
|
310
179
|
## [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)
|
|
311
180
|
|
|
312
|
-
|
|
313
181
|
### Bug Fixes
|
|
314
182
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
183
|
+
- 🐛 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))
|
|
320
184
|
|
|
321
185
|
## [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)
|
|
322
186
|
|
|
323
|
-
|
|
324
187
|
### Bug Fixes
|
|
325
188
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
189
|
+
- **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))
|
|
331
190
|
|
|
332
191
|
## [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)
|
|
333
192
|
|
|
334
193
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
335
194
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
195
|
# [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)
|
|
341
196
|
|
|
342
|
-
|
|
343
197
|
### Features
|
|
344
198
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
199
|
+
- **reference:** change text links to button ([#581](https://github.com/contentful/field-editors/issues/581)) ([a068ae0](https://github.com/contentful/field-editors/commit/a068ae0a67300c76ac613b177db068dceefa2ea6))
|
|
350
200
|
|
|
351
201
|
# [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)
|
|
352
202
|
|
|
353
|
-
|
|
354
203
|
### Features
|
|
355
204
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
205
|
+
- **reference:** adjust permissions ([#580](https://github.com/contentful/field-editors/issues/580)) ([0024219](https://github.com/contentful/field-editors/commit/0024219ce3e2e5045e60e5acb39bf010022416f5))
|
|
361
206
|
|
|
362
207
|
# [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)
|
|
363
208
|
|
|
364
|
-
|
|
365
209
|
### Features
|
|
366
210
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
211
|
+
- 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))
|
|
372
212
|
|
|
373
213
|
## [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)
|
|
374
214
|
|
|
375
215
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
376
216
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
217
|
# [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)
|
|
382
218
|
|
|
383
|
-
|
|
384
219
|
### Features
|
|
385
220
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
221
|
+
- 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))
|
|
391
222
|
|
|
392
223
|
# [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)
|
|
393
224
|
|
|
394
|
-
|
|
395
225
|
### Features
|
|
396
226
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
227
|
+
- **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))
|
|
402
228
|
|
|
403
229
|
## [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)
|
|
404
230
|
|
|
405
|
-
|
|
406
231
|
### Bug Fixes
|
|
407
232
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
233
|
+
- 🐛 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))
|
|
413
234
|
|
|
414
235
|
## [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)
|
|
415
236
|
|
|
416
|
-
|
|
417
237
|
### Bug Fixes
|
|
418
238
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
239
|
+
- use forma tokens for border radiuses ([#553](https://github.com/contentful/field-editors/issues/553)) ([f4eb745](https://github.com/contentful/field-editors/commit/f4eb74568c7bc0cc25028542821ba64e50e226bd))
|
|
424
240
|
|
|
425
241
|
# [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)
|
|
426
242
|
|
|
427
|
-
|
|
428
243
|
### Features
|
|
429
244
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
245
|
+
- 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))
|
|
435
246
|
|
|
436
247
|
## [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)
|
|
437
248
|
|
|
438
249
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
439
250
|
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
251
|
## [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)
|
|
445
252
|
|
|
446
253
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
447
254
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
255
|
# [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)
|
|
453
256
|
|
|
454
|
-
|
|
455
257
|
### Features
|
|
456
258
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
259
|
+
- 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))
|
|
462
260
|
|
|
463
261
|
## [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)
|
|
464
262
|
|
|
465
|
-
|
|
466
263
|
### Bug Fixes
|
|
467
264
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
265
|
+
- 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))
|
|
473
266
|
|
|
474
267
|
## [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)
|
|
475
268
|
|
|
476
|
-
|
|
477
269
|
### Bug Fixes
|
|
478
270
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
271
|
+
- 🐛 add missing DropdownList component ([#490](https://github.com/contentful/field-editors/issues/490)) ([3b59c0d](https://github.com/contentful/field-editors/commit/3b59c0dbc0fa1da84e9a787ea2a865695bc6ec68))
|
|
484
272
|
|
|
485
273
|
## [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)
|
|
486
274
|
|
|
487
275
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
488
276
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
277
|
# [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)
|
|
494
278
|
|
|
495
|
-
|
|
496
279
|
### Features
|
|
497
280
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
281
|
+
- export default card renderer type ([#489](https://github.com/contentful/field-editors/issues/489)) ([bede341](https://github.com/contentful/field-editors/commit/bede3413e11de802fb5196cb38230be88a4d0b66))
|
|
503
282
|
|
|
504
283
|
# [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)
|
|
505
284
|
|
|
506
|
-
|
|
507
|
-
* 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)
|
|
508
|
-
|
|
285
|
+
- 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)
|
|
509
286
|
|
|
510
287
|
### BREAKING CHANGES
|
|
511
288
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
289
|
+
- "renderCustomCard" signature is changed and now accepts a new generalized CustomEntityCardProps where "entry", "entryUrl" properties are replaced with "entity", "entityUrl"
|
|
517
290
|
|
|
518
291
|
## [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)
|
|
519
292
|
|
|
520
|
-
|
|
521
293
|
### Bug Fixes
|
|
522
294
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
295
|
+
- **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))
|
|
528
296
|
|
|
529
297
|
# [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)
|
|
530
298
|
|
|
531
|
-
|
|
532
299
|
### Features
|
|
533
300
|
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
301
|
+
- **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))
|
|
539
302
|
|
|
540
303
|
## [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)
|
|
541
304
|
|
|
542
305
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
543
306
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
307
|
# [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)
|
|
549
308
|
|
|
550
|
-
|
|
551
309
|
### Features
|
|
552
310
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
311
|
+
- "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))
|
|
558
312
|
|
|
559
313
|
## [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)
|
|
560
314
|
|
|
561
315
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
562
316
|
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
317
|
## [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)
|
|
568
318
|
|
|
569
319
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
570
320
|
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
321
|
## [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)
|
|
576
322
|
|
|
577
323
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
578
324
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
325
|
## [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)
|
|
584
326
|
|
|
585
|
-
|
|
586
327
|
### Bug Fixes
|
|
587
328
|
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
329
|
+
- 🐛 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))
|
|
593
330
|
|
|
594
331
|
## [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)
|
|
595
332
|
|
|
596
333
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
597
334
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
335
|
# [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)
|
|
603
336
|
|
|
604
|
-
|
|
605
337
|
### Features
|
|
606
338
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
339
|
+
- 🎸 auto position combined link actions dropdown ([#453](https://github.com/contentful/field-editors/issues/453)) ([d5f4f8b](https://github.com/contentful/field-editors/commit/d5f4f8bb06181880efd0bd026e7e9af2b190027c))
|
|
612
340
|
|
|
613
341
|
## [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)
|
|
614
342
|
|
|
615
343
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
616
344
|
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
345
|
# [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)
|
|
622
346
|
|
|
623
|
-
|
|
624
347
|
### Features
|
|
625
348
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
349
|
+
- add custom combined link action label ([#451](https://github.com/contentful/field-editors/issues/451)) ([b12b4ec](https://github.com/contentful/field-editors/commit/b12b4ec2e9f76ec89f5092f5d62a0a4ad6186cfc))
|
|
631
350
|
|
|
632
351
|
# [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)
|
|
633
352
|
|
|
634
|
-
|
|
635
353
|
### Features
|
|
636
354
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
355
|
+
- **reference-editor:** insert at index ([#442](https://github.com/contentful/field-editors/issues/442)) ([742dca7](https://github.com/contentful/field-editors/commit/742dca757ad83f229df2356410635b5bcaed483a))
|
|
642
356
|
|
|
643
357
|
# [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)
|
|
644
358
|
|
|
645
|
-
|
|
646
359
|
### Features
|
|
647
360
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
361
|
+
- 🎸 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))
|
|
653
362
|
|
|
654
363
|
# [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)
|
|
655
364
|
|
|
656
|
-
|
|
657
365
|
### Features
|
|
658
366
|
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
367
|
+
- 🎸 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))
|
|
664
368
|
|
|
665
369
|
# [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)
|
|
666
370
|
|
|
667
|
-
|
|
668
371
|
### Features
|
|
669
372
|
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
373
|
+
- 🎸 pass renderDefaultCard to renderCustomCard ([#430](https://github.com/contentful/field-editors/issues/430)) ([fcae1d5](https://github.com/contentful/field-editors/commit/fcae1d5dc1423df1b4c4b346cdeee3ed9f2e6340))
|
|
675
374
|
|
|
676
375
|
# [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)
|
|
677
376
|
|
|
678
|
-
|
|
679
377
|
### Features
|
|
680
378
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
379
|
+
- 🎸 improve CombinedLinkActions styles ([#432](https://github.com/contentful/field-editors/issues/432)) ([ce80f4d](https://github.com/contentful/field-editors/commit/ce80f4dff3e6a38fb34bfc5d0b8562a8e8ad05f8))
|
|
686
380
|
|
|
687
381
|
## [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)
|
|
688
382
|
|
|
689
383
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
690
384
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
385
|
# [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)
|
|
696
386
|
|
|
697
|
-
|
|
698
387
|
### Features
|
|
699
388
|
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
389
|
+
- 🎸 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))
|
|
705
390
|
|
|
706
391
|
# [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)
|
|
707
392
|
|
|
708
|
-
|
|
709
393
|
### Bug Fixes
|
|
710
394
|
|
|
711
|
-
|
|
712
|
-
|
|
395
|
+
- 🐛 isInitiallyDisabled being null in examples ([#414](https://github.com/contentful/field-editors/issues/414)) ([df53405](https://github.com/contentful/field-editors/commit/df534055cfa64c533725cb5bca392a0a82e54be6))
|
|
713
396
|
|
|
714
397
|
### Features
|
|
715
398
|
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
399
|
+
- 🎸 introduce experimental CombinedAssetLinkActions ([#413](https://github.com/contentful/field-editors/issues/413)) ([39b5bfa](https://github.com/contentful/field-editors/commit/39b5bfa32336fdd87848d0a937fe70c2a13ca5ef))
|
|
721
400
|
|
|
722
401
|
## [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)
|
|
723
402
|
|
|
724
403
|
**Note:** Version bump only for package @contentful/field-editor-reference
|
|
725
404
|
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
405
|
## [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)
|
|
731
406
|
|
|
732
|
-
|
|
733
407
|
### Bug Fixes
|
|
734
408
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
409
|
+
- 🐛 check if file.url is defined ([#412](https://github.com/contentful/field-editors/issues/412)) ([850c693](https://github.com/contentful/field-editors/commit/850c69323028cb97576350c0e40face93936918f))
|
|
740
410
|
|
|
741
411
|
## [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)
|
|
742
412
|
|
|
743
|
-
|
|
744
413
|
### Bug Fixes
|
|
745
414
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
415
|
+
- clarify multiple prop ([#387](https://github.com/contentful/field-editors/issues/387)) ([4cd30e6](https://github.com/contentful/field-editors/commit/4cd30e6e7f8e4977f04b836d40c89cfa9f57beed))
|
|
751
416
|
|
|
752
417
|
# [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)
|
|
753
418
|
|
|
754
|
-
|
|
755
419
|
### Features
|
|
756
420
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
421
|
+
- 🎸 customize actions on reference editors ([#385](https://github.com/contentful/field-editors/issues/385)) ([b1cea11](https://github.com/contentful/field-editors/commit/b1cea1176b0211bf23bed1e869eba79e1bdccb24))
|
|
762
422
|
|
|
763
423
|
## [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)
|
|
764
424
|
|
|
765
|
-
|
|
766
425
|
### Bug Fixes
|
|
767
426
|
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
427
|
+
- 🐛 correct override order for actionLabels ([75ef975](https://github.com/contentful/field-editors/commit/75ef97559aa96ff68c9e280443592d3ac7a87f47))
|
|
773
428
|
|
|
774
429
|
## [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)
|
|
775
430
|
|
|
776
|
-
|
|
777
431
|
### Bug Fixes
|
|
778
432
|
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
433
|
+
- 🐛 pass actionLabels properly ([32683c7](https://github.com/contentful/field-editors/commit/32683c70454bbeb9b5ec8706c78aa758ab103359))
|
|
784
434
|
|
|
785
435
|
# [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)
|
|
786
436
|
|
|
787
|
-
|
|
788
437
|
### Features
|
|
789
438
|
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
439
|
+
- 🎸 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))
|
|
795
440
|
|
|
796
441
|
## [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)
|
|
797
442
|
|