Skip to content

Split out html-events crate#5470

Open
nicoburns wants to merge 5 commits into
DioxusLabs:mainfrom
nicoburns:html-events-crate
Open

Split out html-events crate#5470
nicoburns wants to merge 5 commits into
DioxusLabs:mainfrom
nicoburns:html-events-crate

Conversation

@nicoburns
Copy link
Copy Markdown
Member

@nicoburns nicoburns commented Apr 9, 2026

This splits out a new html-events crate out of dioxus-html. This crate doesn't depend on any dioxus crates and could potentially be depended on directly by Blitz crates in future.

This currently changes the form traits to return anyhow::Error rather than dioxus_core::CapturedError to remove the dioxus_core dep. Possibly we ought to split CapturedError (which is just a wrapper around Arc<anyhow::Error>) into it's own mini crate?

Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns nicoburns requested a review from a team as a code owner April 9, 2026 11:51
nicoburns and others added 4 commits April 9, 2026 13:20
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
@jkelleyrtp jkelleyrtp added the breaking This is a breaking change label Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking This is a breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants