@scalar/api-reference 1.48.5 → 1.48.6
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 +31 -0
- package/dist/browser/standalone.js +3254 -3244
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue2.js +11 -13
- package/dist/style.css +229 -39
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.48.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8414](https://github.com/scalar/scalar/pull/8414): fix(api-reference): limit height of example response descriptions
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/api-client@2.36.2**
|
|
12
|
+
- [#8414](https://github.com/scalar/scalar/pull/8414): fix(api-client): pass example picker attributes to button component
|
|
13
|
+
|
|
14
|
+
- **@scalar/components@0.20.6**
|
|
15
|
+
- [#8327](https://github.com/scalar/scalar/pull/8327): fix: markdown tables with specified width attributes in td/th break the layout
|
|
16
|
+
|
|
17
|
+
- **@scalar/helpers@0.4.1**
|
|
18
|
+
- [#8420](https://github.com/scalar/scalar/pull/8420): fix TypeScript access to navigator.userAgentData in isMacOS without ts-expect-error
|
|
19
|
+
|
|
20
|
+
- **@scalar/agent-chat@0.9.6**
|
|
21
|
+
|
|
22
|
+
- **@scalar/sidebar@0.8.6**
|
|
23
|
+
|
|
24
|
+
- **@scalar/oas-utils@0.10.5**
|
|
25
|
+
|
|
26
|
+
- **@scalar/openapi-parser@0.25.3**
|
|
27
|
+
|
|
28
|
+
- **@scalar/types@0.7.3**
|
|
29
|
+
|
|
30
|
+
- **@scalar/workspace-store@0.39.2**
|
|
31
|
+
|
|
32
|
+
- **@scalar/snippetz@0.7.4**
|
|
33
|
+
|
|
3
34
|
## 1.48.5
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|