Releases: u-wave/web
Releases · u-wave/web
v1.0.0-beta.12
Features:
- Add a loading spinner to the skip button. (#660)
- Resync time if the local clock changes unexpectedly. (#661)
- Lazy load all non-English locales. (#609)
Bugfixes:
- Room History style fixes. (#655)
- Fix entering fullscreen mode. (#659)
- Fix JS error on logout. (#663)
Internal:
- Add explicit dependency on es2015-modules-commonjs transform. (2719955)
- Remove old experimental plugin file code. (#662)
- Fix deprecation warnings during tests. (#664)
- Extract MediaThumbnail component. (#665)
- Use a unique key for media list rows to minimize updates while scrolling. (#637)
- Add Node 8 to CI. (#666)
- Auto-update lockfile w/ greenkeeper. (#668)
v1.0.0-beta.11
Bugfixes:
- Fix the Video toolbar position. (#652)
v1.0.0-beta.10
Features:
- Use a material-ui-like loading spinner. (#610)
- Default to
https://sigil.u-wave.net
avatars. (#611) - Add Privacy Policy checkbox to register form. (#614)
- Automatically close media source picker after selecting a source. (#627)
- Batch rerenders into a
requestAnimationFrame
. (#629) - Allow pausing YouTube videos in Preview mode. (#636)
- Wait for the initial state before rendering. (#649)
Bugfixes:
- Truncate long song names in SoundCloud card. (#613)
- Fix logo size on the privacy policy page. (#615)
Internal:
v1.0.0-beta.9
v1.0.0-beta.8
Features:
- Use React to generate SVG video backdrop. (#562)
- Show "Back To Recent Messages" button when scrolled up in chat. (#564)
- Add static page compilation and a Privacy Policy page. (#570)
- Show cached playlist items when switching playlists, instead of waiting
for the playlist to reload. (#571) - Add Skip reason selector. (#573)
Bugfixes:
- Fix chat scrolling up by itself after resizing the window. (#564)
Internal:
v1.0.0-beta.7
Features:
- Add the Password Reset Request form. (#264)
Bugfixes:
- Fix playlist rename dialog title. (#556)
- Fix deleting chat messages. (#559)
- Resolve HTTP requests with return value from onComplete, fixes favoriting
media into a new playlist. (#560) - Fix user cards overflowing window boundary. (#561)
Internal:
- Pull more build things from Gulp tasks into Webpack config. (#558)
v1.0.0-beta.6
v1.0.0-beta.5
This release contains an important fix for renaming playlists, and some minor fixes.
Bugfixes:
- Fix chat timestamps appearing behind emoji. (#533)
- Fix squeezed display of non-square emoji in suggestions list. (#535)
- Fix playlist meta actions. (#538)
Internal:
- Deal a bit better with missing browser features. (#518)
v1.0.0-beta.4
Features:
- Add a Delete button to individual chat messages for moderators (#489)
- Add Material-UI touch ripple when switching tabs (#508)
Bugfixes:
- Use cross-env for npm build script environment variables on Windows (#511)
- Remove Forgot Password link pending the related PR #264 (#531)
Internal:
- Add react-inline-elements transform in production build. (#503)
- Split up playlist manager into several separate Redux containers (#504)
- Clean up some dead code (#516, #523)
- Update Babel preset to use
babel-preset-latest
(#520) - Split up chat messages list and input into separate Redux containers (#521)