File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.8.10] - 2024-03-18
11
+
12
+ - TMS-1015: Header accessibility fixes
13
+
10
14
## [ 1.8.9] - 2024-02-01
11
15
12
16
- TMS-980: Add redipress_include_search to include component contents in search results
Original file line number Diff line number Diff line change 11
11
12
12
{?Header.lang_nav_horizontal}
13
13
<div class="is-hidden-touch">
14
- {>"ui/menu/language-nav" links=Header.language_nav.links /}
14
+ {>"ui/menu/language-nav" links=Header.language_nav.links id="lang-menu" /}
15
15
</div>
16
16
{/Header.lang_nav_horizontal}
17
17
18
18
{?Header.lang_nav_horizontal}
19
19
<div class="is-hidden-desktop">
20
20
{?Header.language_nav.links_without_current}
21
- {>"ui/menu/language-nav" links=Header.language_nav.links_without_current /}
21
+ {>"ui/menu/language-nav" links=Header.language_nav.links_without_current id="lang-menu-mobile" /}
22
22
{:else}
23
23
{>"ui/menu/language-nav-dropdown" links=Header.language_nav.links /}
24
24
{/Header.language_nav.links_without_current}
Original file line number Diff line number Diff line change 1
1
{?links.all}
2
2
<nav aria-label="{Strings.s.header.language_navigation|s}">
3
- <ul id="lang-menu "
3
+ <ul id="{id|attr} "
4
4
class="lang-nav--horizontal ml-6-desktop is-flex is-unstyled is-uppercase has-text-weight-semibold is-family-secondary">
5
5
{#links.all}
6
6
<li class="ml-2-desktop">
Original file line number Diff line number Diff line change 2
2
* Theme Name: TMS Theme Tredu
3
3
* Description: Tampere Multisite Tredu Theme
4
4
* Domain Path: /lang
5
- * Version: 1.8.9
5
+ * Version: 1.8.10
6
6
* Author: Geniem
7
7
* Author URI: https://geniem.fi
8
8
* Text Domain: tms-theme-tredu
You can’t perform that action at this time.
0 commit comments