What's Changed
- Fix nested batches to compose correctly by @Aditya-PS-05 in #806
- Bump MSRV to 1.94 by @lukechu10 in #810
- Fix possible to access dirty node value when dependencies change by @lukechu10 in #809
- Fix panic when suspense task is still running when scope is destroyed by @lukechu10 in #811
- Add tag name to hydration error message by @lukechu10 in #812
- Update wasm-pack test command to include --all-features by @lukechu10 in #813
- Fix hydration support for
KeyedandIndexedby @lukechu10 in #814 - Fix
Portalhydration issues and wrong signature by @lukechu10 in #815 - Update links to new website in docs by @lukechu10 in #816
- Update Trunk link to point to new website by @lukechu10 in #818
- Fix panic when signal is disposed when tracked by @lukechu10 in #820
- Migrate to Edition 2024 and use cargo workspace keys by @lukechu10 in #821
- Add #[diagnostic::do_not_recommend] to improve diagnostic messages by @lukechu10 in #825
- Implement
DisplayforStringAttributeby @lukechu10 in #826 - Format the codebase using sycamorefmt by @lukechu10 in #829
- Fix panic when signal is disposed before batch ends by @lukechu10 in #830
- Fix
use_scope_depthreturning value off by 1 by @lukechu10 in #832 - Fix node dispose not cleaning up upstream dependencies by @lukechu10 in #831
New Contributors
- @Aditya-PS-05 made their first contribution in #806
Full Changelog: 0.9.2...0.9.3