openapi-explorer 0.8.292 → 0.8.295

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,8 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
10
10
  * Support $refs to load markdown files into the spec and render them appropriately.
11
11
  * Correctly show deprecated arrays and hide deprecated elements from examples.
12
12
  * Add aria labels and roles to `<select>` and `<table>` elements.
13
+ * [Bug] - don't force adding the spec url to the list of servers if the server list is already populated
14
+ * [Bug] - Operations/Components expand/collapse incorrectly was scrolling out of view, now it is sticky at the top of the nav section.
13
15
 
14
16
  ## 0.7 ##
15
17
  * Introduce `setAuthenticationConfiguration` to set any all configuration related to token management, including clientIds and explicit tokens.