openapi-explorer 0.7.255 → 0.7.257
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 +4 -1
- 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/openapi-explorer.min.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +1 -1
- package/src/components/api-request.js +4 -4
- package/src/components/schema-table.js +13 -39
- package/src/components/schema-tree.js +14 -40
- package/src/openapi-explorer.js +1 -1
- package/src/utils/schema-utils.js +27 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
This package follows standard semvar, `<major>.<minor>.<build>`. No breaking changes will be introduced to existing `<minor>` versions.
|
|
3
3
|
|
|
4
4
|
## 0.7 ##
|
|
5
|
-
Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.
|
|
5
|
+
* Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.
|
|
6
|
+
* Display component titles in bold next to description
|
|
7
|
+
* Enable component scrolling.
|
|
8
|
+
|
|
6
9
|
|
|
7
10
|
## 0.6 ##
|
|
8
11
|
* Route navigation is contained fully in a query string inside the hash, it will now no longer affect hash based routing
|