@scalar/api-reference 1.48.1 → 1.48.4
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 +85 -0
- package/dist/browser/standalone.js +2852 -2742
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts +21 -0
- package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts.map +1 -0
- package/dist/components/AgentScalar/OpenMCPButton.vue.js +7 -0
- package/dist/components/AgentScalar/OpenMCPButton.vue2.js +191 -0
- package/dist/components/AgentScalar/index.d.ts +1 -0
- package/dist/components/AgentScalar/index.d.ts.map +1 -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 +22 -2
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Schema/{SchemaEnumValues.vue.d.ts → SchemaEnums.vue.d.ts} +3 -1
- package/dist/components/Content/Schema/SchemaEnums.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema/SchemaEnums.vue.js +7 -0
- package/dist/components/Content/Schema/{SchemaEnumValues.vue2.js → SchemaEnums.vue2.js} +16 -6
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +29 -3
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -0
- 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 +14 -6
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +2 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +5 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue2.js +19 -3
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +2 -1
- package/dist/style.css +254 -110
- package/package.json +16 -16
- package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +0 -1
- package/dist/components/Content/Schema/SchemaEnumValues.vue.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,90 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.48.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-client@2.36.0**
|
|
10
|
+
- [#8396](https://github.com/scalar/scalar/pull/8396): feat: preselect correct authentication for document and operation
|
|
11
|
+
- [#8394](https://github.com/scalar/scalar/pull/8394): chore: rollback export document button
|
|
12
|
+
|
|
13
|
+
- **@scalar/agent-chat@0.9.4**
|
|
14
|
+
|
|
15
|
+
## 1.48.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#8257](https://github.com/scalar/scalar/pull/8257): fix: display the referenced name
|
|
20
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
21
|
+
- [#8385](https://github.com/scalar/scalar/pull/8385): fix: relative / invalid URLs being passed to open MCP registration flow
|
|
22
|
+
- [#8391](https://github.com/scalar/scalar/pull/8391): Create instant MCP in the dashboard in localhost
|
|
23
|
+
|
|
24
|
+
#### Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- **@scalar/workspace-store@0.39.0**
|
|
27
|
+
- [#8372](https://github.com/scalar/scalar/pull/8372): fix: avoid inlining $ref path parameters during path parameter sync
|
|
28
|
+
- [#8349](https://github.com/scalar/scalar/pull/8349): feat: support operation example rename
|
|
29
|
+
- [#8336](https://github.com/scalar/scalar/pull/8336): fix: sidebar title update and detect delete operaitons for proxy
|
|
30
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
31
|
+
|
|
32
|
+
- **@scalar/api-client@2.35.0**
|
|
33
|
+
- [#8349](https://github.com/scalar/scalar/pull/8349): feat: support operation example rename
|
|
34
|
+
- [#8336](https://github.com/scalar/scalar/pull/8336): fix: layout with z-index and add support for mobile
|
|
35
|
+
- [#8269](https://github.com/scalar/scalar/pull/8269): fix: prevent requests with empty path parameters
|
|
36
|
+
- [#8262](https://github.com/scalar/scalar/pull/8262): fix: serialize array query params as repeated params
|
|
37
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
38
|
+
- [#8392](https://github.com/scalar/scalar/pull/8392): feat: support document download
|
|
39
|
+
|
|
40
|
+
- **@scalar/openapi-parser@0.25.2**
|
|
41
|
+
- [#8359](https://github.com/scalar/scalar/pull/8359): fix(openapi-parser): replace $dynamicRef with $ref in v3.2 schema for AJV compatibility
|
|
42
|
+
|
|
43
|
+
- **@scalar/helpers@0.4.0**
|
|
44
|
+
- [#8336](https://github.com/scalar/scalar/pull/8336): feat: support flushing any pending operations
|
|
45
|
+
|
|
46
|
+
- **@scalar/oas-utils@0.10.3**
|
|
47
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
48
|
+
|
|
49
|
+
- **@scalar/agent-chat@0.9.3**
|
|
50
|
+
|
|
51
|
+
- **@scalar/sidebar@0.8.4**
|
|
52
|
+
|
|
53
|
+
- **@scalar/components@0.20.4**
|
|
54
|
+
|
|
55
|
+
- **@scalar/types@0.7.2**
|
|
56
|
+
|
|
57
|
+
- **@scalar/snippetz@0.7.2**
|
|
58
|
+
|
|
59
|
+
## 1.48.2
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
|
|
64
|
+
- [#8375](https://github.com/scalar/scalar/pull/8375): feat(api-reference): export lazy bus queue helper
|
|
65
|
+
- [#8370](https://github.com/scalar/scalar/pull/8370): fix: hide the authentication panel when test requests are disabled
|
|
66
|
+
|
|
67
|
+
#### Updated Dependencies
|
|
68
|
+
|
|
69
|
+
- **@scalar/types@0.7.1**
|
|
70
|
+
- [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
|
|
71
|
+
|
|
72
|
+
- **@scalar/agent-chat@0.9.2**
|
|
73
|
+
|
|
74
|
+
- **@scalar/api-client@2.34.1**
|
|
75
|
+
|
|
76
|
+
- **@scalar/oas-utils@0.10.2**
|
|
77
|
+
|
|
78
|
+
- **@scalar/openapi-parser@0.25.1**
|
|
79
|
+
|
|
80
|
+
- **@scalar/snippetz@0.7.1**
|
|
81
|
+
|
|
82
|
+
- **@scalar/workspace-store@0.38.1**
|
|
83
|
+
|
|
84
|
+
- **@scalar/components@0.20.3**
|
|
85
|
+
|
|
86
|
+
- **@scalar/sidebar@0.8.3**
|
|
87
|
+
|
|
3
88
|
## 1.48.1
|
|
4
89
|
|
|
5
90
|
### Patch Changes
|