Skip to content

Releases: Miorey/wow-model-viewer

Fix animations

25 Oct 21:13
e605957
Compare
Choose a tag to compare

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

25 Oct 18:45
Compare
Choose a tag to compare

What's Changed

  • Fix little bugs
  • Add classic wotlk and retail handling

Full Changelog: 1.4.0...1.5.0

Retail - compatible

03 Jun 11:26
ecf7670
Compare
Choose a tag to compare
  • Compatiblity with wow retail & wotlk
  • Fix animations
  • Improve logs
  • Improve doc

Fix animations list

08 May 15:49
f294d43
Compare
Choose a tag to compare

Fix animations list.
Update readme

Fix new race gender path

03 Jan 16:43
Compare
Choose a tag to compare

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

18 Oct 19:56
4a21111
Compare
Choose a tag to compare
fix WOTLK_TO_RETAIL_DISPLAY_ID_API (#44)

* fix WOTLK_TO_RETAIL_DISPLAY_ID_API

* coverage

* remove useless step

Fix wrong condition

18 Oct 16:32
d2854a4
Compare
Choose a tag to compare
1.3.2

fix WOTLK_TO_RETAIL_DISPLAY_ID_API (#43)

Fix override window vars

18 Oct 07:17
b5416f2
Compare
Choose a tag to compare

Complete doc
Fix override window consts

Avoid CORS policies restriction

17 Oct 13:14
f6bcb46
Compare
Choose a tag to compare

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

29 Sep 16:26
ce6070e
Compare
Choose a tag to compare

Add change apparence
Add change equipment
Remove image froma package
Global refactor
Add tests coverage