File tree 3 files changed +11
-23
lines changed
3 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ and optional library packages are the following:
62
62
### Compile-time dependencies
63
63
64
64
- The [ css4j] ( https://github.com/css4j/css4j/releases ) library (and its transitive
65
- dependencies); version 3.9.1 or higher is recommended (compatibility with 4 .0 or
65
+ dependencies); version 4.0 or higher is recommended (compatibility with 5 .0 or
66
66
higher is likely but not guaranteed).
67
67
68
68
### Test dependencies
Original file line number Diff line number Diff line change 1
- # css4j-AWT version 3.6.1 Release Notes
1
+ # css4j-AWT version 4.0 Release Notes
2
2
3
- ### January 23 , 2023
3
+ ### March 30 , 2023
4
4
5
5
<br />
6
6
7
7
## Highlights
8
8
9
- ### Accept synonyms for "sans serif" in ` AWTStyleDatabase `
10
-
11
- ### Make generic font family comparisons case insensitive in ` AWTStyleDatabase `
9
+ ### Upgrade to css4j 4.0
12
10
11
+ This library now benefits from the color upgrades in css4j 4.0.
13
12
14
13
<br />
15
14
16
15
## Detail of changes
17
16
18
- The javadocs now link to css4j API docs.
19
-
20
- - Accept synonyms for "sans serif" in ` AWTStyleDatabase ` .
21
- - Make generic font family comparisons case insensitive in ` AWTStyleDatabase ` .
22
- - Bump year to 2023 in copyrights.
23
- - Javadoc: add a module description.
24
- - Fix build warning
25
- - Fix javadoc warning
26
- - Upgrade to css4j 3.9.1
27
- - Upgrade to xml-dtd 4.1.1
28
- - Upgrade to slf4j-api 2.0.6
29
- - Upgrade to JUnit 4.13.2.
30
- - Upgrade to extra-java-module-info 1.2
31
- - Upgrade Gradle wrapper to 7.6
32
- - Gradle: copy licensing files to META-INF directory of archive files.
33
- - Add a workflow to publish package in Github.
17
+ - Upgrade to css4j 4.0
18
+ - Upgrade to slf4j 2.0.7
19
+ - Upgrade to extra-java-module-info 1.3
20
+ - Upgrade Gradle wrapper to 8.0.2
21
+ - Tests: convert the tests to JUnit 5.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' io.sf.carte'
8
- version = ' 3.6.2-SNAPSHOT '
8
+ version = ' 4.0 '
9
9
10
10
description = ' css4j-awt'
11
11
You can’t perform that action at this time.
0 commit comments