openapi-explorer 0.10.442 → 0.10.445

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
@@ -24,6 +24,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
24
24
  * Fix path wrapping in navbar and on mobile
25
25
  * Improve search to automatically update results
26
26
  * Fix `servers` list not being used when `server-url` is not specified.
27
+ * Fix display of `integer` and `date-time` schema styling.
27
28
 
28
29
  ## 0.9 ##
29
30
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`