@tetrascience-npm/tetrascience-react-ui 0.7.0-beta.128.1 → 0.7.0-beta.129.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/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ React component library for building TetraScience applications.
|
|
|
6
6
|
|
|
7
7
|
## Version
|
|
8
8
|
|
|
9
|
-
v0.
|
|
9
|
+
v0.7.0
|
|
10
10
|
|
|
11
11
|
This library provides:
|
|
12
12
|
|
|
@@ -26,12 +26,16 @@ This library provides:
|
|
|
26
26
|
|
|
27
27
|
| Library version | React | Node.js | TDP (server utilities) |
|
|
28
28
|
| --------------- | ----- | ------- | ---------------------- |
|
|
29
|
+
| v0.7.x | 19+ | 18+ | v4.x+ |
|
|
30
|
+
| v0.6.x | 19+ | 18+ | v4.x+ |
|
|
29
31
|
| v0.5.x | 19+ | 18+ | v4.x+ |
|
|
30
32
|
| v0.4.x | 19+ | 18+ | v4.x+ |
|
|
31
33
|
|
|
32
34
|
> **Note:** The client-side components have no TDP version dependency.
|
|
33
35
|
> The `/server` utilities (JWT auth, provider helpers) require a running TDP instance of v4.x or later.
|
|
34
36
|
> Browser support follows React 19's matrix (modern evergreen browsers).
|
|
37
|
+
>
|
|
38
|
+
> As of v0.7.0, heavy dependencies are **optional peer dependencies**: install `plotly.js-dist` if you use the chart components, `@streamdown/mermaid` / `@streamdown/math` if you use the AI markdown components, `@rdkit/rdkit` if you use `MoleculeStructure`, and the provider SDKs (`@aws-sdk/client-athena`, `@databricks/sql`, `snowflake-sdk`) only for the `/server` utilities you use. Apps that don't use these components don't need to install them.
|
|
35
39
|
|
|
36
40
|
## Installation
|
|
37
41
|
|