You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed page transition animation from/to to root route
21
+
- fixing animation config explicit conversion
22
+
23
+
### <!-- 3 -->Other
24
+
25
+
- update release-me workflow
26
+
- Bump Dioxus Version
27
+
- Update release-plz.toml
28
+
- Update gh_pages.yml
29
+
- enable basepath and also commit just file
30
+
- Enable gh pages
31
+
- Fix formatting
32
+
- remove --lib on tests
33
+
- small changes
34
+
- CI?
35
+
- Some fixes for CI
36
+
- alternative loop fix and tests added
37
+
- more tests
38
+
- loop mode fix
39
+
- clippy fixes and ci
40
+
- Enhance README.md with new SharedValue struct and Animatable trait implementation. Update Animatable trait definition to include operator traits and default methods. Refactor Position struct to implement standard Rust operators and simplify Animatable methods for better usability.
41
+
- Refactor AnimationSequence to use Arc<Mutex> for thread-safe completion callbacks, enhancing concurrency support and ensuring safe execution without ownership. Update related methods and tests accordingly.
42
+
- Add PoolStatsProvider trait and integrate statistics tracking for SpringIntegratorPool
43
+
- Enhance ConfigHandle to track validity and ensure safe automatic cleanup upon drop, preventing double-return issues in the config pool.
44
+
- Implement config pool trimming functionality and clean up code formatting in pool.rs
45
+
- Refactor motion.rs for improved readability by cleaning up whitespace and formatting in animation methods
46
+
- Update .gitignore and refactor AnimationState for improved readability and structure
47
+
- simpler tracking
48
+
- small benchmarks tests
49
+
- Some readme and changelog updates
50
+
- proper time support
51
+
- more cleanup
52
+
- more cleanup
53
+
- state machine way
54
+
- basic test cleanups
55
+
- basic pooling
56
+
- dioxus bump to alpha 3
57
+
- Export TransitionVariantResolver in prelude module
58
+
- Add dynamic transition resolver for page transitions
0 commit comments