Releases: vleue/bevy_easings
Releases · vleue/bevy_easings
v0.16.0
- Make it easier to create easing chain #47
- Fix leaping on sprites #48
- TextColor ease support #49
- Update for Bevy 0.16 (#50, #51)
v0.16.0-rc.1
update for Bevy 0.16.0-rc.3 (#50)
v0.15.0
chore: Release bevy_easings version 0.15.0
v0.14.0
chore: Release bevy_easings version 0.14.0
v0.14.0-rc.2
- method to avoid code duplication with initial component value #37
- Add
EasingsLabel
for preventing easings from getting despawned #25
- update for bevy 0.14 #38
- new method
delay
to delay start of an easing #40
v0.13.0
- Update for Bevy 0.13 #32
- Can ease on border color #29
- Don't trigger change detection on unchanged components (for example, in the case of paused easing) #31