@scalar/api-reference-react 0.8.40 → 0.8.41

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