@tetrascience-npm/tetrascience-react-ui 0.7.0-beta.131.1 → 1.0.0-beta.132.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 +3 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ React component library for building TetraScience applications.
|
|
|
6
6
|
|
|
7
7
|
## Version
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
v1.0.0
|
|
10
10
|
|
|
11
11
|
This library provides:
|
|
12
12
|
|
|
@@ -26,6 +26,7 @@ This library provides:
|
|
|
26
26
|
|
|
27
27
|
| Library version | React | Node.js | TDP (server utilities) |
|
|
28
28
|
| --------------- | ----- | ------- | ---------------------- |
|
|
29
|
+
| v1.0.x | 19+ | 18+ | v4.x+ |
|
|
29
30
|
| v0.7.x | 19+ | 18+ | v4.x+ |
|
|
30
31
|
| v0.6.x | 19+ | 18+ | v4.x+ |
|
|
31
32
|
| v0.5.x | 19+ | 18+ | v4.x+ |
|
|
@@ -35,7 +36,7 @@ This library provides:
|
|
|
35
36
|
> The `/server` utilities (JWT auth, provider helpers) require a running TDP instance of v4.x or later.
|
|
36
37
|
> Browser support follows React 19's matrix (modern evergreen browsers).
|
|
37
38
|
>
|
|
38
|
-
> As of
|
|
39
|
+
> As of v1.0.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.
|
|
39
40
|
|
|
40
41
|
## Installation
|
|
41
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetrascience-npm/tetrascience-react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-beta.132.1",
|
|
4
4
|
"description": "TetraScience React UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "TetraScience",
|
|
@@ -313,6 +313,7 @@
|
|
|
313
313
|
"@vitejs/plugin-react": "^4.3.1",
|
|
314
314
|
"@vitest/browser": "^3",
|
|
315
315
|
"@vitest/coverage-v8": "^3",
|
|
316
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
316
317
|
"cookie-parser": "^1.4.7",
|
|
317
318
|
"eslint": "^9.9.0",
|
|
318
319
|
"eslint-plugin-import": "^2.31.0",
|