@coinbase/cds-mcp-server 9.6.0 → 9.6.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
|
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
<!-- template-start -->
|
|
10
10
|
|
|
11
|
+
## 9.6.1 ((7/7/2026, 12:21 PM PST))
|
|
12
|
+
|
|
13
|
+
This is an artificial version bump with no new change.
|
|
14
|
+
|
|
11
15
|
## 9.6.0 ((7/6/2026, 07:37 AM PST))
|
|
12
16
|
|
|
13
17
|
This is an artificial version bump with no new change.
|
|
@@ -76,6 +76,8 @@ CartesianChart is a customizable, `@shopify/react-native-skia` based component t
|
|
|
76
76
|
|
|
77
77
|
All charts use Skia Canvas for rendering, which requires a context bridge to share React contexts with the Skia renderer. You need to wrap your app with `ChartBridgeProvider` at the root of your app to enable charts to access theme and chart contexts.
|
|
78
78
|
|
|
79
|
+
For better performance, other React contexts are not bridged by default. To bridge additional contexts, see [Skia's documentation](https://shopify.github.io/react-native-skia/docs/canvas/contexts/).
|
|
80
|
+
|
|
79
81
|
```jsx
|
|
80
82
|
import { ChartBridgeProvider } from '@coinbase/cds-mobile/visualizations/chart';
|
|
81
83
|
import { ThemeProvider } from '@coinbase/cds-mobile/system/ThemeProvider';
|