@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.54.1 → 0.5.0

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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ React component library for building TetraScience applications.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@tetrascience-npm/tetrascience-react-ui)](https://www.npmjs.com/package/@tetrascience-npm/tetrascience-react-ui) [![CI](https://github.com/tetrascience/ts-lib-ui-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/tetrascience/ts-lib-ui-kit/actions/workflows/ci.yml) **[Storybook](https://ts-lib-ui-kit-storybook.vercel.app/)** | **[Contributing Guide](./CONTRIBUTING.md)**
6
6
 
7
+ ## Version
8
+
9
+ v0.5.0
10
+
7
11
  This library provides:
8
12
 
9
13
  - **UI Components**: shadcn/ui primitives (Radix UI) with Tailwind CSS
@@ -18,6 +22,17 @@ This library provides:
18
22
  - **Node.js 18+**
19
23
  - **TypeScript 5.5+** (optional, but recommended)
20
24
 
25
+ ## Compatibility
26
+
27
+ | Library version | React | Node.js | TDP (server utilities) |
28
+ | --- | --- | --- | --- |
29
+ | v0.5.x | 19+ | 18+ | v4.x+ |
30
+ | v0.4.x | 19+ | 18+ | v4.x+ |
31
+
32
+ > **Note:** The client-side components have no TDP version dependency.
33
+ > The `/server` utilities (JWT auth, provider helpers) require a running TDP instance of v4.x or later.
34
+ > Browser support follows React 19's matrix (modern evergreen browsers).
35
+
21
36
  ## Installation
22
37
 
23
38
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetrascience-npm/tetrascience-react-ui",
3
- "version": "0.5.0-beta.54.1",
3
+ "version": "0.5.0",
4
4
  "description": "TetraScience React UI",
5
5
  "type": "module",
6
6
  "author": "TetraScience",