Skip to content

Commit cca62fb

Browse files
2.0.0-alpha.37 (#3475)
1 parent 0f002cc commit cca62fb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ 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-
## Unreleased
7+
## 2.0.0-alpha.37 / 12 Nov 2025
88
While this is an alpha release, new servers should use this rather than an older "stable" version.
99

10+
Fixes:
11+
* Prevent occasional transparent lingering element after closing room history or playlist manager. (#3149)
12+
* Fix media progress bar with custom start/end times. (#3462)
13+
1014
Internal:
1115
* **Breaking:** u-wave-web now requires Node.js 20.x or higher.
16+
* **Breaking:** Use native `crypto.randomUUID`, meaning u-wave-web must be served over HTTPS. (#3472)
17+
* Enable React Compiler. (#3348)
1218

1319
## 2.0.0-alpha.36 / 18 Nov 2024
1420
While this is an alpha release, new servers should use this rather than an older "stable" version.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "u-wave-web",
3-
"version": "2.0.0-alpha.36",
3+
"version": "2.0.0-alpha.37",
44
"description": "Web client for üWave servers.",
55
"author": "Renée Kooi <[email protected]>",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
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.36",
4+
"version": "2.0.0-alpha.37",
55
"author": "Renée Kooi <[email protected]>",
66
"type": "module",
77
"dependencies": {

0 commit comments

Comments
 (0)