Patch version bump with a couple of fixes and improvements
🛠 Fixes
- Domslot hydration panic caused by suspension [@Siyuan Yan, #4003]
- Some
Option<T>and&Ttypes can be used as children again. e.g.Option<AttrValue>[@Siyuan Yan, #4005] - Custom hooks now compile in edition 2024. [@Siyuan Yan, #3992]
- No more stale states in callbacks when multiple events fire rapidly. [@Siyuan Yan, #3988]
- Fixed invisible svg issue on Chrome when included with
from_html_unchecked[@Jason Heard, #3970] - Fixed documentation typo in introduction.mdx. [@devfbe, #3417]
⚙️ Improvements
- Improved SSR example with meta rendering. [@Siyuan Yan, #4011]
- Replaced once_cell with std equivalents (LazyLock, OnceLock). [@Siyuan Yan, #4010]
- Updated rust dependencies.