24 January: Widget in iFrame

✨ New

In this update, we've transitioned from utilizing a widget as a web component to incorporating iframes, introducing a range of enhancements.

Benefits of the Changes:

  1. Enhanced Style and Script Isolation:

    • With the adoption of iframes, we've achieved complete isolation of CSS styles and JavaScript scripts. This ensures a conflict-free environment, eliminating issues related to class names, functions, or variables between your application and the iframe content.

  2. Heightened Security Measures:

    • Your application's security is now fortified as iframes restrict access to embedded webpage content. This prevents embedded content from having direct access to global resources and functions within your application.

  3. Simplified Integration with External Applications:

    • The switch to iframes streamlines the integration process with external services or applications. More straightforward and reliable integration, providing a seamless experience for external content.

Last updated