From ab1873c8612c953d919afefa219a7fb587271f92 Mon Sep 17 00:00:00 2001 From: Content Teams Date: Thu, 6 Nov 2025 15:55:22 +0000 Subject: [PATCH] chore(@mendix/rich-text-web): update changelog --- packages/pluggableWidgets/rich-text-web/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/pluggableWidgets/rich-text-web/CHANGELOG.md b/packages/pluggableWidgets/rich-text-web/CHANGELOG.md index 516af6ecfa..a68446fc85 100644 --- a/packages/pluggableWidgets/rich-text-web/CHANGELOG.md +++ b/packages/pluggableWidgets/rich-text-web/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.11.0] - 2025-11-06 + ### Fixed - We fixed an issue where onblur and onchange when user leave editor events not firing correctly if a focusable element is clicked as change focus user action. @@ -13,11 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - We changed Tab keyboard behavior to add indentation instead of exiting focus from editor. + - We changed ` ` mark for empty line in favor for `
` break tag instead. ### Added - We added alt+F11 keyboard shortcut to do focus next, and alt+F10 to focus on toolbar. + - We added shift+enter keyboard shortcut to add `
` break tag. ## [4.10.0] - 2025-10-02