@scalar/api-reference 1.43.4 → 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 (39) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
  3. package/dist/browser/standalone.js +584 -618
  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/helpers/get-compositions-to-render.d.ts +14 -0
  10. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -0
  11. package/dist/components/Content/Schema/helpers/get-compositions-to-render.js +31 -0
  12. package/dist/components/Content/Schema/helpers/get-enum-values.d.ts +9 -0
  13. package/dist/components/Content/Schema/helpers/get-enum-values.d.ts.map +1 -0
  14. package/dist/components/Content/Schema/helpers/get-enum-values.js +20 -0
  15. package/dist/components/Content/Schema/helpers/get-property-description.d.ts +9 -0
  16. package/dist/components/Content/Schema/helpers/get-property-description.d.ts.map +1 -0
  17. package/dist/components/Content/Schema/helpers/get-property-description.js +34 -0
  18. package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts +10 -0
  19. package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts.map +1 -0
  20. package/dist/components/Content/Schema/helpers/has-complex-array-items.js +48 -0
  21. package/dist/components/Content/Schema/helpers/should-display-description.d.ts +10 -0
  22. package/dist/components/Content/Schema/helpers/should-display-description.d.ts.map +1 -0
  23. package/dist/components/Content/Schema/helpers/should-display-description.js +12 -0
  24. package/dist/components/Content/Schema/helpers/should-display-heading.d.ts +11 -0
  25. package/dist/components/Content/Schema/helpers/should-display-heading.d.ts.map +1 -0
  26. package/dist/components/Content/Schema/helpers/should-display-heading.js +12 -0
  27. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts +10 -0
  28. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts.map +1 -0
  29. package/dist/components/Content/Schema/helpers/should-render-array-item-composition.js +15 -0
  30. package/dist/components/Content/index.d.ts +1 -0
  31. package/dist/components/Content/index.d.ts.map +1 -1
  32. package/dist/components/index.d.ts +1 -0
  33. package/dist/components/index.d.ts.map +1 -1
  34. package/dist/components/index.js +18 -16
  35. package/dist/helpers/id-routing.d.ts.map +1 -1
  36. package/dist/helpers/id-routing.js +7 -1
  37. package/dist/plugins/hooks/usePluginManager.js +1 -1
  38. package/dist/style.css +94 -77
  39. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
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
+
3
29
  ## 1.43.4
4
30
 
5
31
  ### 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
  };