Skip to content

1.2

Compare
Choose a tag to compare
@carlosame carlosame released this 31 Jul 18:04
· 89 commits to master since this release
v1.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.