|
1 | | -# css4j-dom4j version 4.2 Release Notes |
| 1 | +# css4j-dom4j version 5.0 Release Notes |
2 | 2 |
|
3 | | -(note: release 4.1 was skipped, for alignment with css4j 4.2) |
4 | | - |
5 | | -### November 19, 2023 |
| 3 | +### October 5, 2024 |
6 | 4 |
|
7 | 5 | <br/> |
8 | 6 |
|
9 | 7 | ## Release Highlights |
10 | 8 |
|
11 | | -### Align with css4j 4.2.2 |
| 9 | +### Major version bumped to 5 |
12 | 10 |
|
13 | | -Implements a method required by css4j 4.2.2. |
| 11 | +To emphasize that it is compatible with css4j 5.0, major version was bumped to 5. |
14 | 12 |
|
15 | 13 | <br/> |
16 | 14 |
|
17 | 15 | ## Detail of changes |
18 | 16 |
|
19 | | -- Handle also embedded sheets when setting and enabling sets by title. |
20 | | -- Several code simplifications. |
21 | | -- Tests: add a test for `getDoctype()`. |
22 | | -- Tests: add another (disabled) upstream test. |
23 | | -- Add scm section to Maven POM data. |
24 | | -- Upgrade to css4j 4.2.2. |
25 | | -- Upgrade to SLF4J 2.0.9. |
26 | | -- Upgrade to JUnit 5.10.1. |
27 | | -- Upgrade Gradle wrapper to 8.4. |
28 | | -- Upgrade to extra-java-module-info 1.6. |
29 | | -- Upgrade to actions/checkout@v4. |
30 | | -- Enable dependabot for Github actions. |
| 17 | +- Override `createElement(String, String)` in `XHTMLDocumentFactory`. |
| 18 | +- Tests: add selector matcher tests. |
| 19 | +- Upgrade to actions/setup-java v4. |
| 20 | +- Default to Linux line endings for source files. |
| 21 | +- Set up CodeQL analysis. |
| 22 | +- Upgrade JUnit to version 5.11.1. |
| 23 | +- Upgrade Gradle wrapper to 8.10.2. |
| 24 | +- Upgrade to extra-java-module-info version 1.9. |
| 25 | +- Bump copyright year to 2024. |
31 | 26 |
|
32 | 27 | <br/> |
33 | 28 |
|
|
0 commit comments