@scalar/api-reference 1.43.3 → 1.43.5

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
  3. package/dist/browser/standalone.js +9450 -9448
  4. package/dist/browser/webpack-stats.json +1 -1
  5. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +2 -2
  6. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  7. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  8. package/dist/components/Content/Schema/SchemaProperty.vue2.js +64 -123
  9. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +1 -1
  10. package/dist/components/Content/Schema/SchemaPropertyExamples.vue2.js +2 -2
  11. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts +14 -0
  12. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -0
  13. package/dist/components/Content/Schema/helpers/get-compositions-to-render.js +31 -0
  14. package/dist/components/Content/Schema/helpers/get-enum-values.d.ts +9 -0
  15. package/dist/components/Content/Schema/helpers/get-enum-values.d.ts.map +1 -0
  16. package/dist/components/Content/Schema/helpers/get-enum-values.js +20 -0
  17. package/dist/components/Content/Schema/helpers/get-property-description.d.ts +9 -0
  18. package/dist/components/Content/Schema/helpers/get-property-description.d.ts.map +1 -0
  19. package/dist/components/Content/Schema/helpers/get-property-description.js +34 -0
  20. package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts +10 -0
  21. package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts.map +1 -0
  22. package/dist/components/Content/Schema/helpers/has-complex-array-items.js +48 -0
  23. package/dist/components/Content/Schema/helpers/should-display-description.d.ts +10 -0
  24. package/dist/components/Content/Schema/helpers/should-display-description.d.ts.map +1 -0
  25. package/dist/components/Content/Schema/helpers/should-display-description.js +12 -0
  26. package/dist/components/Content/Schema/helpers/should-display-heading.d.ts +11 -0
  27. package/dist/components/Content/Schema/helpers/should-display-heading.d.ts.map +1 -0
  28. package/dist/components/Content/Schema/helpers/should-display-heading.js +12 -0
  29. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts +10 -0
  30. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts.map +1 -0
  31. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.js +15 -0
  32. package/dist/components/Content/index.d.ts +1 -0
  33. package/dist/components/Content/index.d.ts.map +1 -1
  34. package/dist/components/index.d.ts +1 -0
  35. package/dist/components/index.d.ts.map +1 -1
  36. package/dist/components/index.js +18 -16
  37. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  38. package/dist/features/Operation/Operation.vue.js +1 -1
  39. package/dist/helpers/id-routing.d.ts.map +1 -1
  40. package/dist/helpers/id-routing.js +7 -1
  41. package/dist/plugins/hooks/usePluginManager.js +1 -1
  42. package/dist/style.css +189 -169
  43. package/package.json +24 -24
  44. package/dist/features/Operation/helpers/combine-params.d.ts +0 -4
  45. package/dist/features/Operation/helpers/combine-params.d.ts.map +0 -1
  46. package/dist/features/Operation/helpers/combine-params.js +0 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references
8
+ - [#7752](https://github.com/scalar/scalar/pull/7752): Export Auth component
9
+ - [#7746](https://github.com/scalar/scalar/pull/7746): fix: allow trailing slashes in path
10
+ - [#7742](https://github.com/scalar/scalar/pull/7742): feat: export auth component + proxy fix
11
+
12
+ #### Updated Dependencies
13
+
14
+ - **@scalar/workspace-store@0.24.7**
15
+ - [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references
16
+
17
+ - **@scalar/api-client@2.18.1**
18
+ - [#7744](https://github.com/scalar/scalar/pull/7744): fix: pass hideClientButton config into client modal
19
+ - [#7743](https://github.com/scalar/scalar/pull/7743): fix: complex auth
20
+ - [#7740](https://github.com/scalar/scalar/pull/7740): fix: filter out readonly properties from requestBody
21
+ - [#7742](https://github.com/scalar/scalar/pull/7742): feat: export auth component + proxy fix
22
+
23
+ - **@scalar/oas-utils@0.6.17**
24
+
25
+ - **@scalar/sidebar@0.7.10**
26
+
27
+ - **@scalar/components@0.16.20**
28
+
29
+ ## 1.43.4
30
+
31
+ ### Patch Changes
32
+
33
+ - [#7678](https://github.com/scalar/scalar/pull/7678): chore: add test for tagSorter
34
+ - [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
35
+ - [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
36
+
37
+ #### Updated Dependencies
38
+
39
+ - **@scalar/api-client@2.18.0**
40
+ - [#7686](https://github.com/scalar/scalar/pull/7686): feat: add array + object functionality to code input
41
+ - [#7585](https://github.com/scalar/scalar/pull/7585): feat: add copy url button on the addressbar
42
+ - [#7713](https://github.com/scalar/scalar/pull/7713): fix: grab deprecated schema.example value
43
+ - [#7723](https://github.com/scalar/scalar/pull/7723): fix: remove use-color-mode hook from modal
44
+ - [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
45
+
46
+ - **@scalar/components@0.16.19**
47
+ - [#7725](https://github.com/scalar/scalar/pull/7725): fix(components): support slot for nested items icon
48
+ - [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
49
+
50
+ - **@scalar/helpers@0.2.7**
51
+ - [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml
52
+
53
+ - **@scalar/openapi-upgrader@0.1.7**
54
+ - [#7739](https://github.com/scalar/scalar/pull/7739): fix: upgrade form to multipart/form
55
+ - [#7694](https://github.com/scalar/scalar/pull/7694): feat: migrate x-example and x-examples
56
+
57
+ - **@scalar/json-magic@0.9.0**
58
+ - [#7701](https://github.com/scalar/scalar/pull/7701): Made bundle external document extensions configurable
59
+
60
+ - **@scalar/sidebar@0.7.9**
61
+ - [#7678](https://github.com/scalar/scalar/pull/7678): fix: added deprecated sidebar support
62
+
63
+ - **@scalar/use-hooks@0.3.6**
64
+ - [#7678](https://github.com/scalar/scalar/pull/7678): feat: added object stringification to useClipboard
65
+
66
+ - **@scalar/oas-utils@0.6.16**
67
+
68
+ - **@scalar/object-utils@1.2.21**
69
+
70
+ - **@scalar/types@0.5.7**
71
+
72
+ - **@scalar/workspace-store@0.24.6**
73
+
74
+ - **@scalar/openapi-parser@0.23.13**
75
+
76
+ - **@scalar/snippetz@0.6.4**
77
+
3
78
  ## 1.43.3
4
79
 
5
80
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./DownloadLink.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const DownloadLink = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-79ed4949"]]);
4
+ const DownloadLink = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-59b5011b"]]);
5
5
  export {
6
6
  DownloadLink as default
7
7
  };