@scalar/api-reference 1.39.1 → 1.39.3
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 +36 -0
- package/README.md +1 -1
- package/dist/browser/standalone.js +8222 -8172
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue2.js +3 -2
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +2 -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 +4 -2
- 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/GettingStarted.vue.js +1 -1
- package/dist/components/GettingStarted.vue2.js +4 -4
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +14 -10
- 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 +36 -25
- package/dist/style.css +442 -538
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.39.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7252](https://github.com/scalar/scalar/pull/7252) [`4bec1ba`](https://github.com/scalar/scalar/commit/4bec1ba332e919c4ee32dcfbfb07bd8ee42c4d74) Thanks [@hwkr](https://github.com/hwkr)! - fix(api-reference): improve wrapping of long strings
|
|
8
|
+
|
|
9
|
+
- [#7265](https://github.com/scalar/scalar/pull/7265) [`7859105`](https://github.com/scalar/scalar/commit/7859105f857633c8f3c945d67a21f7225844ed12) Thanks [@hwkr](https://github.com/hwkr)! - fix(api-reference): teleport example picker to avoid occlusion
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`c7a4690`](https://github.com/scalar/scalar/commit/c7a4690cec484ee16cee8dcba7ef5cb0fbb98133), [`9c9dbba`](https://github.com/scalar/scalar/commit/9c9dbbaa940667303f0ace59469fd78c2a741937), [`4bec1ba`](https://github.com/scalar/scalar/commit/4bec1ba332e919c4ee32dcfbfb07bd8ee42c4d74), [`7859105`](https://github.com/scalar/scalar/commit/7859105f857633c8f3c945d67a21f7225844ed12), [`7ccd035`](https://github.com/scalar/scalar/commit/7ccd0351de104f78ef9c6e16538753d302c50d47)]:
|
|
12
|
+
- @scalar/workspace-store@0.20.0
|
|
13
|
+
- @scalar/api-client@2.11.0
|
|
14
|
+
- @scalar/helpers@0.1.1
|
|
15
|
+
- @scalar/object-utils@1.2.11
|
|
16
|
+
- @scalar/components@0.16.3
|
|
17
|
+
- @scalar/sidebar@0.3.0
|
|
18
|
+
- @scalar/oas-utils@0.6.3
|
|
19
|
+
- @scalar/json-magic@0.8.1
|
|
20
|
+
- @scalar/openapi-parser@0.23.2
|
|
21
|
+
|
|
22
|
+
## 1.39.2
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- [#7241](https://github.com/scalar/scalar/pull/7241) [`2377b76`](https://github.com/scalar/scalar/commit/2377b76d050f8de70037b17a32d0dd1181d3311d) Thanks [@hanspagel](https://github.com/hanspagel)! - chore: use "current" not "latest" scalar registry url
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [[`c1ecd0c`](https://github.com/scalar/scalar/commit/c1ecd0c6096f3fbe2e3d8ad3794ea718bb6bce66), [`fddf294`](https://github.com/scalar/scalar/commit/fddf294b00dd8c9eb5c713c338f2ec6e3f62523d), [`d6154a2`](https://github.com/scalar/scalar/commit/d6154a24d97fc28977def486f99b2eeee52d268c), [`c1ecd0c`](https://github.com/scalar/scalar/commit/c1ecd0c6096f3fbe2e3d8ad3794ea718bb6bce66), [`c1ecd0c`](https://github.com/scalar/scalar/commit/c1ecd0c6096f3fbe2e3d8ad3794ea718bb6bce66), [`2377b76`](https://github.com/scalar/scalar/commit/2377b76d050f8de70037b17a32d0dd1181d3311d)]:
|
|
29
|
+
- @scalar/json-magic@0.8.0
|
|
30
|
+
- @scalar/workspace-store@0.19.0
|
|
31
|
+
- @scalar/api-client@2.10.0
|
|
32
|
+
- @scalar/helpers@0.1.0
|
|
33
|
+
- @scalar/openapi-parser@0.23.1
|
|
34
|
+
- @scalar/oas-utils@0.6.2
|
|
35
|
+
- @scalar/sidebar@0.2.2
|
|
36
|
+
- @scalar/components@0.16.2
|
|
37
|
+
- @scalar/object-utils@1.2.10
|
|
38
|
+
|
|
3
39
|
## 1.39.1
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Interactive API Reference from OpenAPI/Swagger Documents [Try our Demo](https://
|
|
|
33
33
|
<script>
|
|
34
34
|
Scalar.createApiReference('#app', {
|
|
35
35
|
// The URL of the OpenAPI/Swagger document
|
|
36
|
-
url: 'https://registry.scalar.com/@scalar/apis/galaxy
|
|
36
|
+
url: 'https://registry.scalar.com/@scalar/apis/galaxy?format=json',
|
|
37
37
|
// Avoid CORS issues
|
|
38
38
|
proxyUrl: 'https://proxy.scalar.com',
|
|
39
39
|
})
|