openapi-explorer 0.10.398 → 0.10.404
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/components/schema-tree.js +1 -1
- package/dist/es/templates/navbar-template.js +1 -1
- package/dist/es/utils/schema-utils.js +5 -8
- package/dist/lib/components/schema-tree.js +1 -1
- package/dist/lib/templates/navbar-template.js +1 -1
- package/dist/lib/utils/schema-utils.js +5 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
6
6
|
|
|
7
7
|
## 0.10 ##
|
|
8
8
|
* Internationalization support with languages `en` and `fr`
|
|
9
|
+
* Add a `slot` `nav-header` to the top of the navbar.
|
|
9
10
|
|
|
10
11
|
## 0.9 ##
|
|
11
12
|
* OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
|