@contentful/field-editor-rich-text 3.4.21 → 3.4.22
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/dist/field-editor-rich-text.cjs.development.js +0 -77
- package/dist/field-editor-rich-text.cjs.development.js.map +1 -1
- package/dist/field-editor-rich-text.cjs.production.min.js +38 -38
- package/dist/field-editor-rich-text.cjs.production.min.js.map +1 -1
- package/dist/field-editor-rich-text.esm.js +4 -81
- package/dist/field-editor-rich-text.esm.js.map +1 -1
- package/package.json +2 -2
- package/CHANGELOG.md +0 -946
- package/dist/plugins/List/transforms/deleteBackwardList.d.ts +0 -2
package/CHANGELOG.md
DELETED
|
@@ -1,946 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [3.4.21](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.20...@contentful/field-editor-rich-text@3.4.21) (2023-05-09)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
9
|
-
|
|
10
|
-
## [3.4.20](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.19...@contentful/field-editor-rich-text@3.4.20) (2023-04-21)
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
- [RTE] embed entries in correct place when using hotkeys ([#1400](https://github.com/contentful/field-editors/issues/1400)) ([e9712b5](https://github.com/contentful/field-editors/commit/e9712b5892c6b3cacb50127082df146ed39149e8))
|
|
15
|
-
|
|
16
|
-
## [3.4.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.18...@contentful/field-editor-rich-text@3.4.19) (2023-04-19)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
19
|
-
|
|
20
|
-
## [3.4.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.17...@contentful/field-editor-rich-text@3.4.18) (2023-04-17)
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
- **RTE:** copy-paste perf issues on larger documents ([#1394](https://github.com/contentful/field-editors/issues/1394)) ([af6f3b1](https://github.com/contentful/field-editors/commit/af6f3b14e9cc3f38ae1337f32f8c0480da616659))
|
|
25
|
-
|
|
26
|
-
## [3.4.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.16...@contentful/field-editor-rich-text@3.4.17) (2023-04-04)
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
- correct misleading action origin on paste event - rich text ([#1385](https://github.com/contentful/field-editors/issues/1385)) ([23e313f](https://github.com/contentful/field-editors/commit/23e313f4158de0205dfb5415f4334c5b906dc2c7))
|
|
31
|
-
|
|
32
|
-
## [3.4.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.15...@contentful/field-editor-rich-text@3.4.16) (2023-03-31)
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
- **rte:** pasting tables from ms word or google docs freezes the page ([#1384](https://github.com/contentful/field-editors/issues/1384)) ([b89cd18](https://github.com/contentful/field-editors/commit/b89cd181080706a8e93992843fe937bfe63d037f))
|
|
37
|
-
|
|
38
|
-
## [3.4.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.14...@contentful/field-editor-rich-text@3.4.15) (2023-03-20)
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
- **RTE:** split up sanitize regex to prevent invalid markup ([#1377](https://github.com/contentful/field-editors/issues/1377)) ([6591252](https://github.com/contentful/field-editors/commit/659125216f52ac249b06168d4a7651a1b2dde0b7))
|
|
43
|
-
|
|
44
|
-
## [3.4.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.13...@contentful/field-editor-rich-text@3.4.14) (2023-03-16)
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- not removing whitespaces around inline elements [TOL-1041] ([#1374](https://github.com/contentful/field-editors/issues/1374)) ([2ebfb43](https://github.com/contentful/field-editors/commit/2ebfb432e9fcb841298b72401089b5248bd84c93))
|
|
49
|
-
|
|
50
|
-
## [3.4.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.12...@contentful/field-editor-rich-text@3.4.13) (2023-03-14)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
53
|
-
|
|
54
|
-
## [3.4.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.11...@contentful/field-editor-rich-text@3.4.12) (2023-03-10)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
57
|
-
|
|
58
|
-
## [3.4.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.10...@contentful/field-editor-rich-text@3.4.11) (2023-03-09)
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
- **rich-text:** pasting hyperlinks with blocks ([#1364](https://github.com/contentful/field-editors/issues/1364)) ([32bfe1d](https://github.com/contentful/field-editors/commit/32bfe1dfaf6d976c69690a99b69b5beff570eba6))
|
|
63
|
-
|
|
64
|
-
## [3.4.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.9...@contentful/field-editor-rich-text@3.4.10) (2023-03-09)
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
- **RTE:** remove whitespaces only in tables and lists [TOL-104] ([#1362](https://github.com/contentful/field-editors/issues/1362)) ([8b106c8](https://github.com/contentful/field-editors/commit/8b106c8eb08d79cb6c5ae8353d5a1fcf7afab1cf))
|
|
69
|
-
|
|
70
|
-
## [3.4.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.8...@contentful/field-editor-rich-text@3.4.9) (2023-03-03)
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
- 🐛 do not focus RTE on inline embed + create entry ([#1354](https://github.com/contentful/field-editors/issues/1354)) ([3c54787](https://github.com/contentful/field-editors/commit/3c54787d740f7220e55976bac97fb8d542f26d4d))
|
|
75
|
-
|
|
76
|
-
## [3.4.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.7...@contentful/field-editor-rich-text@3.4.8) (2023-03-01)
|
|
77
|
-
|
|
78
|
-
### Bug Fixes
|
|
79
|
-
|
|
80
|
-
- do not focus RTE when another slide is open [TOL-989] ([#1353](https://github.com/contentful/field-editors/issues/1353)) ([db07c18](https://github.com/contentful/field-editors/commit/db07c180ab1e9bbd197f8b4b5eb74c1e0b5e251d))
|
|
81
|
-
|
|
82
|
-
## [3.4.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.6...@contentful/field-editor-rich-text@3.4.7) (2023-02-21)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
85
|
-
|
|
86
|
-
## [3.4.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.5...@contentful/field-editor-rich-text@3.4.6) (2023-02-13)
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
- **rte:** [TOL-960] conditional command palette plugin enablement ([#1342](https://github.com/contentful/field-editors/issues/1342)) ([0dfcf99](https://github.com/contentful/field-editors/commit/0dfcf9925af44bd045c3a0eb869ec9db787afa4a))
|
|
91
|
-
|
|
92
|
-
## [3.4.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.4...@contentful/field-editor-rich-text@3.4.5) (2023-02-07)
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
- improve types ([#1338](https://github.com/contentful/field-editors/issues/1338)) ([3197fa9](https://github.com/contentful/field-editors/commit/3197fa9e806f32c90cda454681cb48b604072529))
|
|
97
|
-
|
|
98
|
-
## [3.4.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.3...@contentful/field-editor-rich-text@3.4.4) (2023-02-02)
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
- remove command mark after space [TOL-945] ([#1335](https://github.com/contentful/field-editors/issues/1335)) ([08efe51](https://github.com/contentful/field-editors/commit/08efe51edf7a2f46fedc4c87a05f17b467d1c91a))
|
|
103
|
-
|
|
104
|
-
## [3.4.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.2...@contentful/field-editor-rich-text@3.4.3) (2023-01-24)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
107
|
-
|
|
108
|
-
## [3.4.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.1...@contentful/field-editor-rich-text@3.4.2) (2023-01-20)
|
|
109
|
-
|
|
110
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
111
|
-
|
|
112
|
-
## [3.4.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.4.0...@contentful/field-editor-rich-text@3.4.1) (2023-01-20)
|
|
113
|
-
|
|
114
|
-
### Bug Fixes
|
|
115
|
-
|
|
116
|
-
- **rte:** [TOL-989] command prompt not always visible and working ([#1327](https://github.com/contentful/field-editors/issues/1327)) ([1ded2f0](https://github.com/contentful/field-editors/commit/1ded2f0a6da25470ae639fac51a617f0ab233917))
|
|
117
|
-
|
|
118
|
-
# [3.4.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.5...@contentful/field-editor-rich-text@3.4.0) (2023-01-18)
|
|
119
|
-
|
|
120
|
-
### Features
|
|
121
|
-
|
|
122
|
-
- upgrade to plate v16 [TOL-812] ([#1307](https://github.com/contentful/field-editors/issues/1307)) ([7dbb4ec](https://github.com/contentful/field-editors/commit/7dbb4eceff641fa96a1a3114bb86df4871a0c9f9))
|
|
123
|
-
|
|
124
|
-
## [3.3.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.4...@contentful/field-editor-rich-text@3.3.5) (2023-01-13)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
127
|
-
|
|
128
|
-
## [3.3.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.2...@contentful/field-editor-rich-text@3.3.4) (2023-01-11)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
131
|
-
|
|
132
|
-
## [3.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.2...@contentful/field-editor-rich-text@3.3.3) (2023-01-11)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
135
|
-
|
|
136
|
-
## [3.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.1...@contentful/field-editor-rich-text@3.3.2) (2023-01-02)
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
- a11y issues focus rich text ([#1315](https://github.com/contentful/field-editors/issues/1315)) ([a2064a7](https://github.com/contentful/field-editors/commit/a2064a76942a63fcce4e4ad39cf6e36bfe1f5159))
|
|
141
|
-
|
|
142
|
-
## [3.3.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.3.0...@contentful/field-editor-rich-text@3.3.1) (2022-12-23)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
145
|
-
|
|
146
|
-
# [3.3.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.2.2...@contentful/field-editor-rich-text@3.3.0) (2022-12-09)
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
- dropdown toolbar rich text [TOL-764] ([#1287](https://github.com/contentful/field-editors/issues/1287)) ([bfcc3d1](https://github.com/contentful/field-editors/commit/bfcc3d1f2a0da46877c0f35f53e13a3c79abca3b))
|
|
151
|
-
|
|
152
|
-
## [3.2.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.2.1...@contentful/field-editor-rich-text@3.2.2) (2022-12-08)
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
- handle unavailable marks ([#1288](https://github.com/contentful/field-editors/issues/1288)) ([c672c51](https://github.com/contentful/field-editors/commit/c672c516332407ec0691bffc764912b5c6b18795))
|
|
157
|
-
|
|
158
|
-
## [3.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.2.0...@contentful/field-editor-rich-text@3.2.1) (2022-11-18)
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
- explicitly setting sub super styles [TOL-30] ([#1281](https://github.com/contentful/field-editors/issues/1281)) ([6044115](https://github.com/contentful/field-editors/commit/6044115c89d68ac37d3a36d239bd45e5503cea7b))
|
|
163
|
-
|
|
164
|
-
# [3.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.12...@contentful/field-editor-rich-text@3.2.0) (2022-11-16)
|
|
165
|
-
|
|
166
|
-
### Features
|
|
167
|
-
|
|
168
|
-
- superscipt and subscript support to rich text editor [TOL-30] ([#1280](https://github.com/contentful/field-editors/issues/1280)) ([3c50f07](https://github.com/contentful/field-editors/commit/3c50f0770f95e7c11c12411e3c33c9d3593b19a7))
|
|
169
|
-
|
|
170
|
-
## [3.1.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.11...@contentful/field-editor-rich-text@3.1.12) (2022-11-07)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
173
|
-
|
|
174
|
-
## [3.1.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.10...@contentful/field-editor-rich-text@3.1.11) (2022-11-07)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
177
|
-
|
|
178
|
-
## [3.1.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.9...@contentful/field-editor-rich-text@3.1.10) (2022-11-04)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
181
|
-
|
|
182
|
-
## [3.1.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.8...@contentful/field-editor-rich-text@3.1.9) (2022-11-02)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
185
|
-
|
|
186
|
-
## [3.1.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.7...@contentful/field-editor-rich-text@3.1.8) (2022-10-12)
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
- [] Check content for undefined ([#1215](https://github.com/contentful/field-editors/issues/1215)) ([1ff49f4](https://github.com/contentful/field-editors/commit/1ff49f40cd563e1a78a56e049edbf77d59156a33))
|
|
191
|
-
|
|
192
|
-
## [3.1.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.6...@contentful/field-editor-rich-text@3.1.7) (2022-10-11)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
195
|
-
|
|
196
|
-
## [3.1.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.5...@contentful/field-editor-rich-text@3.1.6) (2022-10-06)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
199
|
-
|
|
200
|
-
## [3.1.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.4...@contentful/field-editor-rich-text@3.1.5) (2022-09-30)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
203
|
-
|
|
204
|
-
## [3.1.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.3...@contentful/field-editor-rich-text@3.1.4) (2022-09-21)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
207
|
-
|
|
208
|
-
## [3.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.2...@contentful/field-editor-rich-text@3.1.3) (2022-09-19)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
211
|
-
|
|
212
|
-
## [3.1.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.1...@contentful/field-editor-rich-text@3.1.2) (2022-09-16)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
215
|
-
|
|
216
|
-
## [3.1.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.1.0...@contentful/field-editor-rich-text@3.1.1) (2022-09-15)
|
|
217
|
-
|
|
218
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
219
|
-
|
|
220
|
-
# [3.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.9...@contentful/field-editor-rich-text@3.1.0) (2022-09-14)
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
- date editor with new f36 datepicker, do yarn deduplicate for f36-components [BAU-696] ([#1225](https://github.com/contentful/field-editors/issues/1225)) ([bc142a3](https://github.com/contentful/field-editors/commit/bc142a3522b7e55666eb3796f69f6cfcbab9a574))
|
|
225
|
-
|
|
226
|
-
## [3.0.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.8...@contentful/field-editor-rich-text@3.0.9) (2022-09-12)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
229
|
-
|
|
230
|
-
## [3.0.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.7...@contentful/field-editor-rich-text@3.0.8) (2022-09-09)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
233
|
-
|
|
234
|
-
## [3.0.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.6...@contentful/field-editor-rich-text@3.0.7) (2022-09-07)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
237
|
-
|
|
238
|
-
## [3.0.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.5...@contentful/field-editor-rich-text@3.0.6) (2022-09-06)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
241
|
-
|
|
242
|
-
## [3.0.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.4...@contentful/field-editor-rich-text@3.0.5) (2022-08-30)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
245
|
-
|
|
246
|
-
## [3.0.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.3...@contentful/field-editor-rich-text@3.0.4) (2022-08-26)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
249
|
-
|
|
250
|
-
## [3.0.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.2...@contentful/field-editor-rich-text@3.0.3) (2022-08-26)
|
|
251
|
-
|
|
252
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
253
|
-
|
|
254
|
-
## [3.0.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.1...@contentful/field-editor-rich-text@3.0.2) (2022-08-25)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
257
|
-
|
|
258
|
-
## [3.0.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.0.0...@contentful/field-editor-rich-text@3.0.1) (2022-08-24)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
261
|
-
|
|
262
|
-
# [3.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.20...@contentful/field-editor-rich-text@3.0.0) (2022-08-18)
|
|
263
|
-
|
|
264
|
-
### Features
|
|
265
|
-
|
|
266
|
-
- moving new entity store in [TOL-282] ([#1214](https://github.com/contentful/field-editors/issues/1214)) ([2ad4f64](https://github.com/contentful/field-editors/commit/2ad4f643296dbf48802410382a9a055de18a15de))
|
|
267
|
-
|
|
268
|
-
### BREAKING CHANGES
|
|
269
|
-
|
|
270
|
-
- useEntities is no longer export from the reference editor package. Use useEntity or useEntityLoader instead
|
|
271
|
-
|
|
272
|
-
Co-authored-by: Ahmed T. Ali <ah.tajelsir@gmail.com>
|
|
273
|
-
|
|
274
|
-
## [2.3.20](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.19...@contentful/field-editor-rich-text@2.3.20) (2022-08-10)
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
- rollback change of deps in useFetchedEntity ([#1213](https://github.com/contentful/field-editors/issues/1213)) ([c12e6ea](https://github.com/contentful/field-editors/commit/c12e6eae473e340b1065bb296c093e5aea6e0adc))
|
|
279
|
-
|
|
280
|
-
## [2.3.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.18...@contentful/field-editor-rich-text@2.3.19) (2022-08-10)
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
- update hooks deps in useFetchedEntity [TOL-339] ([#1212](https://github.com/contentful/field-editors/issues/1212)) ([02ae9be](https://github.com/contentful/field-editors/commit/02ae9be167bea5876d52db27a4363a69bdfc6209))
|
|
285
|
-
|
|
286
|
-
## [2.3.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.17...@contentful/field-editor-rich-text@2.3.18) (2022-08-10)
|
|
287
|
-
|
|
288
|
-
### Bug Fixes
|
|
289
|
-
|
|
290
|
-
- check store in entity fetch ([#1211](https://github.com/contentful/field-editors/issues/1211)) ([3ddc0b2](https://github.com/contentful/field-editors/commit/3ddc0b2d3ffc2e2146cb8f0ee07d540cb875b717))
|
|
291
|
-
|
|
292
|
-
## [2.3.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.16...@contentful/field-editor-rich-text@2.3.17) (2022-08-09)
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
- version compare webapp ([#1210](https://github.com/contentful/field-editors/issues/1210)) ([bbe0882](https://github.com/contentful/field-editors/commit/bbe0882f15d771dc713c688f8ba4df0be8c13102))
|
|
297
|
-
|
|
298
|
-
## [2.3.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.15...@contentful/field-editor-rich-text@2.3.16) (2022-08-09)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
301
|
-
|
|
302
|
-
## [2.3.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.14...@contentful/field-editor-rich-text@2.3.15) (2022-08-09)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
305
|
-
|
|
306
|
-
## [2.3.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.13...@contentful/field-editor-rich-text@2.3.14) (2022-08-08)
|
|
307
|
-
|
|
308
|
-
### Bug Fixes
|
|
309
|
-
|
|
310
|
-
- **rich-text:** handle accessing undefined store value [TOL-339] ([#1208](https://github.com/contentful/field-editors/issues/1208)) ([c536e72](https://github.com/contentful/field-editors/commit/c536e72a0d997eb83017a23acfecefbeeb090d3e))
|
|
311
|
-
|
|
312
|
-
## [2.3.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.12...@contentful/field-editor-rich-text@2.3.13) (2022-07-29)
|
|
313
|
-
|
|
314
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
315
|
-
|
|
316
|
-
## [2.3.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.11...@contentful/field-editor-rich-text@2.3.12) (2022-07-29)
|
|
317
|
-
|
|
318
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
319
|
-
|
|
320
|
-
## [2.3.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.10...@contentful/field-editor-rich-text@2.3.11) (2022-07-22)
|
|
321
|
-
|
|
322
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
323
|
-
|
|
324
|
-
## [2.3.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.9...@contentful/field-editor-rich-text@2.3.10) (2022-07-21)
|
|
325
|
-
|
|
326
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
327
|
-
|
|
328
|
-
## [2.3.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.8...@contentful/field-editor-rich-text@2.3.9) (2022-07-21)
|
|
329
|
-
|
|
330
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
331
|
-
|
|
332
|
-
## [2.3.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.7...@contentful/field-editor-rich-text@2.3.8) (2022-07-21)
|
|
333
|
-
|
|
334
|
-
### Bug Fixes
|
|
335
|
-
|
|
336
|
-
- no embedded entries check rich text commands [TOL-273] ([#1192](https://github.com/contentful/field-editors/issues/1192)) ([c9983cf](https://github.com/contentful/field-editors/commit/c9983cf183ce95993b7cb1fb1a23728d373df736))
|
|
337
|
-
|
|
338
|
-
## [2.3.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.6...@contentful/field-editor-rich-text@2.3.7) (2022-07-19)
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
- **rich-text:** avoid unnecessary render of reference cards ([#1189](https://github.com/contentful/field-editors/issues/1189)) ([b253014](https://github.com/contentful/field-editors/commit/b2530144857ea9b82259c6fbae02875f0692a62a))
|
|
343
|
-
|
|
344
|
-
## [2.3.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.5...@contentful/field-editor-rich-text@2.3.6) (2022-07-19)
|
|
345
|
-
|
|
346
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
347
|
-
|
|
348
|
-
## [2.3.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.4...@contentful/field-editor-rich-text@2.3.5) (2022-07-18)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
351
|
-
|
|
352
|
-
## [2.3.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.3...@contentful/field-editor-rich-text@2.3.4) (2022-07-18)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
355
|
-
|
|
356
|
-
## [2.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.2...@contentful/field-editor-rich-text@2.3.3) (2022-07-15)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
359
|
-
|
|
360
|
-
## [2.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.1...@contentful/field-editor-rich-text@2.3.2) (2022-07-15)
|
|
361
|
-
|
|
362
|
-
### Bug Fixes
|
|
363
|
-
|
|
364
|
-
- fix commands not working properly inside headings ([#1185](https://github.com/contentful/field-editors/issues/1185)) ([f792622](https://github.com/contentful/field-editors/commit/f7926223ca18e3bdf8626885546198940dd474a8))
|
|
365
|
-
|
|
366
|
-
## [2.3.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.0...@contentful/field-editor-rich-text@2.3.1) (2022-07-12)
|
|
367
|
-
|
|
368
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
369
|
-
|
|
370
|
-
# [2.3.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.2.1...@contentful/field-editor-rich-text@2.3.0) (2022-07-11)
|
|
371
|
-
|
|
372
|
-
### Features
|
|
373
|
-
|
|
374
|
-
- add simple fetching for resources ([#1179](https://github.com/contentful/field-editors/issues/1179)) ([b29daac](https://github.com/contentful/field-editors/commit/b29daac6460f93a4350bf45f90ae938f65de96ee))
|
|
375
|
-
|
|
376
|
-
## [2.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.2.0...@contentful/field-editor-rich-text@2.2.1) (2022-07-06)
|
|
377
|
-
|
|
378
|
-
### Bug Fixes
|
|
379
|
-
|
|
380
|
-
- add validations to rt-command embedding, allow table embedding, improve click handling ([#1178](https://github.com/contentful/field-editors/issues/1178)) ([83704a6](https://github.com/contentful/field-editors/commit/83704a6d234ceba8850ba5be5a085bfeb1b3a293))
|
|
381
|
-
|
|
382
|
-
# [2.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.1.3...@contentful/field-editor-rich-text@2.2.0) (2022-07-06)
|
|
383
|
-
|
|
384
|
-
### Features
|
|
385
|
-
|
|
386
|
-
- add tracking for rich-text-commands ([#1174](https://github.com/contentful/field-editors/issues/1174)) ([75fc492](https://github.com/contentful/field-editors/commit/75fc49210a5789bf029ddb81413349d74f441f28))
|
|
387
|
-
|
|
388
|
-
## [2.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.1.2...@contentful/field-editor-rich-text@2.1.3) (2022-07-06)
|
|
389
|
-
|
|
390
|
-
### Bug Fixes
|
|
391
|
-
|
|
392
|
-
- rt-commands palette closes on click outside ([#1175](https://github.com/contentful/field-editors/issues/1175)) ([b9dd434](https://github.com/contentful/field-editors/commit/b9dd43497a874b35318230074d7de411012c7eee))
|
|
393
|
-
|
|
394
|
-
## [2.1.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.1.1...@contentful/field-editor-rich-text@2.1.2) (2022-07-06)
|
|
395
|
-
|
|
396
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
397
|
-
|
|
398
|
-
## [2.1.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.1.0...@contentful/field-editor-rich-text@2.1.1) (2022-07-05)
|
|
399
|
-
|
|
400
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
401
|
-
|
|
402
|
-
# [2.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.0.4...@contentful/field-editor-rich-text@2.1.0) (2022-07-01)
|
|
403
|
-
|
|
404
|
-
### Features
|
|
405
|
-
|
|
406
|
-
- rich text commands [TOL-109] ([#1169](https://github.com/contentful/field-editors/issues/1169)) ([b533f7f](https://github.com/contentful/field-editors/commit/b533f7f7f55d6a39429c0727577617b62793c0aa))
|
|
407
|
-
|
|
408
|
-
## [2.0.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.0.3...@contentful/field-editor-rich-text@2.0.4) (2022-06-30)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
411
|
-
|
|
412
|
-
## [2.0.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.0.2...@contentful/field-editor-rich-text@2.0.3) (2022-06-22)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
415
|
-
|
|
416
|
-
## [2.0.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.0.1...@contentful/field-editor-rich-text@2.0.2) (2022-06-22)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
419
|
-
|
|
420
|
-
## [2.0.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.17...@contentful/field-editor-rich-text@2.0.1) (2022-06-21)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
423
|
-
|
|
424
|
-
## [1.1.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.16...@contentful/field-editor-rich-text@1.1.17) (2022-06-15)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
427
|
-
|
|
428
|
-
## [1.1.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.15...@contentful/field-editor-rich-text@1.1.16) (2022-06-07)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
431
|
-
|
|
432
|
-
## [1.1.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.14...@contentful/field-editor-rich-text@1.1.15) (2022-05-24)
|
|
433
|
-
|
|
434
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
435
|
-
|
|
436
|
-
## [1.1.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.13...@contentful/field-editor-rich-text@1.1.14) (2022-05-09)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
439
|
-
|
|
440
|
-
## [1.1.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.12...@contentful/field-editor-rich-text@1.1.13) (2022-05-06)
|
|
441
|
-
|
|
442
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
443
|
-
|
|
444
|
-
## [1.1.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.11...@contentful/field-editor-rich-text@1.1.12) (2022-05-04)
|
|
445
|
-
|
|
446
|
-
### Bug Fixes
|
|
447
|
-
|
|
448
|
-
- reflect disabled state on fields ([#1125](https://github.com/contentful/field-editors/issues/1125)) ([01502b9](https://github.com/contentful/field-editors/commit/01502b9d785c5f782b0e5de782d092c439cb690f))
|
|
449
|
-
|
|
450
|
-
## [1.1.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.10...@contentful/field-editor-rich-text@1.1.11) (2022-05-03)
|
|
451
|
-
|
|
452
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
453
|
-
|
|
454
|
-
## [1.1.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.9...@contentful/field-editor-rich-text@1.1.10) (2022-04-29)
|
|
455
|
-
|
|
456
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
457
|
-
|
|
458
|
-
## [1.1.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.8...@contentful/field-editor-rich-text@1.1.9) (2022-04-28)
|
|
459
|
-
|
|
460
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
461
|
-
|
|
462
|
-
## [1.1.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.7...@contentful/field-editor-rich-text@1.1.8) (2022-04-28)
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
465
|
-
|
|
466
|
-
## [1.1.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.6...@contentful/field-editor-rich-text@1.1.7) (2022-04-19)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
469
|
-
|
|
470
|
-
## [1.1.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.5...@contentful/field-editor-rich-text@1.1.6) (2022-03-31)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
473
|
-
|
|
474
|
-
## [1.1.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.4...@contentful/field-editor-rich-text@1.1.5) (2022-03-29)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
477
|
-
|
|
478
|
-
## [1.1.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.3...@contentful/field-editor-rich-text@1.1.4) (2022-03-02)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
481
|
-
|
|
482
|
-
## [1.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.2...@contentful/field-editor-rich-text@1.1.3) (2022-02-15)
|
|
483
|
-
|
|
484
|
-
### Bug Fixes
|
|
485
|
-
|
|
486
|
-
- bump f36 packages ([#1025](https://github.com/contentful/field-editors/issues/1025)) ([ec37a40](https://github.com/contentful/field-editors/commit/ec37a4000db7cd75c66dd9621136b2272c9feeea))
|
|
487
|
-
|
|
488
|
-
## [1.1.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.1...@contentful/field-editor-rich-text@1.1.2) (2022-02-14)
|
|
489
|
-
|
|
490
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
491
|
-
|
|
492
|
-
## [1.1.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.0...@contentful/field-editor-rich-text@1.1.1) (2022-01-20)
|
|
493
|
-
|
|
494
|
-
### Bug Fixes
|
|
495
|
-
|
|
496
|
-
- remove empty text hyperlinks ([#997](https://github.com/contentful/field-editors/issues/997)) ([d998132](https://github.com/contentful/field-editors/commit/d998132fbe948a98f6e800211a794bdd1e292233))
|
|
497
|
-
|
|
498
|
-
# [1.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.8...@contentful/field-editor-rich-text@1.1.0) (2022-01-11)
|
|
499
|
-
|
|
500
|
-
### Features
|
|
501
|
-
|
|
502
|
-
- bump f36 packages to stable v4 [BAU-521] ([#988](https://github.com/contentful/field-editors/issues/988)) ([419cf56](https://github.com/contentful/field-editors/commit/419cf56692179b074fcfa2743469d5265ed98429))
|
|
503
|
-
|
|
504
|
-
## [1.0.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.7...@contentful/field-editor-rich-text@1.0.8) (2021-12-23)
|
|
505
|
-
|
|
506
|
-
### Bug Fixes
|
|
507
|
-
|
|
508
|
-
- markdown buttons ([#968](https://github.com/contentful/field-editors/issues/968)) ([9803b98](https://github.com/contentful/field-editors/commit/9803b98c25d92df6148686ffe2749a77f7efdbb9))
|
|
509
|
-
|
|
510
|
-
## [1.0.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.6...@contentful/field-editor-rich-text@1.0.7) (2021-12-22)
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
- cache content types for Hyperlink ([#967](https://github.com/contentful/field-editors/issues/967)) ([07e376d](https://github.com/contentful/field-editors/commit/07e376de5157fa6477f060550aacf96af3ab5e85))
|
|
515
|
-
|
|
516
|
-
## [1.0.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.5...@contentful/field-editor-rich-text@1.0.6) (2021-12-20)
|
|
517
|
-
|
|
518
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
519
|
-
|
|
520
|
-
## [1.0.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.4...@contentful/field-editor-rich-text@1.0.5) (2021-11-27)
|
|
521
|
-
|
|
522
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
523
|
-
|
|
524
|
-
## [1.0.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.3...@contentful/field-editor-rich-text@1.0.4) (2021-11-26)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
527
|
-
|
|
528
|
-
## [1.0.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.2...@contentful/field-editor-rich-text@1.0.3) (2021-11-17)
|
|
529
|
-
|
|
530
|
-
### Bug Fixes
|
|
531
|
-
|
|
532
|
-
- **card-actions:** update forma 36 to fix card actions click issue ([#927](https://github.com/contentful/field-editors/issues/927)) ([3dfdef2](https://github.com/contentful/field-editors/commit/3dfdef2c2b0045f12ea94ddafca89a8e9f25e7d0))
|
|
533
|
-
|
|
534
|
-
## [1.0.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.1...@contentful/field-editor-rich-text@1.0.2) (2021-11-08)
|
|
535
|
-
|
|
536
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
537
|
-
|
|
538
|
-
## [1.0.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.0.0...@contentful/field-editor-rich-text@1.0.1) (2021-11-08)
|
|
539
|
-
|
|
540
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
541
|
-
|
|
542
|
-
# [1.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.20.0...@contentful/field-editor-rich-text@1.0.0) (2021-11-04)
|
|
543
|
-
|
|
544
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
545
|
-
|
|
546
|
-
# [0.20.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.20...@contentful/field-editor-rich-text@0.20.0) (2021-11-04)
|
|
547
|
-
|
|
548
|
-
### Features
|
|
549
|
-
|
|
550
|
-
- Forma v4 components adoption ([#805](https://github.com/contentful/field-editors/issues/805)) ([526bde6](https://github.com/contentful/field-editors/commit/526bde6e10e0ee3789705ec10fb31489af7ca59e))
|
|
551
|
-
|
|
552
|
-
### BREAKING CHANGES
|
|
553
|
-
|
|
554
|
-
- adopts a new Forma v4 beta
|
|
555
|
-
|
|
556
|
-
## [0.19.20](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.19...@contentful/field-editor-rich-text@0.19.20) (2021-11-01)
|
|
557
|
-
|
|
558
|
-
### Bug Fixes
|
|
559
|
-
|
|
560
|
-
- **rich-text-editor:** specify font-family ([#907](https://github.com/contentful/field-editors/issues/907)) ([33dee3d](https://github.com/contentful/field-editors/commit/33dee3d6dbec66c7538cad2133d41692bd7839ca))
|
|
561
|
-
|
|
562
|
-
## [0.19.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.18...@contentful/field-editor-rich-text@0.19.19) (2021-10-18)
|
|
563
|
-
|
|
564
|
-
### Bug Fixes
|
|
565
|
-
|
|
566
|
-
- [] Remove test utils from peer dependencies ([#889](https://github.com/contentful/field-editors/issues/889)) ([3694bd7](https://github.com/contentful/field-editors/commit/3694bd7e706b8beb1f685167125f36ef0cbe82de))
|
|
567
|
-
|
|
568
|
-
## [0.19.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.17...@contentful/field-editor-rich-text@0.19.18) (2021-10-14)
|
|
569
|
-
|
|
570
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
571
|
-
|
|
572
|
-
## [0.19.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.16...@contentful/field-editor-rich-text@0.19.17) (2021-10-06)
|
|
573
|
-
|
|
574
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
575
|
-
|
|
576
|
-
## [0.19.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.15...@contentful/field-editor-rich-text@0.19.16) (2021-10-06)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
579
|
-
|
|
580
|
-
## [0.19.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.14...@contentful/field-editor-rich-text@0.19.15) (2021-09-20)
|
|
581
|
-
|
|
582
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
583
|
-
|
|
584
|
-
## [0.19.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.13...@contentful/field-editor-rich-text@0.19.14) (2021-09-17)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
587
|
-
|
|
588
|
-
## [0.19.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.12...@contentful/field-editor-rich-text@0.19.13) (2021-09-17)
|
|
589
|
-
|
|
590
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
591
|
-
|
|
592
|
-
## [0.19.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.11...@contentful/field-editor-rich-text@0.19.12) (2021-09-16)
|
|
593
|
-
|
|
594
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
595
|
-
|
|
596
|
-
## [0.19.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.9...@contentful/field-editor-rich-text@0.19.11) (2021-08-24)
|
|
597
|
-
|
|
598
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
599
|
-
|
|
600
|
-
## [0.19.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.8...@contentful/field-editor-rich-text@0.19.9) (2021-08-19)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
603
|
-
|
|
604
|
-
## [0.19.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.7...@contentful/field-editor-rich-text@0.19.8) (2021-08-06)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
607
|
-
|
|
608
|
-
## [0.19.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.6...@contentful/field-editor-rich-text@0.19.7) (2021-08-04)
|
|
609
|
-
|
|
610
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
611
|
-
|
|
612
|
-
## [0.19.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.5...@contentful/field-editor-rich-text@0.19.6) (2021-07-30)
|
|
613
|
-
|
|
614
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
615
|
-
|
|
616
|
-
## [0.19.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.4...@contentful/field-editor-rich-text@0.19.5) (2021-07-29)
|
|
617
|
-
|
|
618
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
619
|
-
|
|
620
|
-
## [0.19.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.3...@contentful/field-editor-rich-text@0.19.4) (2021-07-28)
|
|
621
|
-
|
|
622
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
623
|
-
|
|
624
|
-
## [0.19.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.2...@contentful/field-editor-rich-text@0.19.3) (2021-07-28)
|
|
625
|
-
|
|
626
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
627
|
-
|
|
628
|
-
## [0.19.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.19.0...@contentful/field-editor-rich-text@0.19.2) (2021-07-26)
|
|
629
|
-
|
|
630
|
-
### Bug Fixes
|
|
631
|
-
|
|
632
|
-
- adjust rich-text version manually ([#781](https://github.com/contentful/field-editors/issues/781)) ([f770e4f](https://github.com/contentful/field-editors/commit/f770e4f731f1ebec0ac64881c8c60015709fa26d))
|
|
633
|
-
|
|
634
|
-
# [0.19.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.16...@contentful/field-editor-rich-text@0.19.0) (2021-07-23)
|
|
635
|
-
|
|
636
|
-
### Features
|
|
637
|
-
|
|
638
|
-
- 💡 new color tokens ([#778](https://github.com/contentful/field-editors/issues/778)) ([fba548d](https://github.com/contentful/field-editors/commit/fba548de32305016df7f2685634eefb14294828f))
|
|
639
|
-
|
|
640
|
-
## [0.18.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.13...@contentful/field-editor-rich-text@0.18.16) (2021-07-06)
|
|
641
|
-
|
|
642
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
643
|
-
|
|
644
|
-
## [0.18.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.13...@contentful/field-editor-rich-text@0.18.15) (2021-07-06)
|
|
645
|
-
|
|
646
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
647
|
-
|
|
648
|
-
## [0.18.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.13...@contentful/field-editor-rich-text@0.18.14) (2021-06-23)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
651
|
-
|
|
652
|
-
## [0.18.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.12...@contentful/field-editor-rich-text@0.18.13) (2021-06-23)
|
|
653
|
-
|
|
654
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
655
|
-
|
|
656
|
-
## [0.18.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.11...@contentful/field-editor-rich-text@0.18.12) (2021-06-22)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
659
|
-
|
|
660
|
-
## [0.18.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.10...@contentful/field-editor-rich-text@0.18.11) (2021-05-20)
|
|
661
|
-
|
|
662
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
663
|
-
|
|
664
|
-
## [0.18.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.9...@contentful/field-editor-rich-text@0.18.10) (2021-04-13)
|
|
665
|
-
|
|
666
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
667
|
-
|
|
668
|
-
## [0.18.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.8...@contentful/field-editor-rich-text@0.18.9) (2021-04-06)
|
|
669
|
-
|
|
670
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
671
|
-
|
|
672
|
-
## [0.18.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.7...@contentful/field-editor-rich-text@0.18.8) (2021-03-29)
|
|
673
|
-
|
|
674
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
675
|
-
|
|
676
|
-
## [0.18.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.6...@contentful/field-editor-rich-text@0.18.7) (2021-03-15)
|
|
677
|
-
|
|
678
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
679
|
-
|
|
680
|
-
## [0.18.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.5...@contentful/field-editor-rich-text@0.18.6) (2021-03-12)
|
|
681
|
-
|
|
682
|
-
### Bug Fixes
|
|
683
|
-
|
|
684
|
-
- 🐛 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))
|
|
685
|
-
|
|
686
|
-
## [0.18.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.4...@contentful/field-editor-rich-text@0.18.5) (2021-03-12)
|
|
687
|
-
|
|
688
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
689
|
-
|
|
690
|
-
## [0.18.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.3...@contentful/field-editor-rich-text@0.18.4) (2021-03-10)
|
|
691
|
-
|
|
692
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
693
|
-
|
|
694
|
-
## [0.18.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.2...@contentful/field-editor-rich-text@0.18.3) (2021-03-05)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
697
|
-
|
|
698
|
-
## [0.18.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.1...@contentful/field-editor-rich-text@0.18.2) (2021-03-04)
|
|
699
|
-
|
|
700
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
701
|
-
|
|
702
|
-
## [0.18.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.18.0...@contentful/field-editor-rich-text@0.18.1) (2021-03-02)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
705
|
-
|
|
706
|
-
# [0.18.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.7...@contentful/field-editor-rich-text@0.18.0) (2021-02-19)
|
|
707
|
-
|
|
708
|
-
### Features
|
|
709
|
-
|
|
710
|
-
- bump min version of forma-36 ([#606](https://github.com/contentful/field-editors/issues/606)) ([fd57c7a](https://github.com/contentful/field-editors/commit/fd57c7a4312766af38c01507f17706ab22992617))
|
|
711
|
-
|
|
712
|
-
## [0.17.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.6...@contentful/field-editor-rich-text@0.17.7) (2021-02-16)
|
|
713
|
-
|
|
714
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
715
|
-
|
|
716
|
-
## [0.17.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.5...@contentful/field-editor-rich-text@0.17.6) (2021-02-09)
|
|
717
|
-
|
|
718
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
719
|
-
|
|
720
|
-
## [0.17.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.4...@contentful/field-editor-rich-text@0.17.5) (2021-02-08)
|
|
721
|
-
|
|
722
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
723
|
-
|
|
724
|
-
## [0.17.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.3...@contentful/field-editor-rich-text@0.17.4) (2021-02-05)
|
|
725
|
-
|
|
726
|
-
### Bug Fixes
|
|
727
|
-
|
|
728
|
-
- **rich-text:** command palette and embed dropdown icons ([#585](https://github.com/contentful/field-editors/issues/585)) ([7a1c301](https://github.com/contentful/field-editors/commit/7a1c301dca784700a35e98e23f85c92562d41081))
|
|
729
|
-
|
|
730
|
-
## [0.17.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.2...@contentful/field-editor-rich-text@0.17.3) (2021-02-03)
|
|
731
|
-
|
|
732
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
733
|
-
|
|
734
|
-
## [0.17.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.1...@contentful/field-editor-rich-text@0.17.2) (2021-02-01)
|
|
735
|
-
|
|
736
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
737
|
-
|
|
738
|
-
## [0.17.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.17.0...@contentful/field-editor-rich-text@0.17.1) (2021-01-25)
|
|
739
|
-
|
|
740
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
741
|
-
|
|
742
|
-
# [0.17.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.16.3...@contentful/field-editor-rich-text@0.17.0) (2021-01-20)
|
|
743
|
-
|
|
744
|
-
### Features
|
|
745
|
-
|
|
746
|
-
- 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))
|
|
747
|
-
|
|
748
|
-
## [0.16.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.16.2...@contentful/field-editor-rich-text@0.16.3) (2021-01-20)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
751
|
-
|
|
752
|
-
## [0.16.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.16.1...@contentful/field-editor-rich-text@0.16.2) (2021-01-13)
|
|
753
|
-
|
|
754
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
755
|
-
|
|
756
|
-
## [0.16.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.16.0...@contentful/field-editor-rich-text@0.16.1) (2021-01-12)
|
|
757
|
-
|
|
758
|
-
### Bug Fixes
|
|
759
|
-
|
|
760
|
-
- use forma tokens for border radiuses ([#553](https://github.com/contentful/field-editors/issues/553)) ([f4eb745](https://github.com/contentful/field-editors/commit/f4eb74568c7bc0cc25028542821ba64e50e226bd))
|
|
761
|
-
|
|
762
|
-
# [0.16.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.5...@contentful/field-editor-rich-text@0.16.0) (2021-01-12)
|
|
763
|
-
|
|
764
|
-
### Features
|
|
765
|
-
|
|
766
|
-
- 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))
|
|
767
|
-
|
|
768
|
-
## [0.15.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.4...@contentful/field-editor-rich-text@0.15.5) (2021-01-11)
|
|
769
|
-
|
|
770
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
771
|
-
|
|
772
|
-
## [0.15.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.3...@contentful/field-editor-rich-text@0.15.4) (2020-12-23)
|
|
773
|
-
|
|
774
|
-
### Bug Fixes
|
|
775
|
-
|
|
776
|
-
- use correct prop types ([#538](https://github.com/contentful/field-editors/issues/538)) ([f878a3a](https://github.com/contentful/field-editors/commit/f878a3a4f5c2d32455ac7932540d612a1c1a461a))
|
|
777
|
-
|
|
778
|
-
## [0.15.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.2...@contentful/field-editor-rich-text@0.15.3) (2020-12-21)
|
|
779
|
-
|
|
780
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
781
|
-
|
|
782
|
-
## [0.15.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.1...@contentful/field-editor-rich-text@0.15.2) (2020-12-16)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
785
|
-
|
|
786
|
-
## [0.15.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.15.0...@contentful/field-editor-rich-text@0.15.1) (2020-12-16)
|
|
787
|
-
|
|
788
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
789
|
-
|
|
790
|
-
# [0.15.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.39...@contentful/field-editor-rich-text@0.15.0) (2020-12-16)
|
|
791
|
-
|
|
792
|
-
### Features
|
|
793
|
-
|
|
794
|
-
- minHeight props ([#529](https://github.com/contentful/field-editors/issues/529)) ([672e5d1](https://github.com/contentful/field-editors/commit/672e5d10356547ba99888dfeedc5ffd7b6e264cb))
|
|
795
|
-
|
|
796
|
-
## [0.14.39](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.38...@contentful/field-editor-rich-text@0.14.39) (2020-12-10)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
799
|
-
|
|
800
|
-
## [0.14.38](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.37...@contentful/field-editor-rich-text@0.14.38) (2020-11-23)
|
|
801
|
-
|
|
802
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
803
|
-
|
|
804
|
-
## [0.14.37](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.36...@contentful/field-editor-rich-text@0.14.37) (2020-11-23)
|
|
805
|
-
|
|
806
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
807
|
-
|
|
808
|
-
## [0.14.36](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.35...@contentful/field-editor-rich-text@0.14.36) (2020-11-17)
|
|
809
|
-
|
|
810
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
811
|
-
|
|
812
|
-
## [0.14.35](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.34...@contentful/field-editor-rich-text@0.14.35) (2020-11-17)
|
|
813
|
-
|
|
814
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
815
|
-
|
|
816
|
-
## [0.14.34](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.33...@contentful/field-editor-rich-text@0.14.34) (2020-11-13)
|
|
817
|
-
|
|
818
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
819
|
-
|
|
820
|
-
## [0.14.33](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.32...@contentful/field-editor-rich-text@0.14.33) (2020-11-13)
|
|
821
|
-
|
|
822
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
823
|
-
|
|
824
|
-
## [0.14.32](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.31...@contentful/field-editor-rich-text@0.14.32) (2020-11-11)
|
|
825
|
-
|
|
826
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
827
|
-
|
|
828
|
-
## [0.14.31](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.30...@contentful/field-editor-rich-text@0.14.31) (2020-11-10)
|
|
829
|
-
|
|
830
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
831
|
-
|
|
832
|
-
## [0.14.30](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.29...@contentful/field-editor-rich-text@0.14.30) (2020-11-09)
|
|
833
|
-
|
|
834
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
835
|
-
|
|
836
|
-
## [0.14.29](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.28...@contentful/field-editor-rich-text@0.14.29) (2020-11-09)
|
|
837
|
-
|
|
838
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
839
|
-
|
|
840
|
-
## [0.14.28](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.27...@contentful/field-editor-rich-text@0.14.28) (2020-11-06)
|
|
841
|
-
|
|
842
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
843
|
-
|
|
844
|
-
## [0.14.27](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.26...@contentful/field-editor-rich-text@0.14.27) (2020-11-06)
|
|
845
|
-
|
|
846
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
847
|
-
|
|
848
|
-
## [0.14.26](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.25...@contentful/field-editor-rich-text@0.14.26) (2020-11-04)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
851
|
-
|
|
852
|
-
## [0.14.25](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.24...@contentful/field-editor-rich-text@0.14.25) (2020-10-28)
|
|
853
|
-
|
|
854
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
855
|
-
|
|
856
|
-
## [0.14.24](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.23...@contentful/field-editor-rich-text@0.14.24) (2020-10-28)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
859
|
-
|
|
860
|
-
## [0.14.23](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.22...@contentful/field-editor-rich-text@0.14.23) (2020-10-27)
|
|
861
|
-
|
|
862
|
-
### Bug Fixes
|
|
863
|
-
|
|
864
|
-
- do not call set state on unmounted rich-text ([#463](https://github.com/contentful/field-editors/issues/463)) ([5cc5ef4](https://github.com/contentful/field-editors/commit/5cc5ef4fc18f8c039626b1efd3a5072f2edc7628))
|
|
865
|
-
|
|
866
|
-
## [0.14.22](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.21...@contentful/field-editor-rich-text@0.14.22) (2020-10-23)
|
|
867
|
-
|
|
868
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
869
|
-
|
|
870
|
-
## [0.14.21](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.20...@contentful/field-editor-rich-text@0.14.21) (2020-10-21)
|
|
871
|
-
|
|
872
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
873
|
-
|
|
874
|
-
## [0.14.20](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.19...@contentful/field-editor-rich-text@0.14.20) (2020-10-15)
|
|
875
|
-
|
|
876
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
877
|
-
|
|
878
|
-
## [0.14.19](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.18...@contentful/field-editor-rich-text@0.14.19) (2020-10-09)
|
|
879
|
-
|
|
880
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
881
|
-
|
|
882
|
-
## [0.14.18](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.17...@contentful/field-editor-rich-text@0.14.18) (2020-10-09)
|
|
883
|
-
|
|
884
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
885
|
-
|
|
886
|
-
## [0.14.17](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.16...@contentful/field-editor-rich-text@0.14.17) (2020-10-02)
|
|
887
|
-
|
|
888
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
889
|
-
|
|
890
|
-
## [0.14.16](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.15...@contentful/field-editor-rich-text@0.14.16) (2020-10-02)
|
|
891
|
-
|
|
892
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
893
|
-
|
|
894
|
-
## [0.14.15](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.14...@contentful/field-editor-rich-text@0.14.15) (2020-10-01)
|
|
895
|
-
|
|
896
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
897
|
-
|
|
898
|
-
## [0.14.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.13...@contentful/field-editor-rich-text@0.14.14) (2020-09-29)
|
|
899
|
-
|
|
900
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
901
|
-
|
|
902
|
-
## [0.14.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.12...@contentful/field-editor-rich-text@0.14.13) (2020-09-29)
|
|
903
|
-
|
|
904
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
905
|
-
|
|
906
|
-
## [0.14.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.11...@contentful/field-editor-rich-text@0.14.12) (2020-09-22)
|
|
907
|
-
|
|
908
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
909
|
-
|
|
910
|
-
## [0.14.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.10...@contentful/field-editor-rich-text@0.14.11) (2020-09-21)
|
|
911
|
-
|
|
912
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
913
|
-
|
|
914
|
-
## [0.14.10](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.9...@contentful/field-editor-rich-text@0.14.10) (2020-09-02)
|
|
915
|
-
|
|
916
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
917
|
-
|
|
918
|
-
## [0.14.9](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.8...@contentful/field-editor-rich-text@0.14.9) (2020-09-01)
|
|
919
|
-
|
|
920
|
-
### Bug Fixes
|
|
921
|
-
|
|
922
|
-
- 🐛 allow heigh overflow for hyperlink dialog ([#386](https://github.com/contentful/field-editors/issues/386)) ([2cfd46c](https://github.com/contentful/field-editors/commit/2cfd46c3d238ee32abad6a2ca48b422115d285c3))
|
|
923
|
-
|
|
924
|
-
## [0.14.8](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.7...@contentful/field-editor-rich-text@0.14.8) (2020-09-01)
|
|
925
|
-
|
|
926
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
927
|
-
|
|
928
|
-
## [0.14.7](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.6...@contentful/field-editor-rich-text@0.14.7) (2020-08-27)
|
|
929
|
-
|
|
930
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
931
|
-
|
|
932
|
-
## [0.14.6](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.5...@contentful/field-editor-rich-text@0.14.6) (2020-08-27)
|
|
933
|
-
|
|
934
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
935
|
-
|
|
936
|
-
## [0.14.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.4...@contentful/field-editor-rich-text@0.14.5) (2020-08-27)
|
|
937
|
-
|
|
938
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
939
|
-
|
|
940
|
-
## [0.14.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.3...@contentful/field-editor-rich-text@0.14.4) (2020-08-24)
|
|
941
|
-
|
|
942
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|
|
943
|
-
|
|
944
|
-
## [0.14.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@0.14.2...@contentful/field-editor-rich-text@0.14.3) (2020-08-24)
|
|
945
|
-
|
|
946
|
-
**Note:** Version bump only for package @contentful/field-editor-rich-text
|