This release is hopefully the final pre-release before the full 0.7 release!
In this release we:
- Fixed a critical issue with custom axum routers not injecting wasm/js bootstrap code
- Added support for
/public/
dir, allowing assets without the manganis asset system - Added a
components
command for a shadcn-like components experience - Fixed some bugs to unlock hot-patching on the new dioxus playground
- Moved to pinning dioxus dependencies within the workspace to make it easier to manually upgrade release candidates.
That's about it - hoping to see 0.7 either late this week or early next week!
What's Changed
- Elements: add autocorrect attribute to and <textarea> by @fasterthanlime in #4797
- resolve the index before rendering by @jkelleyrtp in #4806
- 👩🏫 Add support for
default-members
by @Jasper-Bekkers in #4811 - Removed wasm rel-preload link from bundle index.html to save bandwidth for Safari users by @RickWong in #4796
- follow up to serveconfig by @jkelleyrtp in #4820
- Support
public
dir by @tekacs in #4783 - DX components command by @ealmloff in #4669
- CLI fixes for hotpatching the playground by @ealmloff in #4715
New Contributors
- @Jasper-Bekkers made their first contribution in #4811
- @RickWong made their first contribution in #4796
Full Changelog: v0.7.0-rc.2...v0.7.0-rc.3