|
7 | 7 | </properties> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <release version="3.12.0" date="March xx, 2024" description="htmlunit-websocket-client, Bugfixes"> |
| 10 | + <release version="4.0.0" date="March xx, 2024" description="IE support removed, htmlunit-websocket-client, Bugfixes"> |
| 11 | + <action type="remove" dev="rbri"> |
| 12 | + IE is no longer supported. This implies the largest change of the code base during the last > 10 years. |
| 13 | + More than 200 flags removed from the code and about 6.000 test case expectations adjusted. |
| 14 | + And also many IE specifc classes are gone. |
| 15 | + </action> |
| 16 | + <action type="add" dev="rbri"> |
| 17 | + New subproject htmlunit-websocket-client. For the start this is a shaded version of the latest |
| 18 | + Jetty 9 websocket-client. |
| 19 | + </action> |
| 20 | + |
| 21 | + <action type="fix" dev="rbri" issue="#740"> |
| 22 | + Form elements available also when form detached from DOM (regression in 3.6.0). |
| 23 | + </action> |
| 24 | + <action type="update" dev="rbri"> |
| 25 | + Geoloction implementation changed, the location is now part of the WebClientOptions, means you can set the |
| 26 | + location to an arbitrary position. |
| 27 | + </action> |
11 | 28 | <action type="update" dev="rbri"> |
12 | 29 | Upgrade Apache log4j-api to 2.23.0. |
13 | 30 | </action> |
|
26 | 43 | <action type="update" dev="rbri"> |
27 | 44 | Spotbugs annotations removed - there was no real benefit from having them in the code. |
28 | 45 | </action> |
29 | | - <action type="add" dev="rbri"> |
30 | | - New subproject htmlunit-websocket-client. For the start this is a shaded version of the latest |
31 | | - Jetty 9 websocket-client. |
32 | | - </action> |
33 | 46 | </release> |
34 | 47 |
|
35 | 48 | <release version="3.11.0" date="February 10, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes"> |
|
0 commit comments