File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.0 - 2024-04-08
4
+
5
+ ### Changes
6
+ - Add ` SpanTweensBuilder::add ` trait
7
+ - Add ` SpanTweenPreset ` trait
8
+ - Update examples to use the preset APIs.
9
+ - Documentations
10
+ - Add "Features" section to README.md
11
+ - Add "Contributions" section to README.md
12
+ - Add "Your contributions" section to README.md
13
+
3
14
## v0.3.1 - 2024-04-04
4
15
- Fix README.md
5
16
27
38
` collaspe_elasped ` will update the ` previous ` field instead.
28
39
- Change ` Repeat ` to use ` i32 ` instead of ` usize ` and update their corresponding methods.
29
40
30
- ### Adds
41
+ ### Changes
31
42
- Add ` TweenAppResource `
32
43
- Add ` DefaultTweenEventsPlugin `
33
44
- Add ` TweenEventData `
52
63
- Register ` TweenProgress ` in ` TweenCorePlugin `
53
64
- Add unit tests for ` TweenTimer `
54
65
- Lots of documentations and code examples
55
-
56
- ### Changes
57
66
- Remove ` TweenTarget ` and ` Interpolator ` trait requirement from ` Tween<T, I> `
58
67
- Remove many ` TweenTarget ` requirement from ` Tween<T, I> ` implementations
59
68
- Improves ` TweenTimer::tick() ` code to account to new ` Elasped `
You can’t perform that action at this time.
0 commit comments