Skip to content

Commit 5ce5b32

Browse files
committed
cssparser: Custom properties without values are valid
1 parent aed4103 commit 5ce5b32

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven.compiler.source>8</maven.compiler.source>
2626
<maven.compiler.target>8</maven.compiler.target>
2727

28-
<htmlunitcssparser.version>3.1.0</htmlunitcssparser.version>
28+
<htmlunitcssparser.version>3.2.0-SNAPSHOT</htmlunitcssparser.version>
2929
<htmlunitneko.version>3.1.0</htmlunitneko.version>
3030
<htmlunitcorejs.version>3.1.0</htmlunitcorejs.version>
3131
<htmlunitxpath.version>3.1.0</htmlunitxpath.version>

src/changes/changes.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
</properties>
88

99
<body>
10+
<release version="3.2.0" date="Mai xx, 2023" description="Bugfixes">
11+
<action type="update" dev="rbri">
12+
cssparser: Custom properties without values are valid.
13+
</action>
14+
</release>
15+
16+
1017
<release version="3.1.0" date="April 16, 2023" description="Chrome/Edge 111, Firefox 111, Html parser improved, for..of loops for HTMLCollections, Bugfixes">
1118
<action type="remove" dev="rbri">
1219
INCOMPATIBLE CHANGE: CookieManager.getPort(URL) removed. Looks like

0 commit comments

Comments
 (0)