@scalar/api-reference-react 0.9.2 → 0.9.5

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,41 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.48.4**
10
+
11
+ ## 0.9.4
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/api-reference@1.48.3**
18
+ - [#8257](https://github.com/scalar/scalar/pull/8257): fix: display the referenced name
19
+ - [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
20
+ - [#8385](https://github.com/scalar/scalar/pull/8385): fix: relative / invalid URLs being passed to open MCP registration flow
21
+ - [#8391](https://github.com/scalar/scalar/pull/8391): Create instant MCP in the dashboard in localhost
22
+
23
+ - **@scalar/types@0.7.2**
24
+
25
+ ## 0.9.3
26
+
27
+ ### Patch Changes
28
+
29
+ #### Updated Dependencies
30
+
31
+ - **@scalar/api-reference@1.48.2**
32
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
33
+ - [#8375](https://github.com/scalar/scalar/pull/8375): feat(api-reference): export lazy bus queue helper
34
+ - [#8370](https://github.com/scalar/scalar/pull/8370): fix: hide the authentication panel when test requests are disabled
35
+
36
+ - **@scalar/types@0.7.1**
37
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
38
+
3
39
  ## 0.9.2
4
40
 
5
41
  ### Patch Changes