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