@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 +27 -0
- package/dist/browser/standalone.js +3 -3
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema.vue.d.ts.map +1 -1
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/helpers/getExampleFromSchema.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/{index-88358d00.js → index-7e228844.js} +2 -2
- package/dist/{index-4305f05f.js → index-9e21a086.js} +2462 -2435
- package/dist/index.js +2 -2
- package/package.json +13 -13
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
|