@scalar/api-reference 1.43.14 → 1.43.16

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.16
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7901](https://github.com/scalar/scalar/pull/7901): fix(api-reference): don't flex schema enum label
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/workspace-store@0.27.0**
12
+ - [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
13
+ - [#7905](https://github.com/scalar/scalar/pull/7905): feat: support loading files on the store
14
+
15
+ - **@scalar/api-client@2.21.0**
16
+ - [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
17
+ - [#7897](https://github.com/scalar/scalar/pull/7897): feat: cancel request and stop streaming responses
18
+
19
+ - **@scalar/oas-utils@0.6.28**
20
+
21
+ - **@scalar/sidebar@0.7.21**
22
+
23
+ - **@scalar/openapi-parser@0.24.5**
24
+
25
+ - **@scalar/components@0.16.31**
26
+
27
+ ## 1.43.15
28
+
29
+ ### Patch Changes
30
+
31
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
32
+
33
+ #### Updated Dependencies
34
+
35
+ - **@scalar/api-client@2.20.2**
36
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
37
+
38
+ - **@scalar/oas-utils@0.6.27**
39
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
40
+
41
+ - **@scalar/helpers@0.2.9**
42
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
43
+
44
+ - **@scalar/workspace-store@0.26.2**
45
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
46
+
47
+ - **@scalar/components@0.16.30**
48
+
49
+ - **@scalar/sidebar@0.7.20**
50
+
51
+ - **@scalar/types@0.5.10**
52
+
53
+ - **@scalar/openapi-parser@0.24.4**
54
+
55
+ - **@scalar/snippetz@0.6.8**
56
+
3
57
  ## 1.43.14
4
58
 
5
59
  ### Patch Changes