@scalar/api-reference 1.47.0 → 1.48.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8288](https://github.com/scalar/scalar/pull/8288): fix: add consistent border to schema composition components
8
+ - [#8348](https://github.com/scalar/scalar/pull/8348): fix(api-reference): bump dev tools z index for themes
9
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/workspace-store@0.38.0**
14
+ - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
15
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
16
+
17
+ - **@scalar/api-client@2.34.0**
18
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
19
+ - [#8356](https://github.com/scalar/scalar/pull/8356): fix: make fallback theme reactive
20
+
21
+ - **@scalar/components@0.20.2**
22
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
23
+
24
+ - **@scalar/agent-chat@0.9.1**
25
+
26
+ - **@scalar/oas-utils@0.10.1**
27
+
28
+ - **@scalar/sidebar@0.8.2**
29
+
30
+ - **@scalar/openapi-parser@0.25.1**
31
+
32
+ ## 1.48.0
33
+
34
+ ### Minor Changes
35
+
36
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
37
+
38
+ ### Patch Changes
39
+
40
+ #### Updated Dependencies
41
+
42
+ - **@scalar/agent-chat@0.9.0**
43
+ - [#8345](https://github.com/scalar/scalar/pull/8345): feat: remove tmp document on fail
44
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
45
+
46
+ - **@scalar/workspace-store@0.37.0**
47
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
48
+
49
+ - **@scalar/api-client@2.33.0**
50
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
51
+
52
+ - **@scalar/oas-utils@0.10.0**
53
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
54
+
55
+ - **@scalar/sidebar@0.8.1**
56
+
57
+ - **@scalar/components@0.20.1**
58
+
3
59
  ## 1.47.0
4
60
 
5
61
  ### Minor Changes