@scalar/api-reference 1.31.2 → 1.31.3
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 +22 -0
- package/dist/browser/standalone.js +7530 -7506
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +3 -2
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.js +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +87 -103
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +16 -0
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/schema-name.js +40 -0
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +2 -2
- package/dist/features/DownloadLink/DownloadLink.vue2.js +45 -28
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.js +2 -2
- package/dist/index.js +1 -1
- package/dist/libs/download.d.ts +2 -1
- package/dist/libs/download.d.ts.map +1 -1
- package/dist/libs/download.js +23 -11
- package/dist/stores/useHttpClientStore.js +17 -18
- package/dist/style.css +1 -1
- package/package.json +12 -12
- package/dist/helpers/local-storage.d.ts +0 -8
- package/dist/helpers/local-storage.d.ts.map +0 -1
- package/dist/helpers/local-storage.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.31.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dc6cd4c: feat: updates download link component
|
|
8
|
+
- 511bbc0: fix: updates header properties style
|
|
9
|
+
- bf2cb82: feat: updates schema composition name handling
|
|
10
|
+
- 7ca47ab: fix: add ssr safe alias for local storage
|
|
11
|
+
- 494f7f0: chore(api-reference): delete rogue Tailwind v3 config
|
|
12
|
+
- Updated dependencies [c06aa6a]
|
|
13
|
+
- Updated dependencies [3ad9393]
|
|
14
|
+
- Updated dependencies [f1c0c01]
|
|
15
|
+
- Updated dependencies [b461b62]
|
|
16
|
+
- Updated dependencies [a47fa60]
|
|
17
|
+
- Updated dependencies [ee3eb77]
|
|
18
|
+
- Updated dependencies [df7efac]
|
|
19
|
+
- Updated dependencies [7ca47ab]
|
|
20
|
+
- @scalar/api-client@2.5.2
|
|
21
|
+
- @scalar/components@0.14.5
|
|
22
|
+
- @scalar/openapi-parser@0.14.0
|
|
23
|
+
- @scalar/oas-utils@0.4.2
|
|
24
|
+
|
|
3
25
|
## 1.31.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|