@scalar/api-reference 1.22.24 → 1.22.25

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,19 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b24896: fix: sidebar doesn’t react to changes
8
+ - 64024a5: refactor: use prismjs instead of highlightjs in the markdown component
9
+ - 36e1e66: feat: include spec title in downloaded spec filename
10
+ - 2e7b074: feat: clean up toast styles and colors
11
+ - 298735f: fix: hide default caret on <summary> on Safari
12
+ - Updated dependencies [d649691]
13
+ - Updated dependencies [2e7b074]
14
+ - @scalar/api-client@1.2.17
15
+ - @scalar/use-toasts@0.6.5
16
+
3
17
  ## 1.22.24
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -171,7 +171,7 @@ You can listen to spec changes with onSpecUpdate that runs on spec/swagger conte
171
171
 
172
172
  To make authentication easier you can prefill the credentials for your users:
173
173
 
174
- ````vue
174
+ ```vue
175
175
  <ApiReference :configuration="{
176
176
  authentication: {
177
177
  // The OpenAPI file has keys for all security schemes:
@@ -212,4 +212,3 @@ By default we’re using Inter and JetBrains Mono, served by Google Fonts. If yo
212
212
  withDefaultFonts: false
213
213
  } />
214
214
  ```
215
- ````