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
- tooltip: add possibility to set layout to which the tooltip will be a… by @gucio321 in #800
- Update golangci-lint.yaml by @MisustinIvan in #817
- Added the option for image to take its original size by @MisustinIvan in #815
- feat: use generics for RangeBuilder by @zenlor in #824
- build(deps): bump github.com/mazznoer/csscolorparser from 0.1.3 to 0.1.4 by @dependabot in #826
- Add NoHeader() to TableWidget by @JetSetIlly in #830
- Fixed issue with resizing events in GLFW master window by @JetSetIlly in #831
- Context: fix invalid reference to not-existing variable by @gucio321 in #825
- update cimgui-go to latest version by @lzytaro in #833
- build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0 by @dependabot in #835
- fix bug of center and right alignment by @lzytaro in #834
- re-run go generate by @gucio321 in #845
- css: replace \r\n in LoadCSS by @gucio321 in #846
- build(deps): bump github.com/mazznoer/csscolorparser from 0.1.4 to 0.1.5 by @dependabot in #844
- build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0 by @dependabot in #848
- readme: Add fancy docs badge by @greenthepear in #837
- Remove gitter link by @gucio321 in #849
- examples/dragdrop: fix crash by @gucio321 in #852
- Add MasterWindowFlagsHidden by @cjbrigato in #853
- Upgrade cimgui-go to v1.0.0 by @gucio321 in #856
- build(deps): bump github.com/AllenDang/cimgui-go from 1.0.0 to 1.0.1 by @dependabot in #858
- Revert "Fixed issue with resizing events in GLFW master window" by @gucio321 in #864
- Linting fixes by @gucio321 in #867
- context: use ID as type of id arg in Set/GetState by @gucio321 in #866
- Add missing doc attempt N (finally success!) by @gucio321 in #868
- Fix ImageWithRGBAWidget filling GPU Memory by @cjbrigato in #869
- ImageWidget: Fix click event detection / Add Scale by @cjbrigato in #871
- Makes states invalidation more robust by @cjbrigato in #872
- Add advanced image usage tools with examples by @cjbrigato in #870
New Contributors
- @MisustinIvan made their first contribution in #817
- @zenlor made their first contribution in #824
- @JetSetIlly made their first contribution in #830
- @lzytaro made their first contribution in #833
- @greenthepear made their first contribution in #837
- @cjbrigato made their first contribution in #853
Full Changelog: v0.8.1...v0.9.0