Skip to content

Releases: u-wave/web

v2.0.0-alpha.32

29 Mar 09:11
Compare
Choose a tag to compare

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

Fixes:

  • Fix playlist loading issues. (#2809)

Internal:

  • Continue Redux Toolkit migration. (#2816)

v2.0.0-alpha.31

18 Dec 14:55
Compare
Choose a tag to compare

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

Fixes:

  • Further Typescript refactor for playlist state, addressing problems loading inactive playlists. (#2801)

v2.0.0-alpha.30

09 Dec 13:46
Compare
Choose a tag to compare

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

Fixes:

  • Typescript refactor for the playlist state and components.
    Fixes a crash when importing playlists. (#2792)

v2.0.0-alpha.29

06 Dec 17:52
Compare
Choose a tag to compare

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

Features:

  • Typescript refactor. (#2685)

Fixes:

  • Fix overflows in autocomplete with long emote names. (#2674)

Internal:

  • Build emoji files and shortcodes map in a vite plugin. (#2789)

v2.0.0-alpha.24

13 Mar 16:12
Compare
Choose a tag to compare

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

Features:

  • Small UI tweaks, changing some paddings, rounding some borders. (#2673)

Internal:

  • Use lighter weight SVG icons. (#2672)

v2.0.0-alpha.23

08 Mar 23:12
Compare
Choose a tag to compare

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

Features:

  • Increased size of emotes to make them more distinguishable. (#2670)
  • Made autocomplete of usernames and emotes a bit more forgiving to typos. (#2671)

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)