Skip to content

Commit 8393d97

Browse files
authored
Release v16.5.0 (#2532)
1 parent d27749a commit 8393d97

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

index-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GCWeb, the WET-BOEW Canada.ca theme
33
altLangPage: index-fr.html
4-
dateModified: 2025-03-05
4+
dateModified: 2025-03-18
55
description: "Home page describing all the components of the Canada.ca theme, named GCWeb."
66
layout: no-container
77
language: en
@@ -20,7 +20,7 @@ css:
2020
<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>
2121
</div>
2222
<div class="col-xs-12 col-md-auto pull-right">
23-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.4.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v16.3.0</strong></a><br />
23+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.5.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v16.5.0</strong></a><br />
2424
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Release notes</a>)</small></p>
2525
</div>
2626
</div>

index-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GCWeb, le thème WET-BOEW de Canada.ca
33
altLangPage: index-en.html
4-
dateModified: 2025-03-05
4+
dateModified: 2025-03-18
55
description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb."
66
layout: no-container
77
language: fr
@@ -20,7 +20,7 @@ css:
2020
<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>
2121
</div>
2222
<div class="col-xs-12 col-md-auto pull-right">
23-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.4.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v16.3.0</strong></a><br />
23+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.5.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v16.5.0</strong></a><br />
2424
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Note de version</a>)</small></p>
2525
</div>
2626
</div>

méli-mélo/2024-04-stepsquiz/meta.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ changes:
5151
description: French translation functionality on language toggle for two text elements found in the component. Addition of a <code>&lt;label&gt;</code> element around the <code>&lt;progress&gt;</code> element in order to resolve an accessibility issue <a href="reports/a11y-1-en.html">Accessibility assessment no.1 - Progress bar</a>.
5252
departmentImpact: Prevents a possible complaint related to official languages and/or accessibility.
5353
publicImpact: Access to content that complies with official languages and that meets WCAG accessibility guidelines 2.1.
54+
- date: 2024-03-18
55+
description: This patch on the steps quiz allows nesting of fieldset.
56+
departmentImpact: Allows ESDC to respect ITAO's advice to be more accessible.
57+
publicImpact: Improve accessibility on some scenarios of pages using this plugin.
5458

5559
output: false
5660
---

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GCWeb",
3-
"version": "16.4.0",
3+
"version": "16.5.0",
44
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
55
"main": "index.html",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"bootstrap-sass": "3.4.3",
16-
"wet-boew": "github:wet-boew/wet-boew#v4.0.86.1"
16+
"wet-boew": "github:wet-boew/wet-boew#v4.0.87"
1717
},
1818
"browserslist": [
1919
"last 2 versions",

0 commit comments

Comments
 (0)