Link

May 2018 Release Notes

Release date: 1st May 2018

Next Release: 5th June 2018

Enhancements:

  • [HTML-3089] - Add setting to allow encryption of temporary files
    It is now possible to enable encryption of any temporary files BuildVu creates as part of the conversion process (see Javadoc).

  • [HTML-3095] - Add support for stroked text
    Stroked text is now supported in all browsers except Internet Explorer

  • [CORE-2936] - General code improvements
    Continued lock down so only appropriate access levels used and removed unused variables, methods and redundant operations.

  • [CORE-3052] - Rhino JAR dependency removed and JS handling tidied up
    The Rhino JAR is no longer needed as a dependency for our software.

  • [CORE-3079] - Tidy up Access Levels
    Access levels tidied up to remove public access to non-API classes and Ensure correct level of access on objects in low level code

  • [HTML-3093] - Removed unused assets in jar
    Unused image assets removed

Fixes:

  • [HTML-3039] - Stroked text appearing filled in HTML conversion
    Fixed

  • [HTML-3041] - Bold font is displayed as non-bold in HTML output (caused by missing stroke)
    Fixed

  • [HTML-3079] - Text outline not visible
    Fixed