Skip to content

Releases: emweb/wt

Wt 4.14.0

Choose a tag to compare

@RomainMard RomainMard released this 15 Jul 12:26

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

Choose a tag to compare

@RomainMard RomainMard released this 02 Jul 07:46

Wt 4.13.4 is a patch release. Check the release notes for more info.

Wt 4.13.3

Choose a tag to compare

@RomainMard RomainMard released this 16 Jun 08:08

Wt 4.13.3 is a patch release. Check the release notes for more info.

4.13.2

Choose a tag to compare

@RomainMard RomainMard released this 07 May 07:57

Wt 4.13.2 is a patch release. Check the release notes for more info.

Wt 4.13.1

Choose a tag to compare

@RomainMard RomainMard released this 15 Apr 13:10

Wt 4.13.1 is a patch release. Check the release notes for more info.

Wt 4.13.0

Choose a tag to compare

@RomainMard RomainMard released this 14 Apr 09:11

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

Choose a tag to compare

@RomainMard RomainMard released this 17 Mar 08:39

Wt 4.12.6 is a patch release. Check the release notes for more info.

Wt 4.12.5

Choose a tag to compare

@RomainMard RomainMard released this 03 Mar 13:43

Wt 4.12.5 is a patch release. Check the release notes for more info.

WT 4.12.4

Choose a tag to compare

@RomainMard RomainMard released this 02 Mar 10:19

Wt 4.12.4 is a patch release. Check the release notes for more info.

Wt 4.12.3

Choose a tag to compare

@RomainMard RomainMard released this 20 Feb 15:52

Wt 4.12.3 is a patch release. Check the release notes for more info.