@scalar/api-reference 1.25.86 → 1.25.88
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 +25 -0
- package/dist/browser/standalone.js +10740 -10741
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +31 -33
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +1 -1
- package/dist/components/ApiReferenceLayout.vue2.js +57 -57
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +23 -29
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +91 -93
- package/dist/style.css +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.88
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6407b2b: feat(api-reference): extend font weights for links and sidebar items
|
|
8
|
+
- c65f3fc: fix: workspace store uses deprecated proxy attribute
|
|
9
|
+
- c65f3fc: feat: make it work in SSG environments
|
|
10
|
+
- c65f3fc: chore: remove RenderedReference export
|
|
11
|
+
- Updated dependencies [6407b2b]
|
|
12
|
+
- Updated dependencies [c65f3fc]
|
|
13
|
+
- Updated dependencies [c65f3fc]
|
|
14
|
+
- @scalar/code-highlight@0.0.19
|
|
15
|
+
- @scalar/themes@0.9.58
|
|
16
|
+
- @scalar/api-client@2.2.17
|
|
17
|
+
- @scalar/use-hooks@0.1.11
|
|
18
|
+
- @scalar/components@0.13.8
|
|
19
|
+
- @scalar/oas-utils@0.2.91
|
|
20
|
+
|
|
21
|
+
## 1.25.87
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [875a04a]
|
|
26
|
+
- @scalar/api-client@2.2.16
|
|
27
|
+
|
|
3
28
|
## 1.25.86
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|