This update includes fixes across Information Requirements, model processing, Kanban card consistency, and a very large batch of Editor stability, accessibility, and formatting improvements.
What’s improved
  • Fixed a typo in Information Requirements for kilogram moles
  • Fixed a model processing issue affecting users in Taiwan
  • Fixed inconsistent ordering of Information Requirements on Kanban board cards
  • Fixed an issue where the “name” field was being read instead of item values
  • Fixed MS Edge autocorrect issue where suggested text was not being replaced correctly
  • Fixed unhandled error when deleting text inside custom or standard HTML tags
  • Fixed line height not adjusting to font size in Editor
  • Fixed issue where pasting links with single quotes broke URL parsing
  • Fixed incorrect cell focus after column resize, which caused text to appear in the wrong table cell
  • Fixed character count limit not enforced in Android WebView integration
  • Fixed issue where images could only be dragged once inside a table
  • Introduced Table Properties
  • Fixed Error: Cannot read properties of undefined (reading 'disableBlur')
    fullPage
    or
    iframe
    mode
  • Fixed inconsistent when removing all text on a single line using Backspace
  • Fixed accessibility labeling issues in Editor fields
  • Fixed double URL encoding when editing links
  • Fixed issue where
    html.get()
    omitted empty table rows in single-column tables
  • Introduced Table Cell Properties
  • Fixed URL recognition for common suffixes
  • Fixed keyboard actions not working when an entire table was selected
  • Fixed issue preventing text colour changes inside list items containing links
  • Fixed missing visual focus indicator on the Font Size popup when navigating with arrow keys
  • Fixed toolbar positioning issue when an SVG was the first element
  • Fixed accessibility issue: missing or incorrect expand/collapse state
  • Fixed accessibility issue: certain actions could not be performed with keyboard alone
  • Fixed accessibility issue: missing focus indicator
  • Fixed accessibility issue: button pressed state not conveyed
  • Fixed inability to navigate tables using up/down arrows
  • Fixed incorrect synchronization between increase-indent button and keyboard shortcuts
  • Fixed URLs ending with a hyphen being truncated when pasted
  • Fixed inconsistent behaviour when clearing formatting in tables depending on text placement
  • Fixed error triggered by clicking the ordered list button
  • Fixed RGBA and hex alpha colour values not working in text colour picker
  • Fixed inability to edit inputs inside shadow DOM
  • Fixed indent and ordered list button errors in the console
  • Fixed image resize box expanding to full width when captions and
    htmlUntouched: true
    were used
  • Fixed missing
    <li>
    elements when indenting a list immediately after creation
  • Fixed tooltips rendering outside shadow DOM boundaries
  • Fixed formatting issues when pasting from Word
  • Fixed entity stripping when copy/pasting within the same editor instance with
    pastePlain: true