@scalar/api-reference 1.31.12 → 1.31.14
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 +22 -0
- package/dist/browser/standalone.js +11731 -11715
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +27 -26
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +73 -73
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +12 -14
- package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/useSearchIndex.js +97 -73
- package/dist/helpers/parse.js +1 -1
- package/dist/index.js +1 -1
- package/dist/libs/openapi.js +24 -24
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +8 -7
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.31.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0a94952: fix: remove duplicate operations in x-tag-groups
|
|
8
|
+
- 0e67143: fix: show content encoding description in schema
|
|
9
|
+
- Updated dependencies [1703e42]
|
|
10
|
+
- @scalar/workspace-store@0.5.2
|
|
11
|
+
|
|
12
|
+
## 1.31.13
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 482aaf5: fix: ensure x-scalar-ignore applies to the schema models
|
|
17
|
+
- a567796: fix: make the workspace store reactive again
|
|
18
|
+
- Updated dependencies [291f09d]
|
|
19
|
+
- Updated dependencies [a567796]
|
|
20
|
+
- @scalar/openapi-parser@0.18.0
|
|
21
|
+
- @scalar/workspace-store@0.5.1
|
|
22
|
+
- @scalar/api-client@2.5.8
|
|
23
|
+
- @scalar/oas-utils@0.4.5
|
|
24
|
+
|
|
3
25
|
## 1.31.12
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|