@scalar/api-reference 0.6.22 → 0.7.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 +34 -0
- package/README.md +1 -1
- package/dist/browser/standalone.js +111348 -144829
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.d.ts +10 -0
- package/dist/components/MobileHeader.vue.d.ts.map +1 -0
- package/dist/index.js +4268 -4229
- package/dist/stores/template.d.ts +4 -4
- package/dist/stores/template.d.ts.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fd38deb0: Add mobile menu and breadcrumbs
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [fd38deb0]
|
|
12
|
+
- @scalar/themes@0.4.0
|
|
13
|
+
- @scalar/api-client@0.7.17
|
|
14
|
+
- @scalar/swagger-editor@0.6.21
|
|
15
|
+
|
|
16
|
+
## 0.6.23
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- af4ec8d3: update discord links
|
|
21
|
+
- e643b56e: Fix incorrectly named css variables
|
|
22
|
+
- c6ac9ff4: fix search modal reactivity
|
|
23
|
+
- 749f2f3f: fix: initial swagger editor content is parsed
|
|
24
|
+
- 91b09499: Fix breadcrums throwing error for specs without operations in tags
|
|
25
|
+
- Updated dependencies [af4ec8d3]
|
|
26
|
+
- Updated dependencies [749f2f3f]
|
|
27
|
+
- @scalar/use-keyboard-event@0.5.3
|
|
28
|
+
- @scalar/swagger-editor@0.6.20
|
|
29
|
+
- @scalar/swagger-parser@0.5.3
|
|
30
|
+
- @scalar/use-codemirror@0.7.8
|
|
31
|
+
- @scalar/use-clipboard@0.5.5
|
|
32
|
+
- @scalar/use-tooltip@0.5.4
|
|
33
|
+
- @scalar/api-client@0.7.16
|
|
34
|
+
- @scalar/use-toasts@0.5.5
|
|
35
|
+
- @scalar/themes@0.3.11
|
|
36
|
+
|
|
3
37
|
## 0.6.22
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|

|
|
4
4
|

|
|
5
5
|

|
|
6
|
-
[](https://discord.
|
|
6
|
+
[](https://discord.com/invite/Ve683JXN)
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|