@scalar/api-reference 1.13.9 → 1.13.11

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,32 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.13.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 57f899f2: fix: search keyboard navigation doesn’t work when the mouse hovers the results
8
+ - cb4093f2: feat: show additionalProperties in example requests/responses and in Models
9
+
10
+ ## 1.13.10
11
+
12
+ ### Patch Changes
13
+
14
+ - c9abbbc0: fix: classic scrollbar
15
+ - 81543f42: chore: add support for Node 18
16
+ - cca668a2: fix: styles on classic layout client libraries
17
+ - Updated dependencies [81543f42]
18
+ - @scalar/use-keyboard-event@0.5.7
19
+ - @scalar/swagger-editor@0.9.8
20
+ - @scalar/swagger-parser@0.5.14
21
+ - @scalar/use-codemirror@0.7.19
22
+ - @scalar/use-clipboard@0.5.13
23
+ - @scalar/use-tooltip@0.5.8
24
+ - @scalar/api-client@0.9.2
25
+ - @scalar/components@0.2.2
26
+ - @scalar/use-toasts@0.5.13
27
+ - @scalar/use-modal@0.2.3
28
+ - @scalar/themes@0.5.4
29
+
3
30
  ## 1.13.9
4
31
 
5
32
  ### Patch Changes