@scalar/api-reference 1.29.2 → 1.29.3
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 +13 -0
- package/dist/browser/standalone.js +2239 -2234
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +62 -60
- 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 +40 -39
- 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 +167 -152
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.29.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fbcce50: fix: moves download link to section column in introduction component
|
|
8
|
+
- 0afb11d: fix: asses schemas to children object in schema property
|
|
9
|
+
- 9fd408c: fix: updates schema property heading type handling
|
|
10
|
+
- 0afb11d: fix: adds model name function in schema property heading
|
|
11
|
+
- c944864: fix: updates schema composition style and missing value
|
|
12
|
+
- 9ffba73: fix: displays schema references name in property heading
|
|
13
|
+
- Updated dependencies [fbcce50]
|
|
14
|
+
- @scalar/api-client@2.4.3
|
|
15
|
+
|
|
3
16
|
## 1.29.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|