Releases: vleue/bevy_easings
Releases · vleue/bevy_easings
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
0.6.0
- Changed how color are lerped to allow lerping on alpha channel b6d69f2