Changelog
This documents notable changes in ImPlot.jl. The format is based on Keep a Changelog.
v0.7.0 - 2025-07-09
Changed
- Breaking: We updated to the latest master of ImPlot to support ImGui v1.92/CImGui.jl v6. The only breaking change in this release is that
PlotImage()
now takes in aImTextureRef
instead of anImTextureID
.
v0.6.0 - 2025-02-09
Changed
- Updated to latest master of ImPlot, fixed compat for CImGui.jl v5.