@scalar/api-reference 1.44.4 → 1.44.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 +1950 -1940
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +2 -2
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +3 -2
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts +1 -2
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-ref-name.js +1 -5
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +2 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.js +7 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts +5 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +2 -0
- package/dist/components/Content/Schema/helpers/schema-name.js +1 -1
- package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -1
- package/dist/features/ask-agent-button/AskAgentButton.vue.js +1 -1
- package/dist/style.css +99 -92
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8010](https://github.com/scalar/scalar/pull/8010): fix: use proper computed property
|
|
8
|
+
|
|
9
|
+
## 1.44.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#8007](https://github.com/scalar/scalar/pull/8007): fix: use correct composition data for oneOf property
|
|
14
|
+
- [#8006](https://github.com/scalar/scalar/pull/8006): fix(agent): safari fieldsizing fallback
|
|
15
|
+
|
|
16
|
+
#### Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- **@scalar/api-client@2.22.3**
|
|
19
|
+
- [#8004](https://github.com/scalar/scalar/pull/8004): fix: do not add a content type of none
|
|
20
|
+
- [#7934](https://github.com/scalar/scalar/pull/7934): fix: z-index issues in addressBar
|
|
21
|
+
|
|
22
|
+
- **@scalar/components@0.17.2**
|
|
23
|
+
- [#7934](https://github.com/scalar/scalar/pull/7934): fix: z-index issues in addressBar
|
|
24
|
+
|
|
25
|
+
- **@scalar/workspace-store@0.28.1**
|
|
26
|
+
- [#7823](https://github.com/scalar/scalar/pull/7823): chore: update workspace schema index to support teamUid queries and local
|
|
27
|
+
|
|
28
|
+
- **@scalar/agent-chat@0.4.6**
|
|
29
|
+
|
|
30
|
+
- **@scalar/sidebar@0.7.25**
|
|
31
|
+
|
|
32
|
+
- **@scalar/oas-utils@0.6.32**
|
|
33
|
+
|
|
3
34
|
## 1.44.4
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|