@scalar/api-reference 1.31.15 → 1.31.18
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 +47 -0
- package/dist/browser/standalone.js +15688 -15636
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +23 -23
- package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
- package/dist/components/ClassicHeader.vue.js +11 -9
- package/dist/components/DocumentSelector/DocumentSelector.vue.d.ts.map +1 -1
- package/dist/components/DocumentSelector/DocumentSelector.vue.js +19 -22
- 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/components/Sidebar/SidebarGroup.vue.js +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.js +35 -31
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +3 -3
- package/dist/features/DownloadLink/DownloadLink.vue2.js +35 -31
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +1 -1
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +61 -5
- package/dist/features/Search/SearchButton.vue2.js +2 -70
- package/dist/helpers/parse.js +7 -7
- package/dist/index.js +1 -1
- package/dist/libs/openapi.js +15 -15
- package/dist/style.css +1 -1
- package/package.json +12 -12
- package/dist/legacy/fixtures/httpRequestMethods.d.ts +0 -10
- package/dist/legacy/fixtures/httpRequestMethods.d.ts.map +0 -1
- package/dist/legacy/fixtures/index.d.ts +0 -2
- package/dist/legacy/fixtures/index.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.31.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c907685: fix(api-reference): set search button width
|
|
8
|
+
- cd7e1b1: chore: remove unused fixtures
|
|
9
|
+
- 3abe906: feat: show a console error for invalid documents
|
|
10
|
+
- 42bc960: fix(api-reference): rollback targets to avoid PropertyDefinition in AST
|
|
11
|
+
- 1468280: feat: allow fine gained download button file type control
|
|
12
|
+
- Updated dependencies [c907685]
|
|
13
|
+
- Updated dependencies [b97c82a]
|
|
14
|
+
- Updated dependencies [9f786d5]
|
|
15
|
+
- Updated dependencies [4bbbb32]
|
|
16
|
+
- Updated dependencies [1468280]
|
|
17
|
+
- @scalar/components@0.14.13
|
|
18
|
+
- @scalar/workspace-store@0.6.0
|
|
19
|
+
- @scalar/use-hooks@0.2.3
|
|
20
|
+
- @scalar/themes@0.13.5
|
|
21
|
+
- @scalar/types@0.2.4
|
|
22
|
+
- @scalar/api-client@2.5.12
|
|
23
|
+
- @scalar/code-highlight@0.1.4
|
|
24
|
+
- @scalar/oas-utils@0.4.8
|
|
25
|
+
- @scalar/openapi-parser@0.18.0
|
|
26
|
+
- @scalar/snippetz@0.3.1
|
|
27
|
+
|
|
28
|
+
## 1.31.17
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- ca18c0b: feat(api-reference): update and modernize sidebar design
|
|
33
|
+
- Updated dependencies [ca18c0b]
|
|
34
|
+
- @scalar/themes@0.13.4
|
|
35
|
+
- @scalar/api-client@2.5.11
|
|
36
|
+
- @scalar/code-highlight@0.1.4
|
|
37
|
+
- @scalar/components@0.14.12
|
|
38
|
+
- @scalar/oas-utils@0.4.7
|
|
39
|
+
|
|
40
|
+
## 1.31.16
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 699df60: feat(components): sidebar search input / button
|
|
45
|
+
- Updated dependencies [699df60]
|
|
46
|
+
- @scalar/api-client@2.5.10
|
|
47
|
+
- @scalar/components@0.14.11
|
|
48
|
+
- @scalar/icons@0.4.4
|
|
49
|
+
|
|
3
50
|
## 1.31.15
|
|
4
51
|
|
|
5
52
|
### Patch Changes
|