(J)Wt 4.14.3 is out!
This is a small patch release that mostly fixes a compile error for JWt, but also fixes another small bug. Check the release notes for more info.
Here are the links:
Wt 4.14.3 (C++): download wt-4.14.3.tar.gz (release notes)
JWt 4.14.3 (Java): download jwt-4.14.3.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
(J)Wt 4.14.2 is here!
It is a patch release that fixes several of issues. Check the release notes for more info.
The main points of attention are:
Several fixes to popup placement
Several fixes to WTextEdit
A fix to a deadlock in Dbo::FixedSqlConnectionPool
Here are the links:
Wt 4.14.2 (C++): download wt-4.14.2.tar.gz (release notes)
JWt 4.14.2 (Java): download jwt-4.14.2.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
(J)Wt 4.14.1 is here!
It is a patch release that fixes several of issues. Check the release notes for more info.
The main points of attention are:
The fix for websocket when using compression
A couple fixes to WMenu and WTextEdit
Here are the links:
Wt 4.14.1 (C++): download wt-4.14.1.tar.gz (release notes)
JWt 4.14.1 (Java): download jwt-4.14.1.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
(J)Wt 4.14.0 is out!
The main focus of this new version is the addition of the dark-mode for the Bootstrap 5 theme. It was already possible to use it, but several widgets used custom css and images that had no dark-mode versions.
Another big changes is the use of position-anchor. This allows a better placement for widgets in relation to one another, especially for popups.
Some changes were also done that reduce drastically the amount of JavaScript sent to add event listeners. This does reduce significantly the size of JavaScript payloads adding several event handlers.
This release also includes several other features, bug fixes, and improvements. Check the release notes for more detailed information.
Here are the links:
Wt 4.14.0 (C++): download wt-4.14.0.tar.gz (release notes)
JWt 4.14.0 (Java): download jwt-4.14.0.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.