@groupviz/react 2.1.1 → 2.1.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 +3 -3
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -68,12 +68,12 @@ import '@groupviz/react/theme.css' // 主题样式(模块化工程可 import
|
|
|
68
68
|
**交互约定**:Scene 是纯受控内核——标签显隐 / hover 气泡 / 选中高亮等由宿主通过 props
|
|
69
69
|
(`showLabels` / `onHover` / `onSelect`)注入。
|
|
70
70
|
|
|
71
|
-
**完整 props
|
|
72
|
-
|
|
71
|
+
**完整 props 全表**:见 [docs/API.md](https://github.com/rrCathy/GroupViz/blob/main/docs/API.md)(10 个 Scene 逐项 + 便利层 + core 新增导出;该文件亦随包分发);
|
|
72
|
+
更多组合示例见 [examples/host-minimal/](https://github.com/rrCathy/GroupViz/tree/main/examples/host-minimal)。
|
|
73
73
|
|
|
74
74
|
**稳定性**:当前公开 API 为 2.x——破坏性变更才会升 major(core 与 react 成对同版发布,react peer 锁 core `^2.x`),
|
|
75
75
|
非破坏性演进在 minor/patch 内进行;变更记录见 [GroupViz CHANGELOG](https://github.com/rrCathy/GroupViz/blob/main/docs/CHANGELOG.md)。
|
|
76
76
|
|
|
77
77
|
**来源**:本包由 GroupViz 主仓库 `src/package/` 门面构建发布(单仓库内子目录产出,非 monorepo),
|
|
78
|
-
完整组件 / 交互文档:[GroupViz 主仓库](https://github.com/rrCathy/GroupViz)(docs/VIEWS.md · docs/PRESENTATION.md)。
|
|
78
|
+
完整组件 / 交互文档:[GroupViz 主仓库](https://github.com/rrCathy/GroupViz)([docs/VIEWS.md](https://github.com/rrCathy/GroupViz/blob/main/docs/VIEWS.md) · [docs/PRESENTATION.md](https://github.com/rrCathy/GroupViz/blob/main/docs/PRESENTATION.md))。
|
|
79
79
|
MIT License。
|
package/index.js
CHANGED
|
@@ -1090,7 +1090,7 @@ var je = {
|
|
|
1090
1090
|
"theme.viewWindowDark": "视图窗口切换为浅色",
|
|
1091
1091
|
"theme.viewWindowLight": "视图窗口切换为深色",
|
|
1092
1092
|
"welcome.subtitle": "群论可视化平台",
|
|
1093
|
-
"welcome.version": "v2.1.
|
|
1093
|
+
"welcome.version": "v2.1.2",
|
|
1094
1094
|
"welcome.tagline": "探索抽象代数的对称之美 — 交互式群论可视化与学习工具",
|
|
1095
1095
|
"welcome.enter": "进入应用",
|
|
1096
1096
|
"welcome.section.done": "已实现",
|
|
@@ -1719,7 +1719,7 @@ var je = {
|
|
|
1719
1719
|
"theme.viewWindowDark": "View windows: switch to light",
|
|
1720
1720
|
"theme.viewWindowLight": "View windows: switch to dark",
|
|
1721
1721
|
"welcome.subtitle": "Group Theory Visualization Platform",
|
|
1722
|
-
"welcome.version": "v2.1.
|
|
1722
|
+
"welcome.version": "v2.1.2",
|
|
1723
1723
|
"welcome.tagline": "Explore the beauty of symmetry in abstract algebra — Interactive group theory visualization & learning tool",
|
|
1724
1724
|
"welcome.enter": "Enter",
|
|
1725
1725
|
"welcome.section.done": "Implemented",
|