openapi-explorer 0.9.364 → 0.9.374

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
@@ -15,6 +15,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
15
15
  * Fix displaying tag descriptions correctly and add supporting slot for subsections.
16
16
  * Fix schema expanded description text display
17
17
  * Fix issues with allOf/oneOf with partially completed data.
18
+ * Sanitize paths coming from the spec that contain invalid characters.
18
19
 
19
20
  ## 0.8 ##
20
21
  * Removing the `RESET` button as it is confusing for users to see. It only repopulated the defaults, and to do that, you can easily switch tabs and come back.