Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/rich-text-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ 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.

### Changed

- We changed Tab keyboard behavior to add indentation instead of exiting focus from editor.

- We changed `&nbsp;` mark for empty line in favor for `<br />` 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 `<br />` break tag.

## [4.10.0] - 2025-10-02
Expand Down
Loading