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