Skip to content

Design System v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 05:43
· 168 commits to master since this release

Released on 13 Aug 2024

New features

Long Breadcrumb support with overflow menu - #141

Detail: Breadcrumbs will move into an overflow menu when there is not enough room to display all levels of the breadcrumb list or there are more then 5 levels of breadcrumbs. Page titles will truncate if an overflow menu has been added and there is still not enough room for the full title to be displayed without it flowing over two lines. This update only occurs on at large screen sizes over 992px. Mobile and tablet behaviour remains unchanged. Change implemented to ensure breadcrumbs should never run over two lines.
What was changed: HTML, CSS, JS
Internal Ticket reference: QHWT-1011
Documentation: Breadcrumbs

Improvements

Footer update for the Acknowledgement of Country #143

Detail: The goal of this release is to improve the positioning of the cultural Acknowledgement of Country (AoC), and improve the usability of the footer component in Figma.
New heading called ‘Acknowledgement of Country’ is added above the existing message in the footer.
The 'Queensland Government Coat of Arms’ (logo) is moved to sit below the Acknowledgment of Country message.
What was changed: HTML, CSS
Internal Ticket reference: QHWT-1012
Documentation: Footer

Promo panel improvements #145

Detail: Lots of improvements has been done for the promo panel layout to improve padding, margins and spacing.
What was changed: CSS
Internal Ticket reference: QHWT-881
Documentation: Promo panel

Fixes

Hover state text colour on dark background in the link list - #144

Detail: Link text on hover state on dark background colours is the same colour as the background when using a link list style.
What was changed: CSS
Internal Ticket reference: QHWT-1015

Form error state and error message updates - #147

Detail: Form error state and error message colours has been updated as per figma design.
What was changed: CSS
Internal Ticket reference: QHWT-1063
Documentation: Forms

Filtering checkboxes go on the top of the main nav when it opens - #142

Detail: Filtering checkboxes for enhanced search was appearing on the top of the main nav when it expanded.
What was changed: HTML
Internal Ticket reference: QHWT-1035