@scalar/api-reference 1.25.22 → 1.25.24
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 +23 -0
- package/dist/browser/standalone.js +8507 -8509
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiClientModal.vue.d.ts +2 -0
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/ApiClientModal.vue.js +13 -11
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +1 -1
- package/dist/components/ApiReferenceLayout.vue2.js +92 -91
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +91 -81
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +14 -14
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +87 -74
- package/dist/features/Search/index.d.ts +0 -1
- package/dist/features/Search/index.d.ts.map +1 -1
- package/dist/index.js +98 -100
- package/dist/style.css +1 -1
- package/package.json +8 -8
- package/dist/features/Search/Search.vue.d.ts +0 -20
- package/dist/features/Search/Search.vue.d.ts.map +0 -1
- package/dist/features/Search/Search.vue.js +0 -18
- package/dist/features/Search/Search.vue2.js +0 -4
- package/dist/features/Search/useKeyboardNavigation.d.ts +0 -13
- package/dist/features/Search/useKeyboardNavigation.d.ts.map +0 -1
- package/dist/features/Search/useKeyboardNavigation.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3647181]
|
|
8
|
+
- Updated dependencies [e22c6ce]
|
|
9
|
+
- @scalar/api-client@2.1.10
|
|
10
|
+
|
|
11
|
+
## 1.25.23
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- e4b326e: feat: support for multiple examples in schemas
|
|
16
|
+
- 963b9cd: fix: removed global listeners to prevent random jumping bug
|
|
17
|
+
- cd8ba1c: feat: added setting of initial security schemes in the client
|
|
18
|
+
- e4b326e: fix(api-reference): show examples in models section
|
|
19
|
+
- Updated dependencies [963b9cd]
|
|
20
|
+
- Updated dependencies [cd8ba1c]
|
|
21
|
+
- Updated dependencies [8b6633d]
|
|
22
|
+
- Updated dependencies [fb0d9a3]
|
|
23
|
+
- @scalar/api-client@2.1.9
|
|
24
|
+
- @scalar/oas-utils@0.2.49
|
|
25
|
+
|
|
3
26
|
## 1.25.22
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|