@scalar/api-reference-react 0.8.40 → 0.8.43

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,54 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.43
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.44.6**
10
+ - [#8010](https://github.com/scalar/scalar/pull/8010): fix: use proper computed property
11
+
12
+ ## 0.8.42
13
+
14
+ ### Patch Changes
15
+
16
+ #### Updated Dependencies
17
+
18
+ - **@scalar/api-reference@1.44.5**
19
+ - [#8007](https://github.com/scalar/scalar/pull/8007): fix: use correct composition data for oneOf property
20
+ - [#8006](https://github.com/scalar/scalar/pull/8006): fix(agent): safari fieldsizing fallback
21
+
22
+ ## 0.8.41
23
+
24
+ ### Patch Changes
25
+
26
+ #### Updated Dependencies
27
+
28
+ - **@scalar/api-reference@1.44.4**
29
+ - [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
30
+ - [#7979](https://github.com/scalar/scalar/pull/7979): fix: prevent re-rendering of already-ready items in lazy-bus queue
31
+
32
+ Restores the readyQueue guard in addToPendingQueue to prevent items that are
33
+ already rendered from being re-added to the pending queue. This fixes a
34
+ performance regression introduced in #7497 where large API specs would
35
+ experience severe slowdowns due to items being reprocessed on every scroll
36
+ or interaction.
37
+
38
+ The fix maintains the callback functionality from #7497 by still allowing
39
+ items to be added to the priority queue (for callback triggering), but
40
+ processQueue now skips adding items that are already in readyQueue.
41
+
42
+ - [#8002](https://github.com/scalar/scalar/pull/8002): feat(agent): add inline agent chat
43
+ - [#7985](https://github.com/scalar/scalar/pull/7985): fix(api-reference): set fallback for mobile header sticky offset
44
+ - [#7784](https://github.com/scalar/scalar/pull/7784): fix: resolve oauth2 relative URLs against relative server URLs
45
+ - [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar
46
+ - [#7977](https://github.com/scalar/scalar/pull/7977): fix(api-reference): apply sidebar width variable
47
+
48
+ - **@scalar/types@0.6.1**
49
+ - [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
50
+ - [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar
51
+
3
52
  ## 0.8.40
4
53
 
5
54
  ### Patch Changes