Skip to content

Commit 45d666a

Browse files
author
Illia Obukhau
committed
chore: prepare rich-text-web v2.1.0 release
1 parent db8271d commit 45d666a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

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

77
## [Unreleased]
88

9+
### Security
10+
11+
- Update ckeditor4 to version 4.20.0 to prevent XSS
12+
13+
### Changed
14+
15+
- Remove CSS file for WebSpellChecker Dialog plugin as it rich end of support from ckeditor4
16+
917
## [2.0.1] - 2022-05-23
1018

1119
### Changed

packages/pluggableWidgets/rich-text-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rich-text-web",
33
"widgetName": "RichText",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Rich inline or toolbar text editing",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/rich-text-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="RichText" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="RichText" version="2.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="RichText.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)