Skip to content

Commit 58ba2a4

Browse files
authored
Updating WET to v4.0.50.1 (#532)
1 parent 85dcced commit 58ba2a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+708
-265
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- **IMPORTANT** GCIntranet URLs https://ssl-templates.services.gc.ca and https://templates.services.gc.ca have been replaced by https://cdts.service.canada.ca hosted in the cloud. The old URLs still work but they now redirect to the new URL. GCIntranet URLs https://ssl-templates.service.gc.ca and https://templates.service.gc.ca are still being hosted on premise in ESDC.
66
- **IMPORTANT** Font Awesome has been removed from CDTS. If required, please add it directly in the <head> of your html.
7-
- Updated [WET](https://github.com/wet-boew/wet-boew/releases/) to v4.0.47.1
7+
- Updated [WET](https://github.com/wet-boew/wet-boew/releases/) to v4.0.50.1
88
- Added an *acronym* parameter to the custom menu allowing users to provide a description for an abbreviation. Please visit the sample pages for all the details.
99
- Updated search by adding an accept-charset attribute
1010
- Updated ESDC, ECCC and Labour sub-themes to have a pre-configured layout
21.3 KB
Loading
22.1 KB
Loading
22.4 KB
Loading
24.5 KB
Loading

public/wet/wet-boew/assets/mediacontrols.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<div class="btn-group">
1010
<button type="button" class="btn btn-default playpause" aria-controls="{{mId}}" aria-labelledby="{{mId}}" title="{{play}}" data-state-on="{{play}}" data-state-off="{{pause}}"><span class="glyphicon glyphicon-play"><span class="wb-inv">{{play}}</span></span></button>
1111
<button type="button" class="btn btn-default mute" aria-controls="{{mId}}" aria-labelledby="{{mId}}" title="{{mute_on}}" data-state-on="{{mute_on}}" data-state-off="{{mute_off}}" aria-pressed="false"><span class="glyphicon glyphicon-volume-up"><span class="wb-inv">{{mute_on}}</span></span></button>
12-
<input type="range" class="volume" aria-controls="{{mId}}" aria-labelledby="{{mId}}" title="{{volume}}" min="0" max="100" value="100" step="5" />
12+
<p id="{{mId}}-vlm-lbl" hidden>{{volume}}</p>
13+
<input type="range" class="volume" aria-controls="{{mId}}" aria-labelledby="{{mId}}" aria-describedby="{{mId}}-vlm-lbl" title="{{volume}}" min="0" max="100" value="100" step="5" />
1314
</div>
1415
</div>
1516
<div class="tline">

public/wet/wet-boew/css/messages-ie.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v10.5.0 - 2022-02-11
5+
* v11.0.0 - 2022-05-19
66
*
77
*/
88
.splash .sp-bx img {

public/wet/wet-boew/css/messages-ie.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v10.5.0 - 2022-02-11
5+
* v11.0.0 - 2022-05-19
66
*
77
*/
88
.splash .sp-bx img{height:20px;width:214px}@media (min-width:992px){.splash .sp-bx img{height:100%;width:100%}}.splash .sp-bx .btn{min-width:75px}@media (min-width:992px){.splash .sp-bx .btn{min-width:100px}}.splash .sp-bx-bt img{height:20px;width:82px}@media (min-width:992px){.splash .sp-bx-bt img{height:100%;width:100%}}

public/wet/wet-boew/css/messages.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v10.5.0 - 2022-02-11
5+
* v11.0.0 - 2022-05-19
66
*
77
*/
88
/*

public/wet/wet-boew/css/messages.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)