@scalar/api-reference 1.51.0 → 1.52.1

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 (49) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/browser/standalone.js +211 -209
  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/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +1 -1
  10. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js.map +1 -1
  11. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.script.js.map +1 -1
  12. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  13. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  14. package/dist/features/Operation/components/ParameterListItem.vue.js.map +1 -1
  15. package/dist/features/Operation/components/ParameterListItem.vue.script.js +22 -13
  16. package/dist/features/Operation/components/ParameterListItem.vue.script.js.map +1 -1
  17. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  18. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  19. package/dist/features/Operation/components/RequestBody.vue.js.map +1 -1
  20. package/dist/features/Operation/components/RequestBody.vue.script.js +31 -21
  21. package/dist/features/Operation/components/RequestBody.vue.script.js.map +1 -1
  22. package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -1
  23. package/dist/features/Search/helpers/create-fuse-instance.js +4 -0
  24. package/dist/features/Search/helpers/create-fuse-instance.js.map +1 -1
  25. package/dist/features/Search/helpers/create-search-index.js +4 -3
  26. package/dist/features/Search/helpers/create-search-index.js.map +1 -1
  27. package/dist/features/Search/types.d.ts +2 -2
  28. package/dist/features/Search/types.d.ts.map +1 -1
  29. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  30. package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
  31. package/dist/features/example-responses/ExampleResponses.vue.js.map +1 -1
  32. package/dist/features/example-responses/ExampleResponses.vue.script.js +1 -1
  33. package/dist/features/example-responses/ExampleResponses.vue.script.js.map +1 -1
  34. package/dist/helpers/map-config-plugins.d.ts +3 -2
  35. package/dist/helpers/map-config-plugins.d.ts.map +1 -1
  36. package/dist/helpers/map-config-plugins.js +13 -9
  37. package/dist/helpers/map-config-plugins.js.map +1 -1
  38. package/dist/helpers/openapi.d.ts +6 -14
  39. package/dist/helpers/openapi.d.ts.map +1 -1
  40. package/dist/helpers/openapi.js +24 -29
  41. package/dist/helpers/openapi.js.map +1 -1
  42. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  43. package/dist/standalone/lib/html-api.js +12 -12
  44. package/dist/standalone/lib/html-api.js.map +1 -1
  45. package/dist/style.css +210 -140
  46. package/package.json +11 -16
  47. package/dist/ssr.d.ts +0 -22
  48. package/dist/ssr.d.ts.map +0 -1
  49. package/dist/ssr.js +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.52.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8769](https://github.com/scalar/scalar/pull/8769): feat(themes): add Tailwind v3 transform reset
8
+ - [#8767](https://github.com/scalar/scalar/pull/8767): feat(api-reference): collapse truncated descriptions
9
+ - [#8776](https://github.com/scalar/scalar/pull/8776): fix: hide content type switch when there is no content
10
+ - [#8777](https://github.com/scalar/scalar/pull/8777): fix(api-reference): set example z-index to context layer
11
+ - [#8770](https://github.com/scalar/scalar/pull/8770): fix: generate the response examples by removing the priority order
12
+
13
+ ## 1.52.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#8750](https://github.com/scalar/scalar/pull/8750): feat: display model name for body section
18
+ - [#8695](https://github.com/scalar/scalar/pull/8695): feat: suport pre/post request scripts
19
+
20
+ ### Patch Changes
21
+
22
+ - [#8431](https://github.com/scalar/scalar/pull/8431): fix: SSR breaks
23
+ - [#8431](https://github.com/scalar/scalar/pull/8431): fix(api-reference): avoid duplicate app creation during hydration
24
+ - [#8747](https://github.com/scalar/scalar/pull/8747): fix: extract request body from all content types in search index
25
+
3
26
  ## 1.51.0
4
27
 
5
28
  ### Minor Changes