grasegger / oro

GNU General Public License v3.0
3 stars 1 forks source link

Update yew requirement from 0.14.1 to 0.16.2 in /src/frontend #13

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on yew to permit the latest version.

Release notes

Sourced from yew's releases.

v0.16.2

Changelog

  • 🛠 Fixes

    • Fixed regression where messages sent from Component::create were skipped. [@jstarry, #1225]
... (truncated)
Changelog

Sourced from yew's changelog.

0.16.2 (2020-05-14)

Changelog

  • 🛠 Fixes

    • Fixed regression where messages sent from Component::create were skipped. [[@jstarry], #1225]

0.16.1 (2020-05-14)

Changelog

0.16 (2020-05-09)

Changelog

  • ⚡️ Features

    • Added optional id, class, and placeholder properties to the Select component. [[@Stigjb], #1187]

    • Re-export web-sys from Yew. This allows projects to use web-sys without adding it to their Cargo.toml. [[@D4nte], #1176]

    • Added support for Option wrapped class names. [[@liquidblock], #1085]

      The following code is now supported:

      let color: &Option<String> = &self.color;
      html! { <div class=("btn", color)></div> }
      
    • Added get_parent and get_component methods to ComponentLink to allow access to parent component state. [[@jstarry], #1151]

  • 🛠 Fixes

    • Fixed bug that caused html class attributes to be set to an empty string. [[@liquidblock], #1085]
    • Fixed Private worker lifecycle event sending. [[@joaquindk], #1146]
  • 🚨 Breaking changes

    • Bumped minimum supported Rust version (MSRV) to 1.40.0. [[@jstarry], #1152]

0.15 (2020-04-25)

Attention!

yew now uses web-sys by default. If your project uses web-sys, you can now drop the "web_sys" feature from your yew dependency. Don't worry stdweb users, we have created a new alias crate for y'all called yew-stdweb. In order to use it, update your Cargo.toml yew dependency to the following:

... (truncated)
Commits


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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #20.