@scalar/api-reference 1.52.3 → 1.52.4

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 (34) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/browser/standalone.js +108 -109
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  5. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  6. package/dist/components/Content/Schema/SchemaProperty.vue.js.map +1 -1
  7. package/dist/components/Content/Schema/SchemaProperty.vue.script.js +1 -1
  8. package/dist/components/Content/Schema/SchemaProperty.vue.script.js.map +1 -1
  9. package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -1
  10. package/dist/components/SectionFlare/SectionFlare.vue.js +2 -2
  11. package/dist/components/SectionFlare/SectionFlare.vue.js.map +1 -1
  12. package/dist/features/Operation/components/OperationParameters.vue.d.ts +10 -1
  13. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  14. package/dist/features/Operation/components/OperationParameters.vue.js.map +1 -1
  15. package/dist/features/Operation/components/OperationParameters.vue.script.js +17 -8
  16. package/dist/features/Operation/components/OperationParameters.vue.script.js.map +1 -1
  17. package/dist/features/Operation/components/RequestBody.vue.d.ts +9 -1
  18. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  19. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  20. package/dist/features/Operation/components/RequestBody.vue.js.map +1 -1
  21. package/dist/features/Operation/components/RequestBody.vue.script.js +8 -4
  22. package/dist/features/Operation/components/RequestBody.vue.script.js.map +1 -1
  23. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  24. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  25. package/dist/features/Operation/layouts/ClassicLayout.vue.js.map +1 -1
  26. package/dist/features/Operation/layouts/ClassicLayout.vue.script.js +10 -3
  27. package/dist/features/Operation/layouts/ClassicLayout.vue.script.js.map +1 -1
  28. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  29. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  30. package/dist/features/Operation/layouts/ModernLayout.vue.js.map +1 -1
  31. package/dist/features/Operation/layouts/ModernLayout.vue.script.js +9 -2
  32. package/dist/features/Operation/layouts/ModernLayout.vue.script.js.map +1 -1
  33. package/dist/style.css +134 -130
  34. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.52.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8884](https://github.com/scalar/scalar/pull/8884): fix: restore `position: fixed` on `.section-flare` so the decorative hero flare stops reserving 100vh of empty space at the top of the documentation (affects the `kepler`, `bluePlanet`, and `mars` themes, which declare `height: 100vh` on the flare but rely on the framework to position it)
8
+ - [#8907](https://github.com/scalar/scalar/pull/8907): Fix code sample missing body content type update
9
+ - [#8925](https://github.com/scalar/scalar/pull/8925): chore: source vite-plugin-css-injected-by-js from the shared pnpm catalog
10
+ - [#8944](https://github.com/scalar/scalar/pull/8944): feat(api-reference): add anchors and copy link buttons to allOf body parameters
11
+
3
12
  ## 1.52.3
4
13
 
5
14
  ### Patch Changes