diff --git a/CHANGELOG.md b/CHANGELOG.md index bb438d3f..50c83dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog # -This package follows standard semvar, `..`. No breaking changes will be introduced to existing `` versions. +This package follows standard semver, `..`. No breaking changes will be introduced to existing `` versions. ## 2.2 * The `table` view is now the default as the `tree` view becomes deprecated. To display the `tree` view, use the `tree` attribute on the openapi-explorer html element. @@ -16,6 +16,7 @@ This package follows standard semvar, `..`. No breaking cha * Replace `replaceState` with `pushState` so forwards and backwards navigation actually work. * Add id and name for autocomplete options. * Improve error on Access-Control-Allow-Private-Network. +* Add `ph-no-capture` to all sensitive locations. ## 2.1 * Add `x-locale` vendor extension to specify the locale of the spec. diff --git a/src/components/syntax-highlighter.js b/src/components/syntax-highlighter.js index c6018289..633392fd 100644 --- a/src/components/syntax-highlighter.js +++ b/src/components/syntax-highlighter.js @@ -124,7 +124,7 @@ class SyntaxHighlighter extends LitElement { * @returns Content */ renderCopyWrapper(content) { - return html`
+ return html`