@scalar/api-reference 1.19.1 → 1.19.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 +24 -0
- package/dist/browser/standalone.js +3 -3
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/helpers/getExampleFromSchema.d.ts.map +1 -1
- package/dist/hooks/useReactiveSpec.d.ts +4 -0
- package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts +1 -0
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/index.js +4929 -4845
- package/dist/types.d.ts +17 -12
- package/dist/types.d.ts.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.19.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fc3f821: fix: example for array with anyOf, allOf, oneOf schemas doesn’t have a value
|
|
8
|
+
- 21195b7: fix: add back sidebar item hover color
|
|
9
|
+
- 68cda2b: feat: add x-tagGroups in sidebar
|
|
10
|
+
- Updated dependencies [68cda2b]
|
|
11
|
+
- @scalar/themes@0.6.4
|
|
12
|
+
- @scalar/api-client@1.0.2
|
|
13
|
+
- @scalar/components@0.4.4
|
|
14
|
+
- @scalar/swagger-editor@1.0.2
|
|
15
|
+
|
|
16
|
+
## 1.19.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [bbbba1f]
|
|
21
|
+
- Updated dependencies [897990b]
|
|
22
|
+
- @scalar/components@0.4.4
|
|
23
|
+
- @scalar/themes@0.6.3
|
|
24
|
+
- @scalar/api-client@1.0.1
|
|
25
|
+
- @scalar/swagger-editor@1.0.1
|
|
26
|
+
|
|
3
27
|
## 1.19.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|