Releases: skyrim/hlviewer.js
Releases · skyrim/hlviewer.js
v0.8.0
- updated dependencies
- switched from webpack to vite
- switched from preact to solid
- switched from typestyle to plain css
- cleaned up the code
- improved player UI slightly
v0.7.5
Removed events and path libraries. Used nanoevents and custom path functions instead.
v0.7.4
rebuilt dist files v0.7.4
v0.7.3
added basic touch support
v0.7.2
Removed lodash dependency which reduced package size from ~300kB to ~200kB
v0.7.1
- fixed library export code
- reorganized config code
v0.7.0
Reorganized project structure
- added typestyle css-in-js instead of sass
- simplified webpack build scripts and merged into one
- updated package versions of some dependencies
- improved npm publish package
- bumped minor version to 0.7.0
v0.6.0
- added rendering of static lighting
- removed three.js in order to use WebGL directly which lead to
- greatly increased performance
- hlviewer.min.js size is now less than half of what it was (from ~650kB to ~300kB)