@scalar/api-reference 1.48.0 → 1.48.1
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 +3048 -3041
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.js +1 -1
- package/dist/helpers/storage.d.ts +16 -0
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/style.css +5 -5
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.48.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8288](https://github.com/scalar/scalar/pull/8288): fix: add consistent border to schema composition components
|
|
8
|
+
- [#8348](https://github.com/scalar/scalar/pull/8348): fix(api-reference): bump dev tools z index for themes
|
|
9
|
+
- [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
|
|
10
|
+
|
|
11
|
+
#### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- **@scalar/workspace-store@0.38.0**
|
|
14
|
+
- [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
|
|
15
|
+
- [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
|
|
16
|
+
|
|
17
|
+
- **@scalar/api-client@2.34.0**
|
|
18
|
+
- [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
|
|
19
|
+
- [#8356](https://github.com/scalar/scalar/pull/8356): fix: make fallback theme reactive
|
|
20
|
+
|
|
21
|
+
- **@scalar/components@0.20.2**
|
|
22
|
+
- [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
|
|
23
|
+
|
|
24
|
+
- **@scalar/agent-chat@0.9.1**
|
|
25
|
+
|
|
26
|
+
- **@scalar/oas-utils@0.10.1**
|
|
27
|
+
|
|
28
|
+
- **@scalar/sidebar@0.8.2**
|
|
29
|
+
|
|
30
|
+
- **@scalar/openapi-parser@0.25.1**
|
|
31
|
+
|
|
3
32
|
## 1.48.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|