openapi-explorer 0.10.414 → 0.10.418

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
@@ -11,6 +11,9 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
11
11
  * Handle missing schema's for responses
12
12
  * Update `request-body` slot to include `event` handler for `RequestCleared` for when the user clicks the `CLEAR` button in the API Request operation display.
13
13
  * Ensure that `explorerLocation` is present in all `custom events` fired in the context of an operation.
14
+ * Fix expand/collapse transition effect
15
+ * Fix oneof examples display
16
+ * Fix navbar transition
14
17
 
15
18
  ## 0.9 ##
16
19
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`