@scalar/api-reference 1.48.0 → 1.48.2

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,63 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
8
+ - [#8375](https://github.com/scalar/scalar/pull/8375): feat(api-reference): export lazy bus queue helper
9
+ - [#8370](https://github.com/scalar/scalar/pull/8370): fix: hide the authentication panel when test requests are disabled
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/types@0.7.1**
14
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
15
+
16
+ - **@scalar/agent-chat@0.9.2**
17
+
18
+ - **@scalar/api-client@2.34.1**
19
+
20
+ - **@scalar/oas-utils@0.10.2**
21
+
22
+ - **@scalar/openapi-parser@0.25.1**
23
+
24
+ - **@scalar/snippetz@0.7.1**
25
+
26
+ - **@scalar/workspace-store@0.38.1**
27
+
28
+ - **@scalar/components@0.20.3**
29
+
30
+ - **@scalar/sidebar@0.8.3**
31
+
32
+ ## 1.48.1
33
+
34
+ ### Patch Changes
35
+
36
+ - [#8288](https://github.com/scalar/scalar/pull/8288): fix: add consistent border to schema composition components
37
+ - [#8348](https://github.com/scalar/scalar/pull/8348): fix(api-reference): bump dev tools z index for themes
38
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
39
+
40
+ #### Updated Dependencies
41
+
42
+ - **@scalar/workspace-store@0.38.0**
43
+ - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
44
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
45
+
46
+ - **@scalar/api-client@2.34.0**
47
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
48
+ - [#8356](https://github.com/scalar/scalar/pull/8356): fix: make fallback theme reactive
49
+
50
+ - **@scalar/components@0.20.2**
51
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
52
+
53
+ - **@scalar/agent-chat@0.9.1**
54
+
55
+ - **@scalar/oas-utils@0.10.1**
56
+
57
+ - **@scalar/sidebar@0.8.2**
58
+
59
+ - **@scalar/openapi-parser@0.25.1**
60
+
3
61
  ## 1.48.0
4
62
 
5
63
  ### Minor Changes