Skip to content

Commit bf787cb

Browse files
samuelreichertgjulivan
authored andcommitted
chore(changelog): add entry for table support in Rich Text
1 parent aabe4de commit bf787cb

1 file changed

Lines changed: 65 additions & 61 deletions

File tree

packages/pluggableWidgets/rich-text-web/CHANGELOG.md

Lines changed: 65 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -6,292 +6,296 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- We added table support to Rich Text, now it is possible to add tables and configure their layout.
12+
913
## [4.5.0] - 2025-04-03
1014

1115
### Added
1216

13-
- We added fullscreen functionality in rich text editor.
17+
- We added fullscreen functionality in rich text editor.
1418

1519
## [4.4.0] - 2025-04-01
1620

1721
### Added
1822

19-
- We added support for resizing images, videos, and other embeds.
23+
- We added support for resizing images, videos, and other embeds.
2024

2125
### Fixed
2226

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.
2428

2529
## [4.3.1] - 2025-03-19
2630

2731
### Fixed
2832

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.
3034

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.
3236

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.
3438

3539
## [4.3.0] - 2025-02-14
3640

3741
### Fixed
3842

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.
4044

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.
4246

4347
## [4.2.0] - 2025-01-15
4448

4549
### Fixed
4650

47-
- We fixed readonly styling for Read Panel mode.
51+
- We fixed readonly styling for Read Panel mode.
4852

4953
### Changed
5054

51-
- We changed dimension configurations to better match CSS formats.
55+
- We changed dimension configurations to better match CSS formats.
5256

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.
5458

5559
## [4.1.0] - 2024-12-13
5660

5761
### Fixed
5862

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.
6064

6165
### Added
6266

63-
- We allow user to create html button tag on the widget.
67+
- We allow user to create html button tag on the widget.
6468

6569
## [4.0.0] - 2024-10-29
6670

6771
### Breaking changes
6872

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.
7074

7175
## [3.3.1] - 2024-08-28
7276

7377
### Changed
7478

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.
7680

7781
## [3.3.0] - 2024-08-16
7882

7983
### Added
8084

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.
8286

8387
## [3.2.4] - 2024-07-16
8488

8589
### Changed
8690

87-
- We allow users to turned off sandbox_iframes through configurations.
91+
- We allow users to turned off sandbox_iframes through configurations.
8892

8993
## [3.2.3] - 2024-06-25
9094

9195
### Fixed
9296

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.
9498

9599
## [3.2.2] - 2024-06-05
96100

97101
### Fixed
98102

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.
100104

101-
- We optimized rich text bundle size.
105+
- We optimized rich text bundle size.
102106

103107
## [3.2.1] - 2024-05-27
104108

105109
### Added
106110

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.
108112

109113
## [3.2.0] - 2024-05-21
110114

111115
### Added
112116

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'.
114118

115119
### Fixed
116120

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.
118122

119123
## [3.1.2] - 2024-05-10
120124

121125
### Changed
122126

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.
124128

125129
## [3.1.1] - 2024-05-02
126130

127131
### Fixed
128132

129-
- We fixed tab index not working on Editor.
133+
- We fixed tab index not working on Editor.
130134

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.
132136

133137
## [3.1.0] - 2024-04-23
134138

135139
### Changed
136140

137-
- We allow user to disable quick toolbar.
141+
- We allow user to disable quick toolbar.
138142

139143
### Fixed
140144

141-
- We fixed styling to match atlas styles.
145+
- We fixed styling to match atlas styles.
142146

143-
- We re-introduce readonly style.
147+
- We re-introduce readonly style.
144148

145-
- We fixed editor height configuration can't be changed.
149+
- We fixed editor height configuration can't be changed.
146150

147151
## [3.0.2] - 2024-04-04
148152

149153
### Fixed
150154

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.
152156

153157
## [3.0.1] - 2024-03-12
154158

155159
### Changed
156160

157-
- We update the widget icons.
161+
- We update the widget icons.
158162

159163
### Fixed
160164

161-
- We removed toolbar, menubar, and statusbar on readonly.
165+
- We removed toolbar, menubar, and statusbar on readonly.
162166

163167
## [3.0.0] - 2024-02-28
164168

165169
### Breaking changes
166170

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.
168172

169173
## [2.3.0] - 2024-02-08
170174

171175
### Fixed
172176

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.
174178

175179
### Added
176180

177-
- We add validation message for rich text editor.
181+
- We add validation message for rich text editor.
178182

179183
## [2.2.4] - 2023-11-29
180184

181185
### Fixed
182186

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.
184188

185189
## [2.2.3] - 2023-10-27
186190

187191
### Fixed
188192

189-
- We fix an issue with Editor intermittenly not displaying data.
193+
- We fix an issue with Editor intermittenly not displaying data.
190194

191195
## [2.2.2] - 2023-10-12
192196

193197
### Breaking changes
194198

195-
- Added Insert toolbar group as an option for custom toolbar
199+
- Added Insert toolbar group as an option for custom toolbar
196200

197201
## [2.2.1] - 2023-09-27
198202

199203
### Fixed
200204

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.
202206

203207
## [2.2.0] - 2023-06-06
204208

205209
### Changed
206210

207-
- We updated page explorer's caption to display datasource.
211+
- We updated page explorer's caption to display datasource.
208212

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.
210214

211215
## [2.1.6] - 2023-04-18
212216

213217
### Fixed
214218

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.
216220

217221
### Security
218222

219-
- Update ckeditor4 to version 4.21.0
223+
- Update ckeditor4 to version 4.21.0
220224

221225
## [2.1.5] - 2023-03-24
222226

223227
### Fixed
224228

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.
226230

227231
## [2.1.4] - 2023-03-22
228232

229233
### Fixed
230234

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.
232236

233237
## [2.1.3] - 2023-01-31
234238

235239
### Fixed
236240

237-
- Added 1MB file size limit for pasted and dropped images.
241+
- Added 1MB file size limit for pasted and dropped images.
238242

239243
## [2.1.2] - 2023-01-25
240244

241245
### Fixed
242246

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.
244248

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.
246250

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.
248252

249253
### Added
250254

251-
- We added an indent plugin.
255+
- We added an indent plugin.
252256

253257
### Changed
254258

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).
256260

257261
## [2.1.1] - 2023-01-19
258262

259263
### Fixed
260264

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
262266

263267
## [2.1.0] - 2022-11-22
264268

265269
### Security
266270

267-
- Update ckeditor4 to version 4.20.0 to prevent XSS
271+
- Update ckeditor4 to version 4.20.0 to prevent XSS
268272

269273
### Changed
270274

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
272276

273277
## [2.0.1] - 2022-05-23
274278

275279
### Changed
276280

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.
278282

279283
## [2.0.0] - 2022-02-25
280284

281285
### Added
282286

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**).
284288

285-
- We added read only style modes.
289+
- We added read only style modes.
286290

287-
- We added editor style mode **(Toolbar | Inline)**.
291+
- We added editor style mode **(Toolbar | Inline)**.
288292

289293
### Changed
290294

291-
- We changed the core library for Rich Text. Moved from Quill to CKEditor4.
295+
- We changed the core library for Rich Text. Moved from Quill to CKEditor4.
292296

293297
## [1.3.9] - 2021-08-11
294298

295299
### Changed
296300

297-
- We changed the behavior of Rich Text that could steal the focus while updating the content.
301+
- We changed the behavior of Rich Text that could steal the focus while updating the content.

0 commit comments

Comments
 (0)