openapi-explorer 0.10.410 → 0.10.413

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
@@ -10,6 +10,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
10
10
  * Add ruby to available languages.
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
+ * Ensure that `explorerLocation` is present in all `custom events` fired in the context of an operation.
13
14
 
14
15
  ## 0.9 ##
15
16
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`