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