@scalar/api-reference 1.22.37 → 1.22.39
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 +17 -0
- package/dist/browser/standalone.js +14 -14
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.d.ts.map +1 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.vue.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-BWEOsus0.cjs → index-CHosLRJy.cjs} +1 -1
- package/dist/{index-v8YpoGN6.cjs → index-Co9WOrHR.cjs} +41 -41
- package/dist/{index-c-Dc2xX9.js → index-DBR-eSdE.js} +22 -23
- package/dist/{index-CIaJvRSU.js → index-jBpHeRxZ.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.39
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1305f28: fix: client blur popup
|
|
8
|
+
- 4ba9fed: fix: blurry api client popup
|
|
9
|
+
- bf35da5: fix: x-displayName is not used in the tag component
|
|
10
|
+
- ab5d017: refactor: use lowlight instead of prism in the markdown component (rollback 64024a5)
|
|
11
|
+
- 484bd33: feat: show text/plain example responses, too
|
|
12
|
+
- bf35da5: fix: x-displayName is not used in the search modal
|
|
13
|
+
|
|
14
|
+
## 1.22.38
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 64cc35f: fix: x-displayName & x-tagGroups cancel eachother out
|
|
19
|
+
|
|
3
20
|
## 1.22.37
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|