Skip to main content

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.

Release Notes v11.0.0

v11.24.3

Release Date: September 17, 2025

1. Removal of the @types/debug library

The @types/debug library was removed, as its type definitions are no longer required in the current context of the plugin.

2. Check for multiple instances of the HT class

A check was added to the HT class to ensure that multiple instances are not created.

3. Replacement of the hash-wasm library

The hash-wasm library was replaced with a custom implementation.

Release Notes v8.0.0

v8.4.0

1. Usability Improvements

Updated the feedback for content unavailable for translation and added a modal to alert users about connection failures.

Release Notes v7.0.0

v7.1.3

1. Fixes styled-components conflicts

After updating the installer, we identified conflicts with the styled components of the Hand Talk Plugin in very specific web environments that use outdated versions of the next library in conjunction with styled components.

  • • Removed duplicate instantiation of styled-components
  • • Updated styled-components to version 6.0.1

This avoids conflicts in library environments with styled-components, which could interfere with the plugin's interface.

Release Notes v6.0.0

v6.0.5

1. Correction of plugin behavior in Firefox

The plugin was having trouble opening in Firefox and the positioning of the welcome and tutorial balloons was incorrect. Both problems have now been corrected so that users can use the plugin in Firefox as normal.

Release Notes v4.0.0

v4.5.1

1. CSS Fixes

This version addressed CSS issues in the plugin interface.

  • • Fixed invisible background during loading.
  • • Fixed issues with the align parameter.