Skip to content

Commit

Permalink
Release v16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ouafaaetta committed Feb 4, 2025
1 parent 7b3646a commit b508203
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
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: 2025-01-28
dateModified: 2025-02-04
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/v16.1.1.zip" class="btn btn-primary">Download GCWeb theme <strong>v16.1.1</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.2.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v16.2.0</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: 2025-01-28
dateModified: 2025-02-04
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/v16.1.1.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v16.1.1</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v16.2.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v16.2.0</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
5 changes: 5 additions & 0 deletions méli-mélo/2024-10-datatable-utilities/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,15 @@ todosFR:
- Envisager d'ajouter d'autres classes de manipulation de données (pourcentage)?

changes:
- date: 2025-01-23
description: Change was to fix a bug with tables that have hidden columns. The hidden columns caused the formatting to apply to the wrong column.
departmentImpact: The bug is now fixed and the workaround of having to move the hidden columns to the end is no longer necessary.
publicImpact: The bug is now fixed and the workaround of having to move the hidden columns to the end is no longer necessary.
- date: 2024-11-01
description: DataTable Utilities, includes Data Manipulation Classes for emails, Urls and Money. Also Includes Datatable Footer Totals
departmentImpact: Having this plugin intergrated will make the transition to Canada.ca easier as these features are already in use on https://www.tpsgc-pwgsc.gc.ca, currently some of the pages that make use of this plugin and other pages that make use of Other Javascripts are just pointed to from Canada.ca
publicImpact: The Public at Large, the plugin makes DataTables more user friendly with Clickable Links, and they are used to this functionality our PRE Canada.ca Pages


output: false
---
2 changes: 1 addition & 1 deletion méli-mélo/th-winterlude/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: en
title: Winterlude theme
description: Background colours and custom heading 1 used for the Winterlude campaign
componentName: th-winterlude
expiry: February 1, 2024
expiry: February 1, 2026
mainPage: winterlude.html
cssClass:
- bg-winterlude
Expand Down
2 changes: 1 addition & 1 deletion méli-mélo/th-zev/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: en
title: Zero Emission Vehicles (ZEV) Theme
description: Background colours used for NRCan's ZEV campaign
componentName: th-zev
expiry: May 31, 2024
expiry: May 31, 2026
mainPage: zev.html
cssClass:
- bg-zev-purple
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
"version": "16.1.1",
"version": "16.2.0",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"bootstrap-sass": "3.4.1",
"wet-boew": "github:wet-boew/wet-boew#v4.0.84.1"
"wet-boew": "github:wet-boew/wet-boew#v4.0.85"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit b508203

Please sign in to comment.