markstream-vue 0.0.4-beta.5 → 0.0.4-beta.7

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
@@ -17,6 +17,8 @@
17
17
  [![CI](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml/badge.svg)](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml)
18
18
  [![License](https://img.shields.io/npm/l/markstream-vue)](./license)
19
19
 
20
+ Looking for Vue 2.6? Use [`markstream-vue2`](./packages/markstream-vue2/README.md) (a baseline port with fewer advanced features).
21
+
20
22
  ## Contents
21
23
 
22
24
  - [TL;DR Highlights](#tldr-highlights)
@@ -37,6 +39,10 @@
37
39
  > 📖 All detailed documentation, API, examples, and advanced usage have been migrated to the VitePress documentation site:
38
40
  > https://markstream-vue-docs.simonhe.me/guide/
39
41
 
42
+ > ✅ Looking for a React renderer? A first-pass port now lives under `packages/markstream-react`. See `packages/markstream-react/README.md` for usage instructions while its documentation is fleshed out.
43
+
44
+ > ✅ Looking for a React renderer? A first-pass port now lives under `packages/markstream-react`. See `packages/markstream-react/README.md` for usage instructions while its documentation is fleshed out.
45
+
40
46
  ## TL;DR Highlights
41
47
 
42
48
  - Purpose-built for **streaming Markdown** (AI/chat/SSE) with zero flicker and predictable memory.
package/README.zh-CN.md CHANGED
@@ -16,6 +16,8 @@
16
16
  [![CI](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml/badge.svg)](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml)
17
17
  [![License](https://img.shields.io/npm/l/markstream-vue)](./license)
18
18
 
19
+ 需要 Vue 2.6 版本?请使用 [`markstream-vue2`](./packages/markstream-vue2/README.md)(基础移植版,功能更精简)。
20
+
19
21
  ## 目录
20
22
 
21
23
  - [速览](#速览)