grasegger / oro

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

Update yew requirement from 0.14.1 to 0.17.3 in /src/frontend #30

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on yew to permit the latest version.

Changelog

Sourced from yew's changelog.

0.17.3 (2020-08-16)

Changelog

  • ⚡️ Features

  • 🛠 Fixes

    • Properties with default type params can now have Properties trait derived. [[@siku2], #1408]
    • html!: Improved compile error messages for invalid list fragments. [[@siku2], #1445]
    • Batch component updates are processed more efficiently. [[@bakape], #1470]

0.17.2 (2020-07-04)

Changelog

  • ⚡️ Features

  • 🛠 Fixes

    • Uncontrolled input values are no cleared when component renders. [[@jstarry], #1374]
    • Revert lazy rendering behavior introduced in 0.17.0. Yew will render the component between each update. [[@jstarry], #1373]

0.17.1 (2020-07-01)

Changelog

  • 🛠 Fixes

    • Fixed regression where component rendered lifecycle method was called before children components finish rendering. [[@jstarry], #1360]

0.17.0 (2020-06-29)

Changelog

  • ⚡️ Features

    • Allow agents to send input messages to themselves. [[@mkawalec], #1278]

    • Rendering performance has been improved by ~20%. [[@jstarry], #1296, #1309]

    • html!: Elements can be specified with dynamic tag names. [[@siku2], #1266]

      In order to specify a dynamic tag name, wrap an expression with @{..}:

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)