@scalar/api-reference 1.28.1 → 1.28.2
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 +21 -0
- package/dist/browser/standalone.js +11470 -11443
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +48 -40
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +6 -7
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +77 -77
- package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +1 -1
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarElement.vue2.js +41 -40
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue2.js +11 -8
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +9 -8
- package/dist/helpers/scrollToId.d.ts +3 -1
- package/dist/helpers/scrollToId.d.ts.map +1 -1
- package/dist/helpers/scrollToId.js +4 -4
- package/dist/hooks/useSidebar.d.ts +2 -2
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +84 -84
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.28.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 22c7445: fix: updates collapsible section trigger style
|
|
8
|
+
- 3a956c0: fix: hides sidebar arrow on default open all tags configuration
|
|
9
|
+
- cf58fba: fix(api-reference): focus and screenreader improvements for client libraries, endpoints list and API client
|
|
10
|
+
- da6bbc5: feat: show if a parameter is deprecated
|
|
11
|
+
- Updated dependencies [e0ee082]
|
|
12
|
+
- Updated dependencies [1437882]
|
|
13
|
+
- Updated dependencies [060ada9]
|
|
14
|
+
- Updated dependencies [cf58fba]
|
|
15
|
+
- Updated dependencies [e00fa7e]
|
|
16
|
+
- Updated dependencies [632978d]
|
|
17
|
+
- @scalar/components@0.13.36
|
|
18
|
+
- @scalar/api-client@2.3.2
|
|
19
|
+
- @scalar/themes@0.9.78
|
|
20
|
+
- @scalar/code-highlight@0.0.25
|
|
21
|
+
- @scalar/oas-utils@0.2.119
|
|
22
|
+
- @scalar/use-hooks@0.1.32
|
|
23
|
+
|
|
3
24
|
## 1.28.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|