Releases: Miorey/wow-model-viewer
Releases · Miorey/wow-model-viewer
Fix animations
What's Changed
Rename the Zaming you will need to use the new production viewer.min.js
If you use https://github.com/Miorey/bypass-cors-policies remove those files in the storage:
%2Fmodelviewer%2Fclassic%2Fviewer%2Fviewer.min.js
%2Fmodelviewer%2Flive%2Fviewer%2Fviewer.min.js
Full Changelog: 1.5.0...1.5.1
Handle classic / wotlk / retail
Retail - compatible
- Compatiblity with wow retail & wotlk
- Fix animations
- Improve logs
- Improve doc
Fix animations list
Fix animations list.
Update readme
Fix new race gender path
For characters the formula the path and the link to the good json have changed:
New formula: race * 2 - 1 + gender
Example:
Gnome Female: 7 * 2 - 1 + 1
Links to get the character have also changed
Fix and cover window conts
fix WOTLK_TO_RETAIL_DISPLAY_ID_API (#44) * fix WOTLK_TO_RETAIL_DISPLAY_ID_API * coverage * remove useless step
Fix wrong condition
1.3.2 fix WOTLK_TO_RETAIL_DISPLAY_ID_API (#43)
Fix override window vars
Complete doc
Fix override window consts
Avoid CORS policies restriction
CODE:
- remove all references to wowhead libs in the code
- move ecma 2022 to ecma 2018 and update the code to this standard
DOC:
- explain how to bypass cors policies.
Add change apparence / equipment
Add change apparence
Add change equipment
Remove image froma package
Global refactor
Add tests coverage