Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/AllenDang/giu from 0.7.0 to 0.10.0 #248

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps github.com/AllenDang/giu from 0.7.0 to 0.10.0.

Release notes

Sourced from github.com/AllenDang/giu's releases.

v0.10.0

Release Highlights

  • Important bugfix in ReflectiveBoundTexture
    • ReflectiveBoundTexture used broken cimgui-go's implementation of texture, which caused app crashes while GC.
  • A new Gizmo widget
    • Since v1.1.0 cimgui-go implements ImGuizmo which is now aailable as an easy-to-use giu widget.
    • Gizmos API is similar to Plots mechanism.
    • The following Gizmos are currently available
      • Grid
      • Cube
      • Manipulate
      • View Manipulat
    • For usage details, check out examples/gizmo image
  • Added Plots styling
    • Now you can apply Color and Var style to Plots.
    • StyleSetter itself now implements PlotWidget interface so it can be applied to a single Plot.
    • Plots styling works with CSS as well

What's Changed - detailed changelog

New Contributors

Full Changelog: AllenDang/giu@v0.9.0...v0.10.0

v0.9.0

Introduction

Today we come with the new release of giu, which includes:

  • Upgrade of cimgui-go - this is now a stable version v1.0.1
  • Fix to bug in ImageWithRgbaWidget (causing giu crashes on some platforms)
  • Completion of the missing documentation - now new PRs are forced to add the docs by revive linter.
  • Addition of a new way for Texture management (ReflectiveBoundTexture) along with fully functional paint example.
  • And much more! See the list below for full changelog.

What's Changed

... (truncated)

Commits
  • c353d6e Merge pull request #898 from gucio321/plot-styling
  • a599be0 fix examples/plot lint
  • 669e4af CSS: fix some golangci-lint issues
  • f0ef8af setstyle: remove duplicated code"
  • 77899ff enable plot styling in CSS
  • 9c06a72 examples/plot: add style setter usage demo
  • b1f2893 style setter: add plot style support
  • 1d7a4e7 Merge pull request #897 from gucio321/gizmo-widget
  • 9099cfd lint(examples/gizmo)
  • 5700c60 linting(Gizmo)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies update of golang dependencies go Pull requests that update Go code labels Nov 4, 2024
@dependabot dependabot bot requested a review from gucio321 November 4, 2024 13:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/AllenDang/giu-0.10.0 branch from 3c94bbe to 49a55a6 Compare November 4, 2024 13:29
gucio321
gucio321 previously approved these changes Nov 4, 2024
@gucio321
Copy link
Owner

gucio321 commented Nov 4, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/AllenDang/giu-0.10.0 branch from 49a55a6 to 9d2fab6 Compare November 4, 2024 13:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/AllenDang/giu-0.10.0 branch from 9d2fab6 to c36b9ea Compare November 11, 2024 10:11
@gucio321
Copy link
Owner

@dependabot rebase

Bumps [github.com/AllenDang/giu](https://github.com/AllenDang/giu) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/AllenDang/giu/releases)
- [Commits](AllenDang/giu@v0.7.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/AllenDang/giu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/AllenDang/giu-0.10.0 branch from c36b9ea to 714e186 Compare November 12, 2024 17:13
gucio321
gucio321 previously approved these changes Nov 13, 2024
we all love api changes. At least they are not so large in giu
@github-actions github-actions bot merged commit db98e5f into master Nov 13, 2024
8 of 9 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/AllenDang/giu-0.10.0 branch November 13, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies update of golang dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant