openapi-explorer 0.8.299 → 0.8.302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/openapi-explorer.min.js +4 -4
- package/dist/openapi-explorer.min.js.LICENSE.txt +1 -1
- package/dist/openapi-explorer.min.js.LICENSE.txt.gz +0 -0
- package/dist/openapi-explorer.min.js.gz +0 -0
- package/dist/report.html +2 -2
- package/package.json +1 -1
- package/src/openapi-explorer.js +6 -4
- package/src/templates/navbar-template.js +24 -53
- package/src/utils/xml/xml.js +1 -29
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
13
13
|
* [Bug] - don't force adding the spec url to the list of servers if the server list is already populated
|
|
14
14
|
* [Bug] - Operations/Components expand/collapse incorrectly was scrolling out of view, now it is sticky at the top of the nav section.
|
|
15
15
|
* [Bug] - Remove unnecessary forced capitalization from tags in the nav bar
|
|
16
|
+
* [Bug] - Fix `explorer-location` tracking for updates triggered outside of component
|
|
16
17
|
|
|
17
18
|
## 0.7 ##
|
|
18
19
|
* Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.
|
|
@@ -37,7 +38,6 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
37
38
|
|
|
38
39
|
## 0.3 ##
|
|
39
40
|
* Moved npm package target to point at main source location instead of `dist`. The distributable minified version is still present at `/dist/openapi-explorer.min.js`.
|
|
40
|
-
* Add `setSecuritySchemeToken(securitySchemeId, token)` method for setting scheme tokens.
|
|
41
41
|
* Add two `navbar-` css `::parts`
|
|
42
42
|
|
|
43
43
|
## 0.2 ##
|