react-xterm-shell 0.3.0 → 0.3.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  A small React shell around [xterm.js](https://xtermjs.org/). It is a **React shell around xterm, not a React renderer for terminal cells** — xterm owns the grid, parsing, and rendering; this gives you the lifecycle, a stable imperative controller, automatic fitting, and opt-in addons as ordinary React.
8
8
 
9
- The demo is a Vite web page with theme switching, transport telemetry, and a mock backend filesystem users can mutate from the terminal.
9
+ The demo is a Vite web page with theme switching, transport telemetry, web-links/unicode11 examples, and a mock backend filesystem users can mutate from the terminal.
10
10
 
11
11
  - `useXTerm()` — creates and owns the xterm instance behind a stable controller.
12
12
  - `<XTerm />` — the DOM mount point.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-xterm-shell",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A small React shell around xterm.js: a useXTerm hook + XTerm component with a stable imperative controller, automatic fitting, and opt-in webgl/web-links/unicode11 addons.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",