@scalar/api-reference 1.28.23 → 1.28.25
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 +51 -0
- package/dist/browser/standalone.js +5904 -5810
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +100 -57
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue2.js +43 -42
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +1 -1
- package/dist/components/SpecificationExtension/SpecificationExtension.vue.d.ts.map +1 -1
- package/dist/components/SpecificationExtension/SpecificationExtension.vue.js +26 -21
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.js +35 -31
- package/dist/features/ApiClientModal/useApiClient.d.ts +122 -22
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/helpers/get-request.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/standalone/lib/html-api.d.ts +1 -20
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.js +11 -11
- package/dist/standalone/lib/register-globals.d.ts +1 -1
- package/dist/standalone/lib/register-globals.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.28.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fa8ed84: feat: custom OpenAPI extension to add SDK setup instructions
|
|
8
|
+
- 119f04c: feat: render top-level specification extensions
|
|
9
|
+
- 2109da5: feat: use live sync mutator for changes to config (do not blindly re-create state)
|
|
10
|
+
- ad9e626: feat: single text-base wrapper for multiple specification extensions
|
|
11
|
+
- Updated dependencies [0ff02e3]
|
|
12
|
+
- Updated dependencies [fa8ed84]
|
|
13
|
+
- Updated dependencies [fa8ed84]
|
|
14
|
+
- Updated dependencies [8d54857]
|
|
15
|
+
- Updated dependencies [98fa8a0]
|
|
16
|
+
- Updated dependencies [1f8ac99]
|
|
17
|
+
- Updated dependencies [2109da5]
|
|
18
|
+
- Updated dependencies [0ff02e3]
|
|
19
|
+
- @scalar/api-client@2.3.25
|
|
20
|
+
- @scalar/openapi-types@0.2.1
|
|
21
|
+
- @scalar/oas-utils@0.2.135
|
|
22
|
+
- @scalar/components@0.13.52
|
|
23
|
+
- @scalar/openapi-parser@0.10.16
|
|
24
|
+
- @scalar/types@0.1.10
|
|
25
|
+
- @scalar/snippetz@0.2.19
|
|
26
|
+
- @scalar/themes@0.10.2
|
|
27
|
+
- @scalar/code-highlight@0.0.27
|
|
28
|
+
- @scalar/use-hooks@0.1.44
|
|
29
|
+
- @scalar/icons@0.3.1
|
|
30
|
+
|
|
31
|
+
## 1.28.24
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 17131a7: style: Update padding in discriminator panel
|
|
36
|
+
- 17e7d02: feat: register html api apps globally
|
|
37
|
+
- Updated dependencies [17e7d02]
|
|
38
|
+
- Updated dependencies [3cb857d]
|
|
39
|
+
- Updated dependencies [2b61d8e]
|
|
40
|
+
- Updated dependencies [49f1297]
|
|
41
|
+
- Updated dependencies [ab4cf5a]
|
|
42
|
+
- Updated dependencies [3cb857d]
|
|
43
|
+
- @scalar/types@0.1.9
|
|
44
|
+
- @scalar/api-client@2.3.24
|
|
45
|
+
- @scalar/components@0.13.51
|
|
46
|
+
- @scalar/use-hooks@0.1.43
|
|
47
|
+
- @scalar/icons@0.3.0
|
|
48
|
+
- @scalar/oas-utils@0.2.134
|
|
49
|
+
- @scalar/openapi-parser@0.10.16
|
|
50
|
+
- @scalar/snippetz@0.2.19
|
|
51
|
+
- @scalar/themes@0.10.1
|
|
52
|
+
- @scalar/code-highlight@0.0.27
|
|
53
|
+
|
|
3
54
|
## 1.28.23
|
|
4
55
|
|
|
5
56
|
### Patch Changes
|