@scalar/api-reference 1.22.15 → 1.22.17
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 +15 -0
- package/dist/browser/standalone.js +4 -4
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts +8 -2
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue.d.ts +8 -2
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/index.cjs +651 -808
- package/dist/index.css +1 -1
- package/dist/index.js +3639 -3783
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b42479c: fix: unused empty tags break the sidebar
|
|
8
|
+
- 4c38ac1: fix: add label value in changeTheme event
|
|
9
|
+
- Updated dependencies [53ba90d]
|
|
10
|
+
- @scalar/galaxy@0.1.0
|
|
11
|
+
|
|
12
|
+
## 1.22.16
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 7e1d318: fix: addtional properties duplicate description
|
|
17
|
+
|
|
3
18
|
## 1.22.15
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|