1.2
Warning: dependency on xmlgraphics-commons was removed
If you use a Gradle build, be sure to add the following to the repositories
configuration for css4j's Maven repository:
includeGroup 'io.sf.graphics'
The configuration for the repository should look like this:
maven {
url "https://css4j.github.io/maven/"
mavenContent {
releasesOnly()
}
content {
includeGroup 'io.sf.graphics'
includeGroup 'io.sf.carte'
includeGroup 'io.sf.jclf'
}
}
Detail of changes
- anim: share the user agent css loading code between 1.1 and 1.2 implementations.
- anim,parser: support
calc()
values in animated rectangles. - Remove xmlgraphics-commons.
- Tests: add more Mermaid tests.
- Small javadoc tweaks.
- Upgrade to css4j 4.3.