Releases: guansss/pixi-live2d-display
Releases · guansss/pixi-live2d-display
v0.2.1
- Uses stricter validation for model settings JSON. Now the types of essential properties will be checked
- Depends the url module from "@pixi/utils", rather than the one from Node.js
- Takes either an instance or the data of model in Live2DResources
- Keeps on starting idle motions even when there is a reserved motion
- Clears reserved motion when stopAllMotions() is called
- Optimized management of tasks and states
- Improved generation of definition file
- Removed dependency of path module
- Fixed disposing audio cause errors
- Fixed incorrect log levels
- Fixed audio array are not emptied when destroying SoundManager
v0.2.0
- Exposed all modules
- Used dts-bundle-generator to bundle declaration files
- Changed all private fields to be protected
- Made factory methods able to be inherited
- Optimized initialization of ModelSettings
- Made SoundManager static
- Removed "sound" event, the audio element has been moved to "motion" event
- Removes tap listener when disabling autoInteract
- Removed highlighting, which means this package no longer depends on @pixi/sprite
Documentation is now available.