Skip to content

Commit

Permalink
Release v15.2.1 (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garneauma authored Jun 20, 2024
1 parent 2a63f60 commit 5dad81e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
2 changes: 2 additions & 0 deletions _data/méli-mélo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"libs": [
"2024-02-charts",
"2024-04-stepsquiz",
"2021-05-conjunction",
"2021-05-steps",
"deprecated"
]
},
Expand Down
4 changes: 2 additions & 2 deletions index-en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCWeb, the WET-BOEW Canada.ca theme
altLangPage: index-fr.html
dateModified: 2024-05-29
dateModified: 2024-06-20
description: "Home page describing all the components of the Canada.ca theme, named GCWeb."
layout: no-container
language: en
Expand All @@ -20,7 +20,7 @@ css:
<p>The page templates and design patterns below comprise a reference implementation of the <a href="https://design.canada.ca">Canada.ca design system</a>, including the mandatory requirement of the Content and Information Architecture (C&amp;IA) Specification. Government of Canada departments and agencies can contribute additional patterns and templates via <a href="https://github.com/wet-boew/GCWeb">GCWeb github repository</a>.</p>
</div>
<div class="col-xs-12 col-md-auto pull-right">
<p><a href="https://github.com/wet-boew/GCWeb/archive/v15.2.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v15.2.0</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v15.2.1.zip" class="btn btn-primary">Download GCWeb theme <strong>v15.2.1</strong></a><br />
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Release notes</a>)</small></p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index-fr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCWeb, le thème WET-BOEW de Canada.ca
altLangPage: index-en.html
dateModified: 2024-05-29
dateModified: 2024-06-20
description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb."
layout: no-container
language: fr
Expand All @@ -20,7 +20,7 @@ css:
<p>Les gabarits et les conceptions communes si dessous sont une référence d'implémentation du <a href="https://conception.canada.ca">Système de conception de Canada.ca</a>, incluant les exigences obligatoire de la spécifications du contenu et de l’architecture de l'information (C&amp;AI) pour Canada.ca. Les ministères et organisme du gouvernement du Canada peuvent y contribuer en publiant leur modèle et leur conception commune via le <a href="https://github.com/wet-boew/GCWeb">dépôt github de GCWeb</a>.</p>
</div>
<div class="col-xs-12 col-md-auto pull-right">
<p><a href="https://github.com/wet-boew/GCWeb/archive/v15.2.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v15.2.0</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v15.2.1.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v15.2.1</strong></a><br />
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Note de version</a>)</small></p>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions méli-mélo/2021-05-conjunction/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ implementationPlan:
todos:
- Review code and governance to balance optimal accessibility and ease of implimentation by users.

changes:
- date: 2024-06-20
description: Changed border to appear in high contrast. Changed font size of CSS generated text to em value for better scalability between parent font sizes. Increased miminum height of side by side pattern to create consistant border above and below CSS text design. Updated governance towards stabilization.
departmentImpact: No change from a departmental perspective.
publicImpact: Allows border to be shown in high contrast (could require additional adjustment for FF and MacOS browsers). Fixed issue of using design in font sizes other than 20px (GCWeb standard)

output: false
---
8 changes: 8 additions & 0 deletions méli-mélo/2021-05-steps/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pages:
- title: Liste des étapes
language: fr
path: index-fr.html

implementationPlan:
- due: 2021-06
what: Engage with TBS to show them this design pattern
Expand All @@ -42,8 +43,15 @@ implementationPlan:
what: review updated CSS and governance added to validate usability toward stable
- due: 2024-05
what: change name of component to better reflect use case

todos:
- Finalize design

changes:
- date: 2024-06-20
description: Reduced excessive spacing for small amount of content. Removed background color for default list steps number (except in striped mode) as was not showing up properly in high contrast mode. Updated governance towards stabilization.
departmentImpact: No change from a departmental perspective.
publicImpact: Created a cleaner look for items using list steps with a smaller amount of content. Made the numbers more visible for edge case scenarios of print and high contrast.

output: false
---
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
"version": "15.2.0",
"version": "15.2.1",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 5dad81e

Please sign in to comment.