Skip to content

Releases: SaltieRL/WebReplayViewer

v0.9.1

18 May 01:03
Compare
Choose a tag to compare

Remove rl-loadout-lib and update material-ui to newest version.

Full Changelog: https://github.com/SaltieRL/WebReplayViewer/compare/v0.9.0...v0.9.1###

v0.9.0

17 May 03:50
Compare
Choose a tag to compare

Update to React 17 + misc fixes

Fall back to basic assets if loading fails

08 Dec 16:58
5407f8e
Compare
Choose a tag to compare

If our calls to rl-loadout-lib fail for some reason, the new default is to load assets that are bundled with this library and display the Octane as the default car for everything.

Bump minor versions on core dependencies

20 Mar 00:58
2d62bcd
Compare
Choose a tag to compare

This update contains several updates to our internal dependencies and bumps a number of peer dependency versions as follows:

  • @material-ui/core from 4.6.1 to 4.9.7
  • react and react-dom from 16.12.0 to 16.13.0
  • three from 0.110.0 to 0.114.0

In addition, we have migrated rl-loadout-lib from 0.4.3 to 0.6.0 to close out #84

Fix resolved model paths from webpack config

10 Mar 20:19
32d3497
Compare
Choose a tag to compare

Fixes an issue when importing Draco models

Update rl-loadout-lib to 0.4.2

12 Dec 20:45
4d037b5
Compare
Choose a tag to compare

Updates the version of rl-loadout-lib to 0.4.2, which includes OffscreenCanvas support for Chrome users. Textures are now generated using WebGL so performance has improved greatly.

Update to latest versions of React, Material-UI

20 Nov 03:11
b98f197
Compare
Choose a tag to compare

Updates a number of core dependencies, namely:

  • react@16.12.0
  • @material-ui/core@4.6.1
  • three@0.110.0

Also improved the load time of the docs/ folder by removing dependencies on React and Material UI. Since the docs project directly uses imports from the main project's node_modules, it was importing duplicate copies of React and Material-UI, forcing module compilation times to double. This should fix that issue.

Compact player and bug fixes

07 Oct 01:41
ae660b9
Compare
Choose a tag to compare

Adds a few new features

  • Adds compact controls that provide the same functionality as the standard set of controls provide.
  • New compact view tab to testing page
  • Optional autoplay prop added to replay viewer that will start or stop the clock on mount
  • Caches requests for position data to prevent duplicate requests

Fixes a few bugs as well:

  • Fixes a bug where the objects that spawn in the scene don't take their correct positions
  • Fixes a bug where the "play" button doesn't match the initial state of the viewer

Update lodash

14 Jul 19:15
3964425
Compare
Choose a tag to compare

Includes lodash security fixes by bumping from 4.17.11 to 4.17.14

Reducing depedency count

14 Jul 06:55
b4e21b7
Compare
Choose a tag to compare
  • Removed peer dependency on @material-ui/icons and @material-ui/styles
  • Added internal dependency on styled-components for custom button theming
    • Fixes a number of bugs like the replay viewer not taking full height due to non-applied class styles
  • Reduced bundle time and size (~47%) of example library