From fd0f73627cbb39b078ea979ce91f8675d4e726fa Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Thu, 22 Dec 2022 12:39:51 +0100 Subject: [PATCH] Wt 4.9.0 release notes --- ReleaseNotes.html | 141 ++++++++++++++++++++++++++++++---------------- 1 file changed, 94 insertions(+), 47 deletions(-) diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 2ef39c663a..e5ea431a5a 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -20,7 +20,19 @@

Wt Release notes

the way you build Wt, the way you configure Wt or the Wt API and behaviour. -

Release 4.9.0 (December 2022)

+

Release 4.9.0 (December 22, 2022)

+ +

+ Wt 4.9.0 features a lot of changes under the covers: we have painstakingly removed jQuery from Wt, + modernized the JavaScript, and added a linter, formatter, and a new minifier in the process. +

+ +

+ A more directly noticeable change is the fact that we gave the documentation a new lick of paint using the + Doxygen Awesome theme. Also, now that we added some tooling to customize WBootstrap5Theme, the + widget gallery's + primary color was updated to be more in line with Wt's website. +

Backwards incompatible changes

@@ -78,25 +90,21 @@

Changes to WBootstrap5Theme

Collapsible panels
- Since WBootstrap5Theme - was introduced in Wt 4.6.0, when a - WPanel was made - collapsible - it would be implemented - using an - accordion, + has used an + accordion instead of a + card + for collapsible panels since its introduction in Wt 4.6.0. + Now, WPanel always uses a card. + This allows all panels to have a consistent appearance, regardless of whether they can be collapsed or not. + Additionally, the WPanel::collapse() and - WPanel::expand() would not work with - WBootstrap5Theme. - We have now changed the implementation to use - card - again, so that all panels look alike regardless of whether they're collapsible. - It's now possible again to query and change the collapsed state of panels. - This resolves issue - #10364. + WPanel::expand() functions will now work + as expected with + WBootstrap5Theme. + This change resolves issue #10364.
Bootstrap 5 theme customization
@@ -110,20 +118,28 @@

Changes to WBootstrap5Theme

widget gallery makes use of this by changing the primary color from Bootstrap's blue to the purple used in Wt's logo and homepage. - This resolves issue - #9350. + This change resolves issue #9350.
-

Other

+

New features

+ +

Other improvements

+ + + +

Bug fixes

+ + -

Release 4.8.3 (December 2022)

+

Release 4.8.3 (December 22, 2022)

Wt 4.8.3 is a patch release that addresses the following issues: