@scalar/api-reference 1.7.1 → 1.8.0
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 +14 -0
- package/dist/browser/standalone.js +7 -7
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/EndpointPath.vue.d.ts +16 -0
- package/dist/components/Content/ReferenceEndpoint/EndpointPath.vue.d.ts.map +1 -0
- package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts +10 -2
- package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ReferenceEndpointAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/TryRequestButton.vue.d.ts +17 -0
- package/dist/components/Content/ReferenceEndpoint/TryRequestButton.vue.d.ts.map +1 -0
- package/dist/components/Icon/icons/index.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.d.ts +3 -0
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/helpers/getUrlFromServerState.d.ts.map +1 -1
- package/dist/{index-95771ccf.js → index-8404e2bd.js} +8085 -8030
- package/dist/{index-a157b34a.js → index-ba9f976d.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f9bfa97: feat: add buttons to header for classic layout
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- d45f5a5: fix: handle root path in request generation
|
|
12
|
+
- Updated dependencies [f9bfa97]
|
|
13
|
+
- @scalar/swagger-editor@0.8.3
|
|
14
|
+
- @scalar/use-toasts@0.5.10
|
|
15
|
+
- @scalar/use-clipboard@0.5.10
|
|
16
|
+
|
|
3
17
|
## 1.7.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|