You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,26 @@ The full API for xterm.js is contained within the [TypeScript declaration file](
99
99
100
100
Note that some APIs are marked *experimental*, these are added to enable experimentation with new ideas without committing to support it like a normal [semver](https://semver.org/) API. Note that these APIs can change radically between versions, so be sure to read release notes if you plan on using experimental APIs.
101
101
102
+
## Releases
103
+
104
+
Xterm.js follows a monthly release cycle roughly.
105
+
106
+
All current and past releases are available on this repo's [Releases page](https://github.com/sourcelair/xterm.js/releases), you can view the [high-level roadmap on the wiki](https://github.com/xtermjs/xterm.js/wiki/Roadmap) and see what we're working on now by looking through [Milestones](https://github.com/sourcelair/xterm.js/milestones).
107
+
108
+
### Beta builds
109
+
110
+
Our CI releases beta builds to npm for every change that goes into master. Install the latest beta build with:
111
+
112
+
```bash
113
+
npm install -S xterm@beta
114
+
```
115
+
116
+
These should generally be stable, but some bugs may slip in. We recommend using the beta build primarily to test out new features and to verify bug fixes.
117
+
118
+
## Contributing
119
+
120
+
You can read the [guide on the wiki](https://github.com/xtermjs/xterm.js/wiki/Contributing) to learn how to contribute and set up xterm.js for development.
121
+
102
122
## Real-world uses
103
123
Xterm.js is used in several world-class applications to provide great terminal experiences.
104
124
@@ -197,26 +217,6 @@ Xterm.js is used in several world-class applications to provide great terminal e
197
217
198
218
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it on our list. Note: Please add any new contributions to the end of the list only.
199
219
200
-
## Releases
201
-
202
-
Xterm.js follows a monthly release cycle roughly.
203
-
204
-
All current and past releases are available on this repo's [Releases page](https://github.com/sourcelair/xterm.js/releases), you can view the [high-level roadmap on the wiki](https://github.com/xtermjs/xterm.js/wiki/Roadmap) and see what we're working on now by looking through [Milestones](https://github.com/sourcelair/xterm.js/milestones).
205
-
206
-
### Beta builds
207
-
208
-
Our CI releases beta builds to npm for every change that goes into master. Install the latest beta build with:
209
-
210
-
```bash
211
-
npm install -S xterm@beta
212
-
```
213
-
214
-
These should generally be stable, but some bugs may slip in. We recommend using the beta build primarily to test out new features and to verify bug fixes.
215
-
216
-
## Contributing
217
-
218
-
You can read the [guide on the wiki](https://github.com/xtermjs/xterm.js/wiki/Contributing) to learn how to contribute and set up xterm.js for development.
219
-
220
220
## License Agreement
221
221
222
222
If you contribute code to this project, you implicitly allow your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.
0 commit comments