Skip to content

Commit b6c97af

Browse files
committed
Release 6.2
1 parent 137b7a5 commit b6c97af

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
1-
# css4j version 6.1.1 Release Notes
1+
# css4j version 6.2 Release Notes
22

3-
### October 16, 2025
3+
### December 3, 2025
44

55
<br/>
66

77
## Highlights
88

9-
### XML/HTML builder: better default compatibility with Java 24 and later
9+
### `if()` function compliance update
1010

11-
Java 24 and 25 shipped with JAXP default parameters that are too small, see
12-
13-
- https://bugs.openjdk.org/browse/JDK-8368902
14-
- https://github.com/google/google-java-format/issues/1210
15-
16-
This affects `XMLDocumentBuilder` which now applies larger values where needed.
11+
Value ranges are now supported inside functions; this is required for parsing
12+
and serializing the `if()` function as supported by the latest chromium-based
13+
browsers.
1714

1815
<br/>
1916

2017
## Detail of changes
2118

22-
- dom: use reasonable JAXP configuration defaults for `XMLDocumentBuilder` to
23-
run on Java 24 and later.
24-
- util: remove a few unneeded steps in shorthand minification.
25-
- Additional relative color test.
26-
- javadoc: Minify javadoc was missing two command line options.
27-
- Small javadoc improvements.
28-
- Upgrade to JUnit 5.14.0.
29-
- Upgrade to checkstyle 10.26.1.
30-
- Upgrade Gradle wrapper to 8.14.3.
31-
- actions: remove reference to deleted `1-stable` branch on CI.
32-
- actions: various upgrades.
19+
- nsac: support value ranges inside functions.
20+
- Support value computation of `tab-size` and several `text-*` properties.
21+
- Upgrade to JUnit 5.14.1.
22+
- Upgrade to actions/checkout v6.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = 'io.sf.carte'
20-
version = '6.2-SNAPSHOT'
20+
version = '6.2'
2121
description = 'css4j'
2222

2323
java {

0 commit comments

Comments
 (0)