@groupviz/react 2.1.1 → 2.1.3

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
@@ -68,12 +68,12 @@ import '@groupviz/react/theme.css' // 主题样式(模块化工程可 import
68
68
  **交互约定**:Scene 是纯受控内核——标签显隐 / hover 气泡 / 选中高亮等由宿主通过 props
69
69
  (`showLabels` / `onHover` / `onSelect`)注入。
70
70
 
71
- **完整 props 全表**:见包内 [API.md](./API.md)(10 个 Scene 逐项 + 便利层 + core 新增导出);
72
- 更多组合示例见仓库 `examples/host-minimal/`。
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。