Skip to content

Commit

Permalink
Merge pull request #38 from bcgov/feature/general-updates
Browse files Browse the repository at this point in the history
Search focus and external link wrapping + link colour updates
  • Loading branch information
codewisenate authored Jan 9, 2025
2 parents a92faa1 + bfca5a0 commit b54a9e9
Show file tree
Hide file tree
Showing 25 changed files with 101 additions and 33 deletions.
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

0 comments on commit b54a9e9

Please sign in to comment.