Skip to content

Commit 312383b

Browse files
committed
2.0.0-alpha.7
1 parent 0b7138b commit 312383b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.0-alpha.7 / 01 May 2022
8+
While this is an alpha release, new servers should use this rather than an older "stable" version.
9+
10+
Features:
11+
* Add twitter emoji. (#2149)
12+
13+
Internal:
14+
* Upgrade React to version 18. (#2271)
15+
* Use UUIDs for chat message IDs. (#2311)
16+
* Use react-virtual instead of react-window. (#2306)
17+
* And many dependency updates.
18+
719
## 2.0.0-alpha.6 / 20 Nov 2021
820
While this is an alpha release, new servers should use this rather than an older "stable" version.
921

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "u-wave-web-build",
33
"description": "Web client for üWave servers.",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"author": "Renée Kooi <[email protected]>",
66
"bin": {
77
"u-wave-web": "bin/u-wave-web"

0 commit comments

Comments
 (0)