{productname} 8.3.0 was released for {enterpriseversion} and {cloudname} on Wednesday, December 10th, 2025. These release notes provide an overview of the changes for {productname} 8.3.0, including:
The following premium plugin updates were released alongside {productname} 8.3.0.
{productname} 8.3.0 also includes the following improvements:
Previously, when a premium plugin was not permitted for a given license key, the plugin would be disabled without any corresponding editor message. As of 8.3.0, this behaviour has been improved: the editor now displays a notification when a plugin is disabled due to license restrictions, reducing ambiguity.
For more informaton on license keys, see: License Key.
In previous versions of {productname}, accordion behavior in readonly mode relied on the browser’s default handling, which could still modify the DOM and lead to undesirable, uncontrolled changes to the editor state. This meant that even when the editor was configured as readonly, expanding or collapsing accordion sections could alter the underlying content structure in inconsistent ways.
In {productname} 8.3.0, the Accordion plugin now explicitly manages open and close interactions in readonly mode, ensuring that any required DOM updates for toggling panels are performed in a controlled, minimally invasive manner. This improvement provides more predictable behavior, better control over how the DOM is manipulated, and a consistent user experience when interacting with accordions in readonly editors.
{productname} 8.3.0 also includes the following bug fixes:
Previously, an issue was identified where the font-size style applied to list items was not retained when creating new items in either numbered or bulleted lists. As a result, list items added by pressing Enter did not inherit the correct font size from the preceding item.
{productname} 8.3.0 addresses this issue by changing the behavior such that the font-size style is now consistently transferred to newly created list items. This ensures that all new list items have the correct font size.