Update yew requirement from 0.18 to 0.19
Updates the requirements on yew to permit the latest version.
Release notes
Sourced from yew's releases.
yew-v0.19.3
Changelog
đź› Fixes
- Attempt to fix recursion on display. [
@​mibes, #2149]- Fix default passive option. [
@​mc1098, #2111]- Fix trybuild. [
@​mc1098, #2103]- Fix event handler during capture phase. [
@​mc1098, #2062]- Fix
VTagreuse to reset ancestorNodeRef. [@​mc1098, #2030]- Fix IntoEventCallback over IntoPropValue. [
@​mc1098, #2025]- Remove underscore prefix on fn parameters. [
@​mc1098, #2010]- Fix rust-analyzer #[derive(Properties)] warnings. [
@​KarlitosVII, #2007]- Fix clippy lints from 1.54.0. [
@​Xavientois, #1976]- Fix scheduler main queue delay (#1953). [
@​intendednull, #1954]- Fix case warning on derived properties. [
@​nitnelave, #1929]- yew-macro: fix inability to set the autoplay atribute. [
@​bakape, #1866]- Fix duplicate
with propserror messages.. [@​teymour-aldridge, #1730]- Remove extra braces in html_nested macro. [
@​Madoshakalaka, #2169]- Remove unused punct field from props. [
@​Xavientois, #1969]⚡️ Features
- Check event bubbling cancellation at each step of propagation. [
@​rjmac, #2191]- Add possibility to cancel bubbling. [
@​voidpumpkin, #2172]- Add the ability to add child nodes conditionally in
html!. [@​cecton, #1609]- Add basic lints to the HTML macro.. [
@​teymour-aldridge, #1748]- Refactor use ref hooks. [
@​mc1098, #2093]- Implementation of portals. [
@​WorldSEnder, #2147]- Allow Classes properties to be created from string literals. [
@​jplatte, #2141]- Use functions from
gloo_utilsinstead of re-implementing them. [@​hamza1311, #2124]- Reliable
use_reducerdispatch anduse_statesetter. [@​futursolo, #2126]- Add custom type for attribute values. [
@​hamza1311, #1994]- Remove trailing semicolon in macro used in expression position. [
@​vrmiguel, #2127]- Add set_if_neq for UseStateHandle. [
@​voidpumpkin, #2109]- Add safe first_node fn. [
@​mc1098, #2094]- impl PartialEq for
UseStateHandleandUseReducerHandle. [@​hamza1311, #2092]- Remove
web_sysre-export. [@​mc1098, #2084]- Use into_prop_value to convert str prop to Option. [
@​Xavientois, #2080]- Component lifecycle scheduler optimizations. [
@​bakape, #2065]- Update dependencies. [
@​mc1098, #2064]- Add support for missing boolean attributes. [
@​mc1098, #2051]- Add fully qualified primitives in proc macro. [
@​mc1098, #2037]- Remove 'static lifetime from hook init function. [
@​mc1098, #2039]- Add "struct update" syntax to pass props to component (
..propsinstead ofwith props). [@​Xavientois, #2024]- Add
no_implicit_preludeto proc macro tests. [@​mc1098, #2033]- Dev/listener multiplexer. [
@​bakape, #1542]- Remove ShouldRender type alias. [
@​mc1098, #2011]- Components v2 (2). [
@​hamza1311, #1961]- Remove InputData & ChangeData. [
@​mc1098, #2000]
... (truncated)
Commits
abeb8bc(cargo-release) version yew-v0.19.2 (#2262)457e986Fix failed release (#2261)feb45d8(cargo-release) version yew-v0.19.2edfd5cfCheckout as bot (#2260)0c828ceDisable publishing until actions are fixedbac7414Update token to use bot in publish actions (#2259)b73185dUpdate publish-yew-only.ymlc4f87baUpdate publish-yew-only.yml5c56427docs: fix functional and struct components links (#2258)92ebc68use local search instead of algolia (#2253)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate
https://github.com/dependabot recreate
@dependabot recreate
https://github.com/dependabot recreate
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.