This release fixes a large number of bugs.
We added a few new features:
- Add auxclick, scrollend evnts
- Support for server-only extractors
- Scoped CSS and CSS modules 🎉 https://github.com/DioxusLabs/dioxus/pull/5087
What's Changed
- fix: make install.sh sh compatible by @jkelleyrtp in https://github.com/DioxusLabs/dioxus/pull/5058
- Update README links for version 0.7 by @jullan...