Skip to content

v1.89.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 10:57
35fc78d

What's Changed

The key update in this release is the upgrade of the Dear ImGui library to v1.89.9 in #316. I highly recommend reviewing the related changes, as this update also includes version bumps for the imgui-node-editor and ImPlot extensions to their latest versions. These updates introduce changes to the API.

Another notable change affects the internal API of the ImVec classes. Their mathematical operations are now immutable, meaning that the code vec1.plus(vec2) will return a new instance instead of modifying the values within the vec1 instance, as it did previously. Additionally, a new mathematical operation div has been introduced.

Compare

List of Changes

New Contributors

Full Changelog: v1.88.0...v1.89.0

ko-fi