Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search focus and external link wrapping + link colour updates #38

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 1.12.3 January 9, 2025
- Added Search escape suppression for keyboard accessibility.
- Added a mutation observer to handle link wrapping of external icons injected by the Block Theme.
- Modified styles to accomodate nowrap/no-wrap classing outside of the definitions links 'last-word' span.

## 1.12.2 January 8, 2025
- Revising link styles across the sites.
- Added element wrappers to keep definitions links from wrapping end-of-line icons to next line on their own.
- Removed currentColor variable where the color value is not excepted.

## 1.12.1 January 7, 2025
- Added invisible html entity as breakpoints for email address as labels when output in filtering tables for PQEAs and Contractors.
Expand Down
3 changes: 2 additions & 1 deletion blocks/vue-blocks/src/postFilterApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,8 @@ onMounted(() => {
}

&:focus-visible {
outline: 2px solid currentColor !important;
outline-width: 2px !important;
outline-style: solid !important;
outline-offset: 4px !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion checklist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Created at 2025-01-08 2:24 pm
Created at 2025-01-09 10:29 am

* [yes] Updated version in composer.json
* [yes] Updated version in style.css or plugin file
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bcgov-plugin/bcgov-plugin-cleanbc",
"description": "Frontend plugin to augment Clean BC and Go Electric BC using Block Theme for BC Gov",
"version": "1.12.2",
"version": "1.12.3",
"type": "wordpress-plugin",
"license": "Apache-2.0",
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion dist/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin build entry point</title>
<link rel="stylesheet" href="/assets/admin-1e9223df.css">
<link rel="stylesheet" href="/assets/admin-3b51ddf9.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 0 additions & 1 deletion dist/assets/admin-1e9223df.css

This file was deleted.

Loading
Loading