@scalar/api-reference 1.13.7 → 1.13.10
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 +2 -2
- 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/ReferenceEndpoint/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/PathResponses/PathResponses.vue.d.ts.map +1 -1
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/{index-82954169.js → index-9529c5be.js} +26 -17
- package/dist/{index-58aed194.js → index-db4b10d5.js} +2 -2
- 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.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c9abbbc0: fix: classic scrollbar
|
|
8
|
+
- 81543f42: chore: add support for Node 18
|
|
9
|
+
- cca668a2: fix: styles on classic layout client libraries
|
|
10
|
+
- Updated dependencies [81543f42]
|
|
11
|
+
- @scalar/use-keyboard-event@0.5.7
|
|
12
|
+
- @scalar/swagger-editor@0.9.8
|
|
13
|
+
- @scalar/swagger-parser@0.5.14
|
|
14
|
+
- @scalar/use-codemirror@0.7.19
|
|
15
|
+
- @scalar/use-clipboard@0.5.13
|
|
16
|
+
- @scalar/use-tooltip@0.5.8
|
|
17
|
+
- @scalar/api-client@0.9.2
|
|
18
|
+
- @scalar/components@0.2.2
|
|
19
|
+
- @scalar/use-toasts@0.5.13
|
|
20
|
+
- @scalar/use-modal@0.2.3
|
|
21
|
+
- @scalar/themes@0.5.4
|
|
22
|
+
|
|
23
|
+
## 1.13.9
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- cb45bb13: feat: scroll search selected item into view with keyboard nav
|
|
28
|
+
- e87a2474: fix: enter key navigating search item
|
|
29
|
+
|
|
3
30
|
## 1.13.7
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|