traffloat
traffloat copied to clipboard
Bump yew from 0.18.0 to 0.19.3
Bumps yew from 0.18.0 to 0.19.3.
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)
Changelog
Sourced from yew's changelog.
Changelog
✨ yew 0.19.0 (2021-11-26)
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]
... (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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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
Codecov Report
Merging #313 (7f9d228) into master (7459793) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #313 +/- ##
=======================================
Coverage 15.32% 15.32%
=======================================
Files 47 47
Lines 2029 2029
=======================================
Hits 311 311
Misses 1718 1718
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7459793...7f9d228. Read the comment docs.
@dependabot recreate
Looks like yew is no longer a dependency, so this is no longer needed.