openapi-explorer 0.8.295 → 0.8.296
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 -0
- package/dist/openapi-explorer.min.js +3 -3
- 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/styles/nav-styles.js +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
12
12
|
* Add aria labels and roles to `<select>` and `<table>` elements.
|
|
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
|
+
* [Bug] - Remove unnecessary forced capitalization from tags in the nav bar
|
|
15
16
|
|
|
16
17
|
## 0.7 ##
|
|
17
18
|
* Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.
|