Release Notes v12.0.0
v12.8.3
Release date: August 5, 2026
1. Fix to typography feature persistence on dynamic pages
Fixed the loss of the Font Size, Line Spacing and Letter Spacing features when navigating between pages of sites that update their content without reloading the page (single-page applications, such as Next.js, React Router, Vue Router and Angular). Previously, the styles were not applied to elements rendered after the page change and only took effect again after a manual reload. The features are now automatically reapplied to content that enters the page, including content inside same-origin iframes.
2. Typography style cache optimization
Improved the internal cache used by the typography features, which now automatically releases the styles of elements removed from the page. The change reduces memory consumption during long browsing sessions.