openapi-explorer 0.10.448 → 0.11.456
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/README.md +1 -1
- package/dist/browser/openapi-explorer.min.js +4 -4
- package/dist/es/openapi-explorer.js +2 -10
- package/dist/es/styles/nav-styles.js +1 -1
- package/dist/es/utils/spec-parser.js +3 -1
- package/dist/es/utils/theme.js +3 -3
- package/dist/lib/openapi-explorer.js +1 -9
- package/dist/lib/styles/nav-styles.js +1 -1
- package/dist/lib/utils/spec-parser.js +3 -1
- package/dist/lib/utils/theme.js +6 -3
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
25
25
|
* Improve search to automatically update results
|
|
26
26
|
* Fix `servers` list not being used when `server-url` is not specified.
|
|
27
27
|
* Fix display of `integer` and `date-time` schema styling.
|
|
28
|
+
* Fix `font-size-small` and exposes these variables in the documentation for configuration.
|
|
28
29
|
|
|
29
30
|
## 0.9 ##
|
|
30
31
|
* OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
|
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
## Check out the Demo
|
|
27
|
-
[OpenAPI Explorer Demo](https://
|
|
27
|
+
[OpenAPI Explorer Demo](https://rhosys.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-)
|
|
28
28
|
|
|
29
29
|
(Curious about the exact styling of this: [here's the exact example](./docs/authress-example.vue))
|
|
30
30
|
|