Skip to content

Releases: u-wave/web

v2.0.0-alpha.22

08 Mar 20:49
Compare
Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

This client version requires u-wave-core server version 0.5.0-alpha.15 or higher.

Features:

  • Experimental support for runtime-configurable emotes. (#2669)

Internal:

  • Fix reducer hot reloading. (#2607)

v2.0.0-alpha.21

27 Dec 13:09
Compare
Choose a tag to compare

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

26 Dec 20:40
Compare
Choose a tag to compare

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

08 Dec 16:58
Compare
Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Bugfixes:

  • Fix lingering state in the edit media dialog. (#2581)

Internal:

  • Use .jsx extension for files that use JSX. (#2579)

v2.0.0-alpha.18

25 Nov 10:18
Compare
Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Bugfixes:

  • Fix a crash in the mobile version. (#2558)

Internal:

  • Fix the profiling build. (#2559)
  • Use loading=lazy on thumbnails in lists. (#2560)

v2.0.0-alpha.17

22 Nov 16:13
Compare
Choose a tag to compare

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

05 Nov 15:15
Compare
Choose a tag to compare

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

04 Nov 13:27
Compare
Choose a tag to compare

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

31 Oct 09:24
Compare
Choose a tag to compare

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:

  • Use react-async-hook for async operations. (#2537)
  • Setup chat commands in a more declarative way. (#2539)
  • Mount dialogs as MUI intends. (#2540)

v2.0.0-alpha.12

18 Oct 13:43
Compare
Choose a tag to compare

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.