Skip to content

Commit c1a061e

Browse files
author
Illia Obukhau
committed
chore(rich-text-web): prepare rich-text-web release
1 parent 58ca7c5 commit c1a061e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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

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

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue with attribute value override when Data view update widget props.
12+
13+
- We fixed the issue with underline toolbar not showing after setting 'Custom toolbar' property.
14+
15+
- We fixed an issue with image tag being removed on content sanitization.
16+
17+
### Added
18+
19+
- We added an indent plugin.
20+
921
## [2.1.1] - 2023-01-19
1022

1123
### Fixed

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.1.1",
4+
"version": "2.1.2",
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.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="RichText" version="2.1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="RichText.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)