@scalar/api-reference 1.22.17 → 1.22.18

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
@@ -1,5 +1,12 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 45dccb0: fix: avoid prepending path when running standalone from an html file without a server
8
+ - abff1f4: fix: swagger 2.0 definitions don’t show up in list of models
9
+
3
10
  ## 1.22.17
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -83,7 +83,7 @@ Whether the sidebar should be shown.
83
83
 
84
84
  #### hideModels?: boolean
85
85
 
86
- Whether models (components.schemas) should be shown in the sidebar, search and content.
86
+ Whether models (`components.schemas` or `definitions`) should be shown in the sidebar, search and content.
87
87
 
88
88
  `@default false`
89
89