@scalar/api-reference 1.13.6 → 1.13.9
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 +16 -0
- package/dist/browser/standalone.js +7 -7
- 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-0a91dd96.js → index-4305f05f.js} +5955 -5914
- package/dist/{index-58803c7e.js → index-88358d00.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.13.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cb45bb13: feat: scroll search selected item into view with keyboard nav
|
|
8
|
+
- e87a2474: fix: enter key navigating search item
|
|
9
|
+
|
|
10
|
+
## 1.13.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [479a7e3e]
|
|
15
|
+
- @scalar/swagger-editor@0.9.7
|
|
16
|
+
- @scalar/use-codemirror@0.7.18
|
|
17
|
+
- @scalar/api-client@0.9.1
|
|
18
|
+
|
|
3
19
|
## 1.13.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|