(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.
(J)Wt 4.13.3 is here!
It is a patch release that improves security for wt. It also disable form data caching by default due to the issues caused by its bugs. This will be turned on by default again when the feature is more stable.
Here are the links:
Wt 4.13.4 (C++): download wt-4.13.4.tar.gz (release notes)
JWt 4.13.4 (Java): download jwt-4.13.4.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
(J)Wt 4.13.3 is here!
It is a patch release that fixes several of issues, and also introduces some improvements. Check the release notes for more info.
The main points of attention are:
A fix to the form data cache
Several fixes to popups and menus
Fix to several function of WEnvironment in Widgetset mode
Here are the links:
Wt 4.13.3 (C++): download wt-4.13.3.tar.gz (release notes)
JWt 4.13.3 (Java): download jwt-4.13.3.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
(J)Wt 4.13.2 is here!
It is a patch release that fixes a couple of issues, and also introduces some improvements. Check the release notes for more info.
The main points of attention are:
Several fixes to EventSignals and form data cache
Improvement to WTableView scrolling
Fixes linking errors with mariadb-connector and libharu latest versions on windows
Here are the links:
Wt 4.13.2 (C++): download wt-4.13.2.tar.gz (release notes)
JWt 4.13.2 (Java): download jwt-4.13.2.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.