Skip to content

v1.0.6

Compare
Choose a tag to compare
@andrewserff andrewserff released this 13 Oct 22:37
· 27 commits to master since this release

Convergent-UI v1.0.6 adds the ability to forward images, css, javascript and other text objects from backend services. This is useful because the HTML that might be served from the backend service could contain images. It could also require some special styling or javascript in order to look/work correctly. For more information about how this feature works and how to use it, please see the "Images, CSS & Javascript" section of the README.

You can use the following dependency in your project:

<dependency>
    <groupId>net.acesinc</groupId>
    <artifactId>convergent-ui</artifactId>
    <version>1.0.6</version>
</dependency>