You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/rich-text-web/CHANGELOG.md
+65-61Lines changed: 65 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,292 +6,296 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
- We added table support to Rich Text, now it is possible to add tables and configure their layout.
12
+
9
13
## [4.5.0] - 2025-04-03
10
14
11
15
### Added
12
16
13
-
-We added fullscreen functionality in rich text editor.
17
+
- We added fullscreen functionality in rich text editor.
14
18
15
19
## [4.4.0] - 2025-04-01
16
20
17
21
### Added
18
22
19
-
-We added support for resizing images, videos, and other embeds.
23
+
- We added support for resizing images, videos, and other embeds.
20
24
21
25
### Fixed
22
26
23
-
-We fixed missing "Code" and "Font Size" toolbar component on custom advanced toolbar.
27
+
- We fixed missing "Code" and "Font Size" toolbar component on custom advanced toolbar.
24
28
25
29
## [4.3.1] - 2025-03-19
26
30
27
31
### Fixed
28
32
29
-
-We fixed minor formatting issues of blank space appearing in between formats.
33
+
- We fixed minor formatting issues of blank space appearing in between formats.
30
34
31
-
-We fixed font size and family picker not set to correct default value.
35
+
- We fixed font size and family picker not set to correct default value.
32
36
33
-
-We fixed additional break tag shows up in the last line of the editor.
37
+
- We fixed additional break tag shows up in the last line of the editor.
34
38
35
39
## [4.3.0] - 2025-02-14
36
40
37
41
### Fixed
38
42
39
-
-We fixed minor HTML bugs whereas rich text will add extra new lines on saving value.
43
+
- We fixed minor HTML bugs whereas rich text will add extra new lines on saving value.
40
44
41
-
-We fixed rich text accessibility with tab keypress. Pressing tab will now allow you to directly focus on editor and Alt + F10 will brings you directly to toolbar.
45
+
- We fixed rich text accessibility with tab keypress. Pressing tab will now allow you to directly focus on editor and Alt + F10 will brings you directly to toolbar.
42
46
43
47
## [4.2.0] - 2025-01-15
44
48
45
49
### Fixed
46
50
47
-
-We fixed readonly styling for Read Panel mode.
51
+
- We fixed readonly styling for Read Panel mode.
48
52
49
53
### Changed
50
54
51
-
-We changed dimension configurations to better match CSS formats.
55
+
- We changed dimension configurations to better match CSS formats.
52
56
53
-
-We changed DOM order to show editor before toolbar for easier focus order.
57
+
- We changed DOM order to show editor before toolbar for easier focus order.
54
58
55
59
## [4.1.0] - 2024-12-13
56
60
57
61
### Fixed
58
62
59
-
-We fixed an issue where the attribute not refreshed when the widget is not reloaded.
63
+
- We fixed an issue where the attribute not refreshed when the widget is not reloaded.
60
64
61
65
### Added
62
66
63
-
-We allow user to create html button tag on the widget.
67
+
- We allow user to create html button tag on the widget.
64
68
65
69
## [4.0.0] - 2024-10-29
66
70
67
71
### Breaking changes
68
72
69
-
-The Rich Text widget has been updated to use Quill V2 due to a license change in TinyMCE. Unlike TinyMCE, Quill V2 does not require rendering a separate iframe, which simplifies styling and content security configurations. Users should review and adjust their widget configurations after updating.
73
+
- The Rich Text widget has been updated to use Quill V2 due to a license change in TinyMCE. Unlike TinyMCE, Quill V2 does not require rendering a separate iframe, which simplifies styling and content security configurations. Users should review and adjust their widget configurations after updating.
70
74
71
75
## [3.3.1] - 2024-08-28
72
76
73
77
### Changed
74
78
75
-
-Changed action required to false to avoid unnecessary warnings in the Studio Pro.
79
+
- Changed action required to false to avoid unnecessary warnings in the Studio Pro.
76
80
77
81
## [3.3.0] - 2024-08-16
78
82
79
83
### Added
80
84
81
-
-We add new advance config to allow user to disable relative url conversion.
85
+
- We add new advance config to allow user to disable relative url conversion.
82
86
83
87
## [3.2.4] - 2024-07-16
84
88
85
89
### Changed
86
90
87
-
-We allow users to turned off sandbox_iframes through configurations.
91
+
- We allow users to turned off sandbox_iframes through configurations.
88
92
89
93
## [3.2.3] - 2024-06-25
90
94
91
95
### Fixed
92
96
93
-
-We update the dependency to TinyMCE 6.8.4 in order to solve security issue.
97
+
- We update the dependency to TinyMCE 6.8.4 in order to solve security issue.
94
98
95
99
## [3.2.2] - 2024-06-05
96
100
97
101
### Fixed
98
102
99
-
-We fixed an issue where in some cases rich text display loading screen infinitely.
103
+
- We fixed an issue where in some cases rich text display loading screen infinitely.
100
104
101
-
-We optimized rich text bundle size.
105
+
- We optimized rich text bundle size.
102
106
103
107
## [3.2.1] - 2024-05-27
104
108
105
109
### Added
106
110
107
-
-We add on change and on key press events to make upgrade consistent from previous version.
111
+
- We add on change and on key press events to make upgrade consistent from previous version.
108
112
109
113
## [3.2.0] - 2024-05-21
110
114
111
115
### Added
112
116
113
-
-We add options to include external styling in advance tab. the style can be included in theme folder. and this is also allow user to switch between built-in style theme: 'default' and 'dark'.
117
+
- We add options to include external styling in advance tab. the style can be included in theme folder. and this is also allow user to switch between built-in style theme: 'default' and 'dark'.
114
118
115
119
### Fixed
116
120
117
-
-We fixed issue where rich text body font style overriding the page body style in inline mode.
121
+
- We fixed issue where rich text body font style overriding the page body style in inline mode.
118
122
119
123
## [3.1.2] - 2024-05-10
120
124
121
125
### Changed
122
126
123
-
-We add more options to the rich text's context menu and give user the options to use native context menu as well.
127
+
- We add more options to the rich text's context menu and give user the options to use native context menu as well.
124
128
125
129
## [3.1.1] - 2024-05-02
126
130
127
131
### Fixed
128
132
129
-
-We fixed tab index not working on Editor.
133
+
- We fixed tab index not working on Editor.
130
134
131
-
-We fix security issue by setting sandbox_iframes and convert_unsafe_embeds to true.
135
+
- We fix security issue by setting sandbox_iframes and convert_unsafe_embeds to true.
132
136
133
137
## [3.1.0] - 2024-04-23
134
138
135
139
### Changed
136
140
137
-
-We allow user to disable quick toolbar.
141
+
- We allow user to disable quick toolbar.
138
142
139
143
### Fixed
140
144
141
-
-We fixed styling to match atlas styles.
145
+
- We fixed styling to match atlas styles.
142
146
143
-
-We re-introduce readonly style.
147
+
- We re-introduce readonly style.
144
148
145
-
-We fixed editor height configuration can't be changed.
149
+
- We fixed editor height configuration can't be changed.
146
150
147
151
## [3.0.2] - 2024-04-04
148
152
149
153
### Fixed
150
154
151
-
-We fix issue with menubar and statusbar not showing on sub-folder deployment.
155
+
- We fix issue with menubar and statusbar not showing on sub-folder deployment.
152
156
153
157
## [3.0.1] - 2024-03-12
154
158
155
159
### Changed
156
160
157
-
-We update the widget icons.
161
+
- We update the widget icons.
158
162
159
163
### Fixed
160
164
161
-
-We removed toolbar, menubar, and statusbar on readonly.
165
+
- We removed toolbar, menubar, and statusbar on readonly.
162
166
163
167
## [3.0.0] - 2024-02-28
164
168
165
169
### Breaking changes
166
170
167
-
-Due to the end of life for CKEditor4, We have now build a new rich text editor with different engine, TinyMCE. This is a major version upgrade. The widget configuration is changing, please review your configuration after updating.
171
+
- Due to the end of life for CKEditor4, We have now build a new rich text editor with different engine, TinyMCE. This is a major version upgrade. The widget configuration is changing, please review your configuration after updating.
168
172
169
173
## [2.3.0] - 2024-02-08
170
174
171
175
### Fixed
172
176
173
-
-We disabled the version check from CKEditor 4, which generated security alert in all widget instances.
177
+
- We disabled the version check from CKEditor 4, which generated security alert in all widget instances.
174
178
175
179
### Added
176
180
177
-
-We add validation message for rich text editor.
181
+
- We add validation message for rich text editor.
178
182
179
183
## [2.2.4] - 2023-11-29
180
184
181
185
### Fixed
182
186
183
-
-We fix an issue with toolbars content incorrect display on mouse hover.
187
+
- We fix an issue with toolbars content incorrect display on mouse hover.
184
188
185
189
## [2.2.3] - 2023-10-27
186
190
187
191
### Fixed
188
192
189
-
-We fix an issue with Editor intermittenly not displaying data.
193
+
- We fix an issue with Editor intermittenly not displaying data.
190
194
191
195
## [2.2.2] - 2023-10-12
192
196
193
197
### Breaking changes
194
198
195
-
-Added Insert toolbar group as an option for custom toolbar
199
+
- Added Insert toolbar group as an option for custom toolbar
196
200
197
201
## [2.2.1] - 2023-09-27
198
202
199
203
### Fixed
200
204
201
-
-We removed redundant code to improve widget load time in the browser.
205
+
- We removed redundant code to improve widget load time in the browser.
202
206
203
207
## [2.2.0] - 2023-06-06
204
208
205
209
### Changed
206
210
207
-
-We updated page explorer's caption to display datasource.
211
+
- We updated page explorer's caption to display datasource.
208
212
209
-
-We updated the light and dark icons and tiles for the widget.
213
+
- We updated the light and dark icons and tiles for the widget.
210
214
211
215
## [2.1.6] - 2023-04-18
212
216
213
217
### Fixed
214
218
215
-
-We fixed an issue when Rich Text widget not saving data when user leaves the page quickly after editing.
219
+
- We fixed an issue when Rich Text widget not saving data when user leaves the page quickly after editing.
216
220
217
221
### Security
218
222
219
-
-Update ckeditor4 to version 4.21.0
223
+
- Update ckeditor4 to version 4.21.0
220
224
221
225
## [2.1.5] - 2023-03-24
222
226
223
227
### Fixed
224
228
225
-
-We fixed an issue when Rich Text widget loosing focus after running onChange or onKeyPress microflow.
229
+
- We fixed an issue when Rich Text widget loosing focus after running onChange or onKeyPress microflow.
226
230
227
231
## [2.1.4] - 2023-03-22
228
232
229
233
### Fixed
230
234
231
-
-We fixed an issue with Rich Text widget not working correctly when another Rich Text widget is opened in a popup.
235
+
- We fixed an issue with Rich Text widget not working correctly when another Rich Text widget is opened in a popup.
232
236
233
237
## [2.1.3] - 2023-01-31
234
238
235
239
### Fixed
236
240
237
-
-Added 1MB file size limit for pasted and dropped images.
241
+
- Added 1MB file size limit for pasted and dropped images.
238
242
239
243
## [2.1.2] - 2023-01-25
240
244
241
245
### Fixed
242
246
243
-
-We fixed an issue with attribute value override when Data view update widget props.
247
+
- We fixed an issue with attribute value override when Data view update widget props.
244
248
245
-
-We fixed the issue with underline toolbar not showing after setting 'Custom toolbar' property.
249
+
- We fixed the issue with underline toolbar not showing after setting 'Custom toolbar' property.
246
250
247
-
-We fixed an issue with image tag being removed on content sanitization.
251
+
- We fixed an issue with image tag being removed on content sanitization.
248
252
249
253
### Added
250
254
251
-
-We added an indent plugin.
255
+
- We added an indent plugin.
252
256
253
257
### Changed
254
258
255
-
-We changed openlink action to open links just on mouse click (without ctrl).
259
+
- We changed openlink action to open links just on mouse click (without ctrl).
256
260
257
261
## [2.1.1] - 2023-01-19
258
262
259
263
### Fixed
260
264
261
-
-Using editable settings, when switch from readonly state to editable then it is possible to change the text
265
+
- Using editable settings, when switch from readonly state to editable then it is possible to change the text
262
266
263
267
## [2.1.0] - 2022-11-22
264
268
265
269
### Security
266
270
267
-
-Update ckeditor4 to version 4.20.0 to prevent XSS
271
+
- Update ckeditor4 to version 4.20.0 to prevent XSS
268
272
269
273
### Changed
270
274
271
-
-Remove CSS file for WebSpellChecker Dialog plugin as it rich end of support from ckeditor4
275
+
- Remove CSS file for WebSpellChecker Dialog plugin as it rich end of support from ckeditor4
272
276
273
277
## [2.0.1] - 2022-05-23
274
278
275
279
### Changed
276
280
277
-
-We changed the behavior on clicking the links in rich text editor. CMD/CTRL + Click will open a link in new tab.
281
+
- We changed the behavior on clicking the links in rich text editor. CMD/CTRL + Click will open a link in new tab.
278
282
279
283
## [2.0.0] - 2022-02-25
280
284
281
285
### Added
282
286
283
-
-We added a lot of cool features such as code highlight, allow-disallow content filtering, customizable toolbar, general toolbar presets (**Basic**, **Advanced**, **Full**).
287
+
- We added a lot of cool features such as code highlight, allow-disallow content filtering, customizable toolbar, general toolbar presets (**Basic**, **Advanced**, **Full**).
0 commit comments