@scalar/api-reference 1.46.4 → 1.48.0

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,96 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
8
+
9
+ ### Patch Changes
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/agent-chat@0.9.0**
14
+ - [#8345](https://github.com/scalar/scalar/pull/8345): feat: remove tmp document on fail
15
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
16
+
17
+ - **@scalar/workspace-store@0.37.0**
18
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
19
+
20
+ - **@scalar/api-client@2.33.0**
21
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
22
+
23
+ - **@scalar/oas-utils@0.10.0**
24
+ - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
25
+
26
+ - **@scalar/sidebar@0.8.1**
27
+
28
+ - **@scalar/components@0.20.1**
29
+
30
+ ## 1.47.0
31
+
32
+ ### Minor Changes
33
+
34
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
35
+
36
+ ### Patch Changes
37
+
38
+ - [#8340](https://github.com/scalar/scalar/pull/8340): fix: delay when clicking "show more" button
39
+ - [#8340](https://github.com/scalar/scalar/pull/8340): refactor(api-reference): update AgentScalarDrawer
40
+ - [#8340](https://github.com/scalar/scalar/pull/8340): chore: enable perf logs only for dev environment
41
+
42
+ #### Updated Dependencies
43
+
44
+ - **@scalar/workspace-store@0.36.0**
45
+ - [#8340](https://github.com/scalar/scalar/pull/8340): feat: support navigation options on server store
46
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
47
+ - [#8340](https://github.com/scalar/scalar/pull/8340): chore: disable perf logs by default
48
+
49
+ - **@scalar/code-highlight@0.3.0**
50
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
51
+
52
+ - **@scalar/openapi-parser@0.25.0**
53
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
54
+
55
+ - **@scalar/openapi-types@0.6.0**
56
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
57
+
58
+ - **@scalar/agent-chat@0.8.0**
59
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
60
+
61
+ - **@scalar/api-client@2.32.0**
62
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
63
+
64
+ - **@scalar/components@0.20.0**
65
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
66
+
67
+ - **@scalar/use-toasts@0.10.0**
68
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
69
+
70
+ - **@scalar/oas-utils@0.9.0**
71
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
72
+
73
+ - **@scalar/use-hooks@0.4.0**
74
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
75
+
76
+ - **@scalar/snippetz@0.7.0**
77
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
78
+
79
+ - **@scalar/helpers@0.3.0**
80
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
81
+
82
+ - **@scalar/sidebar@0.8.0**
83
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
84
+
85
+ - **@scalar/themes@0.15.0**
86
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
87
+
88
+ - **@scalar/icons@0.6.0**
89
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
90
+
91
+ - **@scalar/types@0.7.0**
92
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
93
+
3
94
  ## 1.46.4
4
95
 
5
96
  ### Patch Changes