Releases: u-wave/web
v2.0.0-alpha.22
v2.0.0-alpha.21
While this is an alpha release, new servers should use this rather than an older "stable" version.
Bugfixes:
- Fix loading non-English translations. (#2602)
v2.0.0-alpha.20
While this is an alpha release, new servers should use this rather than an older "stable" version.
Features:
- Breaking: The
u-wave-web
npm package now only provides an ES Modules entry point and an
executable entry point. The CommonJS entry point is removed. (#2580)
Bugfixes:
-
Fix a crash when
currentDJ
object is spuriously empty while media is still being played. (7e679e)This shouldn't happen typically, but if the whole app crashes it's also very hard to diagnose,
so having this case be handled is an improvement.
Internal:
- Use Vite to build the project. (#2580)
v2.0.0-alpha.19
v2.0.0-alpha.18
v2.0.0-alpha.17
While this is an alpha release, new servers should use this rather than an older "stable" version.
Bugfixes:
- Fix deleting playlists.
Internal:
- Reduce high-level rerenders. (#2556)
v2.0.0-alpha.16
While this is an alpha release, new servers should use this rather than an older "stable" version.
Features:
- Style admin user lists more densely. (#2545)
Bugfixes:
- Fix admin user list pagination.
Internal:
- Use webpack builtin JSON parser instead of yaml-loader.
- Fix prop types in several places.
v2.0.0-alpha.15
While this is an alpha release, new servers should use this rather than an older "stable" version.
Features:
- Rework the admin panel with SWR. (#2544)
Bugfixes:
- Fix a crash in the admin user list when a user has an invalid join date.
Internal:
- Reduce unnecessary callback invalidation.
- Do not compile dependencies to ES2015 when targeting modern browsers.
v2.0.0-alpha.14
While this is an alpha release, new servers should use this rather than an older "stable" version.
Bugfixes:
- Fix preview media dialog backdrop size.
- Show preview button in history when not logged in.
- Tweak TextField outlines.
Internal:
v2.0.0-alpha.12
While this is an alpha release, new servers should use this rather than an older "stable" version.
Bugfixes:
- Fix missing
express
dependency in published package.