openapi-explorer 0.10.421 → 0.10.423

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 CHANGED
@@ -16,6 +16,8 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
16
16
  * Fix navbar transition
17
17
  * Add support for `query` REST verb type
18
18
  * Hide empty oneof empty clauses that don't affect displayed properties.
19
+ * Fix schema table transitions and display
20
+ * Fix response code colors to match the rest of the theme
19
21
 
20
22
  ## 0.9 ##
21
23
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`