Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Updates the requirements on yew to permit the latest version.

Changelog

Sourced from yew's changelog.

✨ yew 0.20.0 (2022-11-xx)

Changelog

  • 🛠 Fixes

    • Fix onsubmit event type in docs. [@​Allan, #2926]
    • Fix issues with tuples in closing tag. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2886]
    • Fix checked property being reset. [@​WorldSEnder, #2907]
    • Fix VList Stream in SSR. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2801]
    • Fixed NodeRef not being implicitly cloned with components. [@​wdcocq, #2775]
    • Attributes: Fix apply_diff_index_maps. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2653]
    • Fix bubbling of events originating in shadow dom. [@​WorldSEnder, #2627]
    • Fix some Hook edge cases. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2592]
    • Fix issue with node refs and hydration. [@​WorldSEnder, #2597]
    • Fix macro hygiene issues. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2585]
    • Fix casing of dynamic tags. [@​WorldSEnder, #2578]
    • Automatically convert closure to callback for component properties. [[@​Finn Bear](https://github.com/Finn Bear), #2554]
    • Fix a problem with NodeRefs and VTags, ref. [@​WorldSEnder, #2279]
    • Fix defaulted type parameter.. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2284]
    • Use Ref::filter_map if rustc is later than 1.63. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2904]
    • Evaluate props in the order they're defined. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2887]
    • Context: Avoid storing a copy of children. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2885]
    • Various improvements to Classes, oriented around reducing allocations. [[@​Nathan West](https://github.com/Nathan West), #2870]
    • Resume Suspension upon unmount. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2874]
    • Make fn update() re-render the component by default. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #2786]
    • Do not detach child elements if parent element is about to be detached. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2420]
    • remove some unsafes by using atomics. [@​WorldSEnder, #2186]
    • use_prepared_state & use_transitive_state. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2650]
    • Silence some warnings from derive(Properties). [@​WorldSEnder, #2266]
    • onsubmit should be a SubmitEvent. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2816]
  • ⚡️ Features

    • Add VNode::from_html_unchecked. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2842]
    • Make Yew lints opt-in. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2882]
    • Allow skipping a callback when reforming. [[@​Jens Reimann](https://github.com/Jens Reimann), #2864]
    • Polled SSR Stream. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2824]
    • Add send_stream method for Scope. [@​laizy, #2619]
    • Allow functions returning unit in use_effect. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2849]
    • Configurable Runtime. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2772]
    • Pinned Channels. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2811]
    • Bind to properties instead of attributes by default. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2819]
    • Convert nightly from a feature flag to a compiler flag. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2827]
    • Reduce SSR Buffers in VList. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2826]
    • Allow keywords after dash in element and attribute names. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2820]
    • Replace custom logging by tracing. [@​WorldSEnder, #2814]
    • Implement sleep and interval for Yew Platform. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2784]
    • Remove component NodeRef. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2783]
    • Prepared States dependency should be Reference Counted. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2769]

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Nov 28, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch 3 times, most recently from 090bfc8 to d273c2e Compare December 22, 2022 04:03
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch from d273c2e to 5a28c5f Compare December 26, 2022 04:04
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch from 5a28c5f to d0f325d Compare February 1, 2023 04:03
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch from d0f325d to 8ce4894 Compare February 9, 2023 04:03
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch from 8ce4894 to 0ec0cbf Compare February 22, 2023 04:15
Updates the requirements on [yew](https://github.com/yewstack/yew) to permit the latest version.
- [Release notes](https://github.com/yewstack/yew/releases)
- [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md)
- [Commits](yewstack/yew@0.18.0...yew-v0.20.0)

---
updated-dependencies:
- dependency-name: yew
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/yew-0.20 branch from 0ec0cbf to 4e9f224 Compare March 17, 2023 04:59
Copy link
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 13, 2023

@meili-bors meili-bors bot merged commit 86706a3 into main Jun 13, 2023
@meili-bors meili-bors bot deleted the dependabot/cargo/yew-0.20 branch June 13, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants