Galaco / kero

Kero is a Source Engine game engine client implementation written in Go.
The Unlicense
47 stars 3 forks source link

Update module github.com/inkyblackness/imgui-go/v2 to v4 - autoclosed #46

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/inkyblackness/imgui-go/v2 require major v2.5.0 -> v4.1.0

Release Notes

inkyblackness/imgui-go ### [`v4.1.0`](https://togithub.com/inkyblackness/imgui-go/releases/v4.1.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v4.0.1...v4.1.0) Thanks to contribution by [@​JetSetIlly](https://togithub.com/JetSetIlly) , `RadioButtonInt()` has been made available. See [#​143](https://togithub.com/inkyblackness/imgui-go/issues/143) . Furthermore, the default branch has been renamed to `main`. See [here](https://togithub.com/github/renaming) for details. ### [`v4.0.1`](https://togithub.com/inkyblackness/imgui-go/releases/v4.0.1) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v4.0.0...v4.0.1) Thanks to [@​the-goodies](https://togithub.com/the-goodies) , some flag arguments and return values have the proper type now - see [#​142](https://togithub.com/inkyblackness/imgui-go/issues/142) . ### [`v4.0.0`](https://togithub.com/inkyblackness/imgui-go/releases/v4.0.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v3.1.0...v4.0.0) Thanks to the effort by [@​the-goodies](https://togithub.com/the-goodies) , the wrapper has been upgraded to use [v1.81](https://togithub.com/ocornut/imgui/releases/tag/v1.81) of **Dear ImGui**. As part of this upgrade, the support for tables was also added. See [#​138](https://togithub.com/inkyblackness/imgui-go/issues/138) for details. Furthermore, [@​JetSetIlly](https://togithub.com/JetSetIlly) helped to unify the names and types of various constants, most notably for bitflags. See [#​141](https://togithub.com/inkyblackness/imgui-go/issues/141) for details. Both modifications included breaking changes, so the major version was bumped to `v4`. ### [`v3.1.0`](https://togithub.com/inkyblackness/imgui-go/releases/v3.1.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v3.0.0...v3.1.0) This release contains the following contributions: - several features by [@​melaurent](https://togithub.com/melaurent) ([#​135](https://togithub.com/inkyblackness/imgui-go/issues/135) / [#​137](https://togithub.com/inkyblackness/imgui-go/issues/137)) - `DrawList` functions by [@​pwiecz](https://togithub.com/pwiecz) ([#​136](https://togithub.com/inkyblackness/imgui-go/issues/136)) - `CollapsingHeaderV` with flags parameter by [@​ptxmac](https://togithub.com/ptxmac) ([#​133](https://togithub.com/inkyblackness/imgui-go/issues/133)) ### [`v3.0.0`](https://togithub.com/inkyblackness/imgui-go/releases/v3.0.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v2.7.0...v3.0.0) This release updates **Dear ImGui** to `v1.79`, thanks to [@​SpaiR](https://togithub.com/SpaiR) ([#​130](https://togithub.com/inkyblackness/imgui-go/issues/130) and [#​132](https://togithub.com/inkyblackness/imgui-go/issues/132)) As part of this update, a version incompatible version bump to `v3` was necessary. This is mainly due to the changes of the API of the Drag/Slider APIs. See [ocornut/imgui#​3361](https://togithub.com/ocornut/imgui/issues/3361) for details. Other (known) incompatible changes in this version bump: - DrawList functions `AddCircleFilled()` and `AddCircle()` default the parameter `numSegments` to 0 instead of 12. This is in line with a corresponding change in **Dear ImGui** `v1.77`. - Deprecated `GetScroll*` functions were removed - For further changes, please refer to the release notes of **Dear ImGui** ### [`v2.7.0`](https://togithub.com/inkyblackness/imgui-go/releases/v2.7.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v2.6.0...v2.7.0) This small release adds function `ClearActiveID()` ([#​131](https://togithub.com/inkyblackness/imgui-go/issues/131)). Although an internal function in **Dear ImGui**, it is referenced and necessary for applications with special undo/redo support. ### [`v2.6.0`](https://togithub.com/inkyblackness/imgui-go/releases/v2.6.0) [Compare Source](https://togithub.com/inkyblackness/imgui-go/compare/v2.5.0...v2.6.0) Again thanks to further contributions, new functions are exposed: - [@​vacwm](https://togithub.com/vacwm) added [#​124](https://togithub.com/inkyblackness/imgui-go/issues/124) - `Push/PopButtonRepeat` - [@​melaurent](https://togithub.com/melaurent) added [#​128](https://togithub.com/inkyblackness/imgui-go/issues/128) - `IO.MouseWheel` - [@​JetSetIlly](https://togithub.com/JetSetIlly) added [#​121](https://togithub.com/inkyblackness/imgui-go/issues/121), [#​127](https://togithub.com/inkyblackness/imgui-go/issues/127) - `Style.Color`, several `IsItem*` functions, and `IsMouseDragging` Also, the github action to run `golangci-lint` needed an upgrade to work again.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (6756324) into dev (8562501) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #46   +/-   ##
=======================================
  Coverage   38.72%   38.72%           
=======================================
  Files          20       20           
  Lines         488      488           
=======================================
  Hits          189      189           
  Misses        294      294           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8562501...6756324. Read the comment docs.