Releases: ktisis-tools/ImGuizmo.NET
Releases · ktisis-tools/ImGuizmo.NET
v0.3.1
v0.3.0
Breaking Changes
- The included version of Dear ImGui was changed to a new fork for compatibility with Dalamud.
Expected Impact: Runtime incompatibility. No code changes necessary.
NOTE: This version is in testing. Use at your own risk.
v0.2.0
Breaking Changes
- The main entrypoint class has been renamed from
Ktisis.ImGuizmo.ImGuizmo
toKtisis.ImGuizmo.Gizmo
.
Expected Impact: This will break your existing code. - The
ColorCount
member ofKtisis.ImGuizmo.Style
has been removed. It never existed on the native side, attempting to use it would have resulted in memory access violations.
Expected Impact: Minimal.
NOTE: This version has not been tested. Use at your own risk.
v0.1.0
Initial Release
NOTE: This version has not been tested. Use at your own risk.