Releases: Alipsa/htmlcreator
Releases · Alipsa/htmlcreator
Ver 1.4.1
- Add addPlot function for better plotting capabilities
- Make sure get content is enclosed in
<html> </html>
Ver 1.4
Minor update:
- add html.new(...) as an alias for html.clear() followed by html.add(...)
- update docs
Ver 1.3
This is minor bugfix release, change are:
- use a dedicated env to avoid accidental overwrites
- Remove space in base 64 file encoding (no space works in all browsers whereas the space caused problems in (at least) Firefox)
Ver 1.2
Add support for img url with html.imgUrl(), fix a small bug that gave a warning if more than 1 atrribute was passed in the htmlattr list.
Published to central. Add the following dependency to your pom:
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>htmlcreator</artifactId>
<version>1.2</version>
</dependency>
See readme.md for more details on usage.
Ver 1.1
- Add the possibility to add any html attribute.
Add the following to you pom.xml to us it:
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>htmlcreator</artifactId>
<version>1.1</version>
</dependency>
Ver 1.0
Initial release, everything works although not optimized for performance. See readme.md for details