Releases: emweb/wt
Release list
Wt 4.14.0
Wt 4.14.0 is a major release. That focuses on:
- Dark mode for Bootstrap 5 theme
- Position-anchor
- Reducing the amount of JavaScript sent by Wt
- and much more
Dark mode for Bootstrap 5 theme
It is now possible to change the color theme of Bootstrap 5 theme, and custom css used by Wt for Bootstrap 5 was adapted to also support the Dark mode.
Position-anchor
It is now possible to add position-anchor to widgets, allowing to simplify placement of widgets in relation to one another. This is now used for popups placement when relevant, allowing to avoid popup reparenting.
Check the release notes for more info.
Changes to the windows builds:
libpng 1.6.56 -> 1.6.58
postgresql 16.13 -> 16.14
openssl 3.6.2 -> 4.0.1
boost 1.90 -> 1.91
mariadb-connector 3.4.8 -> 3.4.9
Note:
Postgres (17.0) has not been updated to the latest version due to build changes.
Wt 4.13.4
Wt 4.13.4 is a patch release. Check the release notes for more info.
Wt 4.13.3
Wt 4.13.3 is a patch release. Check the release notes for more info.
4.13.2
Wt 4.13.2 is a patch release. Check the release notes for more info.
Wt 4.13.1
Wt 4.13.1 is a patch release. Check the release notes for more info.
Wt 4.13.0
Wt 4.13.0 is a major release. That focuses on:
- Notifying the user
- Caching form data to diminish client request size
- Allowing to scroll to a specific column in WTableView and WTreeView
Notifying the user
- Added WNotification to send notifications to the user
- Added the possibility to change the favicon
Those new features have examples available in the Widget Gallery
Caching form data
Form data will now only be sent by the client when it was updated or asked by the server. Some configuration options have been added in the wt_config.xml to customize that behavior.
Check the release notes for more info.
Changes to the Windows builds:
Updated asio from 1.30.2 to 1.34.2
Updated PostgreSQL from 16.8 to 16.9
Updated Boost from 1.87.0 to 1.88.0
Updated MariaDB Connector c from 3.3.14 to 3.3.15
Updated libPNG 1.6.47 to 1.6.50
Updated OpenSSL from 1.1.1w to 3.4.0
Note:
Postgres (17.0) and MariaDB Connector C (3.4.1) and zlib (1.3.2) have not been updated to the latest versions due to build changes.
Wt 4.12.6
Wt 4.12.6 is a patch release. Check the release notes for more info.
Wt 4.12.5
Wt 4.12.5 is a patch release. Check the release notes for more info.
WT 4.12.4
Wt 4.12.4 is a patch release. Check the release notes for more info.
Wt 4.12.3
Wt 4.12.3 is a patch release. Check the release notes for more info.