@scalar/api-reference 1.8.0 → 1.9.1
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 +18 -0
- package/dist/browser/standalone.js +5 -5
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/ModelsAccordion.vue.d.ts +17 -0
- package/dist/components/Content/ModelsAccordion.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/SchemaHeading.vue.d.ts +18 -0
- package/dist/components/Content/SchemaHeading.vue.d.ts.map +1 -0
- package/dist/{index-8404e2bd.js → index-1ac3043e.js} +6182 -6092
- package/dist/{index-ba9f976d.js → index-d7143d4b.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- edb02e76: fix: windows select menu not updating on prefers color scheme
|
|
8
|
+
- Updated dependencies [edb02e76]
|
|
9
|
+
- @scalar/api-client@0.8.2
|
|
10
|
+
|
|
11
|
+
## 1.9.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- c45ae5e8: feat: add accordion layout for schema models
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- d7da3147: fix: remove duplicate slash in example and client
|
|
20
|
+
|
|
3
21
|
## 1.8.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|