@scalar/api-reference 1.48.7 → 1.48.8
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 +29 -0
- package/dist/browser/standalone.js +3095 -3070
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +0 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +6 -5
- package/dist/components/Content/Auth/helpers/get-default-security.d.ts.map +1 -1
- package/dist/components/Content/Auth/helpers/get-default-security.js +13 -1
- package/dist/helpers/storage.d.ts +4 -4
- package/dist/ssr.d.ts +22 -0
- package/dist/ssr.d.ts.map +1 -0
- package/dist/ssr.js +14 -0
- package/dist/style.css +19 -16
- package/package.json +15 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.48.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8425](https://github.com/scalar/scalar/pull/8425): fix auth default OAuth scope fallback
|
|
8
|
+
- [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
|
|
9
|
+
- [#8417](https://github.com/scalar/scalar/pull/8417): fix: document not defined in SSR environments
|
|
10
|
+
|
|
11
|
+
#### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- **@scalar/api-client@2.38.0**
|
|
14
|
+
- [#8444](https://github.com/scalar/scalar/pull/8444): feat: cache last response for an example
|
|
15
|
+
- [#8424](https://github.com/scalar/scalar/pull/8424): fix(api-client): persist oauth credentials location
|
|
16
|
+
- [#8428](https://github.com/scalar/scalar/pull/8428): fix: overflow issues for mac app version
|
|
17
|
+
- [#8447](https://github.com/scalar/scalar/pull/8447): fix: propagate schema to request body form-data table
|
|
18
|
+
|
|
19
|
+
- **@scalar/agent-chat@0.9.8**
|
|
20
|
+
- [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
|
|
21
|
+
|
|
22
|
+
- **@scalar/workspace-store@0.40.1**
|
|
23
|
+
- [#8424](https://github.com/scalar/scalar/pull/8424): feat: export XScalarCredentialsLocation
|
|
24
|
+
- [#8445](https://github.com/scalar/scalar/pull/8445): fix: generate unique id for models
|
|
25
|
+
|
|
26
|
+
- **@scalar/oas-utils@0.10.7**
|
|
27
|
+
|
|
28
|
+
- **@scalar/sidebar@0.8.8**
|
|
29
|
+
|
|
30
|
+
- **@scalar/components@0.20.8**
|
|
31
|
+
|
|
3
32
|
## 1.48.7
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|