-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Kody Jordan edited this page Aug 11, 2026
·
31 revisions
Version 1.4.2 is a patch release focused on rich text editor usability across the application.
This release includes:
- Removed the rich text editor HTML element-path label that appeared in the lower-left corner of editor fields.
- Preserved the rich text editor resize handle on the lower-right edge after hiding the element-path label.
- Applied the rich text editor UX refinement through the shared editor wrapper so all HugeRTE-backed fields stay consistent.
QualityChecks v1.4.2 removes an internal HTML tag indicator from shared rich text fields to reduce user confusion while preserving resize behavior and editor functionality.
- Disabled the editor element-path status text so internal tags like
pno longer appear in the lower-left corner of rich text fields. - Kept the shared editor status bar active so resize affordances remain available.
- Re-aligned the resize handle to the lower-right edge when the element-path indicator is hidden.
- Applied the status bar change through the shared HugeRTE field component so Admin settings and submission/evaluation rich text fields behave the same way.
- Preserved existing rich text editing features, including formatting tools, link support, and manual resize.
- Fixed the confusing lower-left editor status label that exposed internal HTML tag names to end users.
- Fixed the rich text editor status bar layout so the resize handle remains on the right side after hiding the element-path text.
- No database schema changes.
- No API contract changes.
- No content model or sanitization changes for stored rich text.
- Existing rich text values are unaffected; this patch only changes editor presentation.