@jiujue/react-canvas-fiber 2.0.0 → 2.0.2

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 CHANGED
@@ -12,6 +12,8 @@ Once published to npm, you can install it directly:
12
12
  pnpm add @jiujue/react-canvas-fiber
13
13
  ```
14
14
 
15
+ #### Note: This is a custom React renderer and must use the same major React version (18.x) as its reconciler. Mixing versions will break at runtime.
16
+
15
17
  Inside this monorepo, it is referenced via pnpm workspace (see the demo).
16
18
 
17
19
  ## Usage
package/README.zh.md CHANGED
@@ -12,6 +12,8 @@
12
12
  pnpm add @jiujue/react-canvas-fiber
13
13
  ```
14
14
 
15
+ ### Note: 本项目基于 React 内部机制实现,仅支持 React 18(>=18 <19),不兼容其他主版本。
16
+
15
17
  本仓库内通过 pnpm workspace 引用(见 demo)。
16
18
 
17
19
  ## 使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiujue/react-canvas-fiber",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",