Releases: gucio321/giu-animations
v2.2.0
Intro
In this release I've updated giu to v0.10.0.
I've also enabled @dependabot and it opened 5 PRs immediately 😄
What's Changed
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #25
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #28
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #26
- build(deps): bump golangci/golangci-lint-action from 3.4.0 to 6.1.1 by @dependabot in #27
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Intro
This version mainly updates giu to v0.9.0 with cimgui-go v1.0.1
What's Changed
- code: setup linter; fix lint errors by @gucio321 in #18
- build(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 by @dependabot in #22
- build(deps): bump golang.org/x/image from 0.10.0 to 0.18.0 by @dependabot in #23
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Welcome to GIU-Animations V2!
This release contains a re-designed API as well as many useful features.
What's Changed
- [ImgBot] Optimize images by @imgbot in #4
- build(deps): bump golang.org/x/image from 0.0.0-20220601225756-64ec528b34cd to 0.5.0 by @dependabot in #7
- Provide
Easing
setting directly inAnimatorWidget
- could be used with all kinds of animations now by @gucio321 in a6e4c6f - MoveAnimation: Remove restriction of up to two bezier points by @gucio321 in fc692ed
- Rename HoverColorAnimation => ColorFlowAnimation by @gucio321 in 53a9a43
- Get rid of data races by @gucio321 in 7c7e596, c30b47d,
- Add auto-triggering mechanism by @gucio321 in cca0c22 and also #8
- Respect PlayMode in all the animations by @gucio321
- Restyle inbetweening by @restyled-io in #11
- inbetweening by @gucio321 in #10
- fix typos in readme, make some unreadable sentences comprehensible by @Garnn in #12
- Move Animation: fix bug when CursorPos was set incorrectly by @gucio321 in #14
- Restyle Animation cycles by @restyled-io in #16
- Animation cycles by @gucio321 in #15
Another changes & fixes
- improve readme
- Host project's website on https://gucio321.github.io/giu-animations 🎉
New Contributors
- @dependabot made their first contribution in #7
- @restyled-io made their first contribution in #11
- @Garnn made their first contribution in #12
Special thanks
Big thanks to @sirthunderek for designing project's logo.
In this place, I'd also express my gratitude to @Garnn for fixing documentation in README and for inspiration while designing API. Thank you!
Full Changelog: v1.2.0...v2.0.0
v2.0.0-alpha.1
What's Changed
- Restyle inbetweening by @restyled-io in #11
- inbetweening by @gucio321 in #10
New Contributors
- @restyled-io made their first contribution in #11
Full Changelog: v2-alpha...v2-alpha.1
v2.0.0-alpha
Welcome to GIU-Animations v2
What's Changed
- [ImgBot] Optimize images by @imgbot in #4
- build(deps): bump golang.org/x/image from 0.0.0-20220601225756-64ec528b34cd to 0.5.0 by @dependabot in #7
- Triggers: make new api work with ColorFlowAnimation by @gucio321 in #8
- Add triggers mechanism
- Fix long-existing bug with calling
Reset
while animation was running (does not cause strange behavior anymore) - Make the code multi-thread-safe - many data races has been fixed
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v1.2...v1.3-alpha
v1.2.0
What's Changed
- Add
MoveAnimation
MoveAnimation
(b577aa1)- A bit of High Math: animation's easing (344b462 and 519d742)
- Implement Bézier Curves to make animations more interesting and customizable (22d27c3)
- This release contains minor code fixes such as elimination of data races and so on
Full Changelog: v1.1...v1.2
v1.1.0
v1.0.0
What's Changed
- Code based on a part of The Greater Heptavirate's project shared by @gucio321
- Create LICENSE by @gucio321 in #1
- Code refactor by @gucio321
New Contributors
Full Changelog: https://github.com/gucio321/giu-animations/commits/v1.0