openapi-explorer 0.10.433 → 0.10.435
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/browser/openapi-explorer.min.js +3 -3
- package/dist/es/openapi-explorer.js +3 -3
- package/dist/es/styles/endpoint-styles.js +1 -1
- package/dist/es/templates/endpoint-template.js +1 -1
- package/dist/es/templates/{responsiveViewMainBodyTemplate.js → mainBodyTemplate.js} +1 -1
- package/dist/es/templates/navbar-template.js +1 -1
- package/dist/es/utils/theme.js +1 -1
- package/dist/lib/openapi-explorer.js +3 -3
- package/dist/lib/styles/endpoint-styles.js +1 -1
- package/dist/lib/templates/endpoint-template.js +1 -1
- package/dist/lib/templates/{responsiveViewMainBodyTemplate.js → mainBodyTemplate.js} +2 -2
- package/dist/lib/templates/navbar-template.js +1 -1
- package/dist/lib/utils/theme.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
21
21
|
* Add `header-bg-color` for setting table headers
|
|
22
22
|
* Fix `server-url` dynamic updates, so that updates are passed through to api requests
|
|
23
23
|
* Fix padding in code samples for first line and subsequent lines.
|
|
24
|
+
* Fix path wrapping in navbar and on mobile
|
|
24
25
|
|
|
25
26
|
## 0.9 ##
|
|
26
27
|
* OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
|