Skip to content

Commit

Permalink
Version 1.33.5 (#1171)
Browse files Browse the repository at this point in the history
### Fixes
- Resolve vulnerabilities (#1167)
- Remove `span` styling and bump answers-search-ui version to 1.17 so icon `div`s are changed to `span`s without affecting their styling (#1169, #1170)
  - Note, any custom styling that is applied by targeting `div`s or `span`s directly may be impacted by this change. This could result in previously applied styles no longer being applied to these icons, or other styles inadvertently being applied to the icons
  • Loading branch information
nmanu1 authored Feb 20, 2024
2 parents 15a7135 + 8c7ce66 commit b4bd5b5
Show file tree
Hide file tree
Showing 10 changed files with 472 additions and 578 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ node_modules
/playwright-report/
/blob-report/
/playwright/.cache/
**/.env
2 changes: 1 addition & 1 deletion global_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdkVersion": "1.16", // The version of the Answers SDK to use
"sdkVersion": "1.17", // The version of the Answers SDK to use
// "token": "<REPLACE ME>", // The auth token to access Answers experience.
// "apiKey": "<REPLACE ME>", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system
// "experienceVersion": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "answers-hitchhiker-theme",
"version": "1.33.4",
"version": "1.33.5",
"description": "A starter Search theme for hitchhikers",
"keywords": [
"jambo",
Expand Down
2 changes: 1 addition & 1 deletion static/js/theme-map/Maps/Providers/Baidu.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function load(resolve, reject, apiKey, {
}

const negativeLngFixStyle = document.createElement('style');
negativeLngFixStyle.innerHTML = negativeLngFixCSS;
negativeLngFixStyle.textContent = negativeLngFixCSS;

document.head.appendChild(negativeLngFixStyle);
}
Expand Down
42 changes: 0 additions & 42 deletions static/js/theme-map/Util/Accessibility.js

This file was deleted.

Loading

0 comments on commit b4bd5b5

Please sign in to comment.