New
v0.15
What's Changed
- Fix for allowing core imgui to use typed ImGuiCol / ImGuiStyleVar enums. by @ocornut in https://github.com/epezent/implot/pull/405
- Fixes for ImGuiModFlags_XXX -> ImGuiMod_XXX (v1.89) (#347) by @ocornut in https://github.com/epezent/implot/pull/407
- Use snprintf instead of sprintf in implot_demo.cpp by @jminor in https://github.com/epezent/implot/pull/426
- Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h by @ocornut in https://github.com/epezent/implot/pull/449
- Embrace 'nullptr' by @Minty-Meeo in https://github.com/epezent/implot/pull/465
- Avoid fetching GImPlot multiple times when possible. by @ocornut in https://github.com/epezent/implot/pull/468
- Fixes for AllowOverlap and internal changes in 1.89.7 by @ocornut in https://github.com/epezent/implot/pull/486
New Contributors
- @jminor made their first contribution in https://github.com/epezent/implot/pull/426
- @Minty-Meeo made their first contribution in https://github.com/epezent/implot/pull/465
Full Changelog: https://github.com/epezent/implot/compare/v0.14...v0.15