@scalar/api-reference 1.51.0 → 1.52.0

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 (36) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/browser/standalone.js +205 -203
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.js +1 -1
  5. package/dist/components/ApiReference.vue.js.map +1 -1
  6. package/dist/components/ApiReference.vue.script.js +1 -1
  7. package/dist/components/ApiReference.vue.script.js.map +1 -1
  8. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  9. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  10. package/dist/features/Operation/components/RequestBody.vue.js.map +1 -1
  11. package/dist/features/Operation/components/RequestBody.vue.script.js +31 -21
  12. package/dist/features/Operation/components/RequestBody.vue.script.js.map +1 -1
  13. package/dist/features/Operation/layouts/ModernLayout.vue.script.js.map +1 -1
  14. package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -1
  15. package/dist/features/Search/helpers/create-fuse-instance.js +4 -0
  16. package/dist/features/Search/helpers/create-fuse-instance.js.map +1 -1
  17. package/dist/features/Search/helpers/create-search-index.js +4 -3
  18. package/dist/features/Search/helpers/create-search-index.js.map +1 -1
  19. package/dist/features/Search/types.d.ts +2 -2
  20. package/dist/features/Search/types.d.ts.map +1 -1
  21. package/dist/helpers/map-config-plugins.d.ts +3 -2
  22. package/dist/helpers/map-config-plugins.d.ts.map +1 -1
  23. package/dist/helpers/map-config-plugins.js +13 -9
  24. package/dist/helpers/map-config-plugins.js.map +1 -1
  25. package/dist/helpers/openapi.d.ts +6 -14
  26. package/dist/helpers/openapi.d.ts.map +1 -1
  27. package/dist/helpers/openapi.js +24 -29
  28. package/dist/helpers/openapi.js.map +1 -1
  29. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  30. package/dist/standalone/lib/html-api.js +12 -12
  31. package/dist/standalone/lib/html-api.js.map +1 -1
  32. package/dist/style.css +64 -25
  33. package/package.json +12 -17
  34. package/dist/ssr.d.ts +0 -22
  35. package/dist/ssr.d.ts.map +0 -1
  36. package/dist/ssr.js +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.52.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8750](https://github.com/scalar/scalar/pull/8750): feat: display model name for body section
8
+ - [#8695](https://github.com/scalar/scalar/pull/8695): feat: suport pre/post request scripts
9
+
10
+ ### Patch Changes
11
+
12
+ - [#8431](https://github.com/scalar/scalar/pull/8431): fix: SSR breaks
13
+ - [#8431](https://github.com/scalar/scalar/pull/8431): fix(api-reference): avoid duplicate app creation during hydration
14
+ - [#8747](https://github.com/scalar/scalar/pull/8747): fix: extract request body from all content types in search index
15
+
3
16
  ## 1.51.0
4
17
 
5
18
  ### Minor Changes