Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_debounce not available on crates.io latest version (0.5.1) #65

Open
miguelpduarte opened this issue Nov 25, 2024 · 1 comment
Open

Comments

@miguelpduarte
Copy link

Title. crates.io has v0.5.1 which does not include use_debounce, regardless of activated features, and despite the main branch including it, with a Cargo.toml that mentions version 0.5.0.

Would it be possible to publish and updated release to include this hook? It is very useful for a use-case that I am facing right now.

@DogeDark
Copy link
Member

We decided to wait to release use_debounce and the other new features until 0.6 to avoid breaking semver. SDK 0.6 will be released once Dioxus 0.6 releases and it's planned to come out soon.

In the meantime, you should be able to use the git main version of this repo to use use_debounce:

dioxus-sdk = { git = "https://github.com/dioxuslabs/sdk", features = ["timing"] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants