futursolo / stylist-rs

A CSS-in-Rust styling solution for WebAssembly Applications
https://crates.io/crates/stylist
MIT License
366 stars 22 forks source link

Update yew requirement from 0.20 to 0.21 #142

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on yew to permit the latest version.

Changelog

Sourced from yew's changelog.

✨ yew 0.21.0 (2023-09-23)

Changelog

đź›  Fixes

⚡️ Features

  • Updated the docs of set_event_bubbling. [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3391]
  • feat: support arrays for Classes/classes!(). [@​Pouriya, #3393]
  • Mark VNode as #[must_use]. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3387]
  • Add IntoPropValue implementation to convert from Cows to AttrValue. [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3346]
  • Remove compatibility code before 1.64. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3379]
  • Keep checked attribute for elements without special handling. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3373]
  • feat: implement hydration for vraw. [[@​Dillen Meijboom](https://github.com/Dillen Meijboom), #3245]
  • Add webkitdirectory to the boolean attributes list. [[@​Julius Lungys](https://github.com/Julius Lungys), #3214]
  • Incremental performance improvements to element creation. [[@​Greg Johnston](https://github.com/Greg Johnston), #3169]
  • Make VList's children Rc'ed. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3050]
  • Update dependencies. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3171]
  • Pass string types to Html props. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #2872]
  • Implement an internal DomSlot for positioning instead of NodeRef. [@​WorldSEnder, #3048]
  • Prefer pop_first if it is available. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3084]
  • Add method map() on Children to wrap easily. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3039]
  • Reentrant event listeners. [@​WorldSEnder, #3037]
  • Add impl IntoIterator on &Classes. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3038]
  • Assert there are no circular references. [@​WorldSEnder, #3025]

🚨 Breaking changes

  • Remove special handing of struct fields of type Option in derive(Properties). [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3398]
  • Agent v2. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2773]
  • Update signature of use_prepared_state/use_transitive_state. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3376]
  • Make signature of use_future_with consistent. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3372]
  • Allow any type to be used as Children (take 2). [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3289]
  • Enable PartialEq for all virtual dom types. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3206]
  • Pass hook dependencies as the first function argument. [[@​Arniu Tseng](https://github.com/Arniu Tseng), #2861]
  • Make Classes cheap to clone. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3021]

✨ yew-router 0.18.0 (2023-09-xx)

Changelog

⚡️ Features

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 9 months ago

Looks like yew is up-to-date now, so this is no longer needed.