Skip to main content

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.

v7.1.2

1. Implements translation blocking for INPUT and TEXTAREA elements

The INPUT and TEXTAREA elements were treated as standard exceptions in the plugin in order to avoid unwanted interactions with text input fields. In forms with these elements, the invalid text feedback was constantly triggered, which impaired the usability of the plugin.

This means that the plugin will not interfere with these fields, avoiding the unnecessary display of invalid text feedback. These changes ensure a smoother experience when using the plugin on forms.

v7.1.1

1. Corrects the translation of buttons made with wai-aria

Some improvements have been made to the plugin to ensure proper interaction with the BUTTON and A elements. These changes aim to improve the user experience when using the promptlink (Button access Link generated by the plugin).

Previously, when a button or link did not have an associated text, a feedback message stating that the content could not be translated was displayed, which ended up hindering the user's navigation, as the promptlink became unavailable with the feedback message. Changes have now been made to avoid this unnecessary display.

If a button or link has no visible text, but has the attributes "aria-label", "aria-describedby" or "aria-description", the plugin will read the description present in one of these three attributes, following the order mentioned. These modifications ensure usability improvements in the plugin.

v7.1.0

1. Parcel update

The plugin's Parcel library has been updated and we have been able to make some internal improvements to the product. These are:

  • a. Performance improvements: Version 2 of Parcel is more efficient than version 1, both in terms of development and the process of building the application, which means that users can expect the application to load more quickly and perform tasks faster.
  • b. Compatibility with new technologies: Parcel version 2 has better support for new features and web development standards, which can result in new features and better compatibility with different browsers or devices.
  • c. Improved stability and security: Parcel version 2 includes several bug fixes and security improvements that can increase the overall stability of the application.

In addition, with this version the problem we had with the 6.0.0 plugin with the addition of Code Splitting and incompatibility with RequireJS has been fixed.

v7.0.1

Updates the redirect link displayed on the plugin’s loading screen.

v7.0.0

1. Applies integration with Google Analytics 4

Universal Analytics was deactivated on July 1, 2023, so it was necessary to change the tracking method to Google Analytics 4 in order to continue to have data that is relevant to customers and internal decisions.

In the process of implementing GA4, it was necessary to make changes to the existing flows of some events in order to comply with the LGPD. Thus, at the end of the modifications, we had the hits updated and GA4 duly installed, allowing us to collect and analyze user data in accordance with LGPD standards in order to obtain continuous improvements to the product.