Skip to content

Commit de98701

Browse files
authored
Rich Text v4.7.0: Update changelog (#1591)
2 parents 4d9864e + 0878677 commit de98701

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

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

77
## [Unreleased]
88

9-
## [4.6.1] - 2025-05-21
9+
## [4.7.0] - 2025-06-02
1010

1111
### Added
1212

1313
- We added support to add custom font families to Rich Text.
14+
15+
## [4.6.1] - 2025-05-21
16+
17+
### Added
18+
1419
- We added table support to Rich Text, now it is possible to add tables and configure their layout.
1520

1621
### 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": "@mendix/rich-text-web",
33
"widgetName": "RichText",
4-
"version": "4.6.1",
4+
"version": "4.7.0",
55
"description": "Rich inline or toolbar text editing",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

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

0 commit comments

Comments
 (0)