@scalar/api-client 2.38.0 → 2.38.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 (24) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/style.css +1 -1
  3. package/dist/v2/blocks/operation-block/components/Header.vue.js +2 -2
  4. package/dist/v2/blocks/operation-block/components/Header.vue2.js +5 -5
  5. package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
  6. package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
  7. package/dist/v2/blocks/request-block/RequestBlock.vue2.js +83 -80
  8. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  9. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +2 -0
  10. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
  11. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +23 -21
  12. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -1
  13. package/dist/v2/components/sidebar/SidebarMenu.vue.js +24 -22
  14. package/dist/v2/features/app/app-events.js +2 -2
  15. package/dist/v2/features/collection/components/Form.vue.d.ts +1 -0
  16. package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -1
  17. package/dist/v2/features/collection/components/Form.vue.js +23 -23
  18. package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -1
  19. package/dist/v2/features/collection/components/Servers.vue.js +5 -4
  20. package/dist/v2/features/operation/Operation.vue.js +1 -1
  21. package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -1
  22. package/dist/v2/features/settings/components/Section.vue.js +10 -10
  23. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  24. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.38.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8468](https://github.com/scalar/scalar/pull/8468): fix: example extraction, environment navigation and general UI fixes
8
+ - [#8451](https://github.com/scalar/scalar/pull/8451): fix(api-client): default-close auth when not required
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/workspace-store@0.40.2**
13
+ - [#8468](https://github.com/scalar/scalar/pull/8468): fix: ignore response examples when generating navigation
14
+
15
+ - **@scalar/openapi-parser@0.25.4**
16
+ - [#8448](https://github.com/scalar/scalar/pull/8448): fix parser validation for unused path parameters
17
+
18
+ - **@scalar/components@0.20.9**
19
+ - [#8453](https://github.com/scalar/scalar/pull/8453): refactor: remove @ts-expect-error from ScalarTextArea
20
+
21
+ - **@scalar/oas-utils@0.10.8**
22
+
23
+ - **@scalar/sidebar@0.8.9**
24
+
25
+ - **@scalar/use-codemirror@0.14.9**
26
+
3
27
  ## 2.38.0
4
28
 
5
29
  ### Minor Changes