Skip to content

SWE v4.3.0

Compare
Choose a tag to compare
@amitdeydotme amitdeydotme released this 18 Aug 03:01
· 7 commits to master since this release
fdee482

Released on 31 Aug 2023
To apply the latest changes to your templates install or update to web-template-release@latest.

🟢 New

Footer - Cultural acknowledgement #1079

What was changed: HTML, CSS
Documentation: Footer
Internal ticket reference: QOLDEV-470

cultural-acknow

🔵 Improvements

Table - Option to remove zebra-stripes from rows #1028

Detail: Apply the class 'qg-table-no-stripes' to the table element to remove the background colour on alternate table rows.
What was changed: HTML, CSS
Documentation: Table
Internal ticket reference: QOLDEV-73

Stripes No stripes
table-withstripes table-withoutstripes

Cards - Border above call-to-action button removed #993

Detail: Border removed to reduce the space between the text content and the call-to-actions. The UI aesthetics has improved.
What was changed: HTML, CSS
Documentation: Cards
Internal ticket reference: QOLDEV-458

Before After
cards02-before cards02-after

Images - Full-width option for ‘figure’ images #980

Detail: Apply the class 'max-width-none' to the figure element to display the figure at full-width.
What was changed: HTML, CSS
Documentation: Images
Internal ticket reference: QOLDEV-74

🟡 Fixes

Banner - Fix to link colour in banner blurb #982, #997, #1006

What was changed: HTML, CSS
Documentation: Banner
Internal ticket reference: QOLDEV-352

Before After
banner-before banner-after

Cards - Fix to background colour of light-theme #983

Detail: The background colour of light cards content area changed from transparent to white.
What was changed: HTML, CSS
Documentation: Cards
Internal ticket reference: QOLDEV-398

Before After
cards01-before cards01-after

Home page template - Card styling fixed between viewport 525 and 576px

Detail: Ensures images match width of their corresponding label.
What was changed: HTML, CSS
Internal ticket reference: QOLDEV-466

Before After
cards03-before cards03-after

Social media - Fix to horizontally align icons #978, #1082

What was changed: HTML, CSS
Documentation: Links
Internal ticket reference: QOLDEV-425

Before After
socials-before socials-after

Global search - Fix to alignment of CTA button on the suggestion dropdown #1078

What was changed: HTML, CSS
Internal ticket reference: QOLDEV-451

Before After
search-alignment-before search-alignment-after

Search results page - Fix to search input to avoid overlap of icon and text #994

What was changed: HTML, CSS
Internal ticket reference: QOLDEV-462

Before After
search-box-before search-box-after

Alert - A fix to remove the text underline on any button contained in the component #989

Detail: Within the alert component, button text was incorrectly showing an underline, it's now aligned with the global button style.
What was changed: CSS
Documentation: Alert, Button
Internal ticket reference: QOLDEV-450