Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stylist requirement from 0.11.0 to 0.12.0 #66

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Updates the requirements on stylist to permit the latest version.

Release notes

Sourced from stylist's releases.

Release 0.12.0

Other Changes:

  • Added Server-side Rendering Support.
  • Fixed a reference cycle between Style and StyleManager.
  • Added StyleManager::new() to create a style manager with default configuration.
Changelog

Sourced from stylist's changelog.

v0.12.0

Other Changes:

  • Added Server-side Rendering Support.
  • Fixed a reference cycle between Style and StyleManager.
  • Added StyleManager::new() to create a style manager with default configuration.

v0.11.0

Breaking Changes:

  • Yew version is bumped to v0.20.
  • Remove YieldStyle. This API can be easily reproduced in user code, if need be, but often leads to clumsy code in struct components. Use alternative API and prefer function_component + use_style!/styled_component.
  • StyleSource does not take a lifetime argument
  • Feature parser: StyleSource now eagerly parses its input.
  • Feature parser: The conversion from str have been changed to TryFrom instead of From. If you're using yew, the IntoPropValue<StyleSource> impls still exist, but now panic early during conversion.
  • Feature parser: This feature is now disabled by default. Use the css!, other macros and interpolation syntax to write styles, if you don't need to parse css at runtime.

Other Changes:

  • The Style::new_* API is more open for accepted types of the Css parameter.
  • The name of styled components now defaults to the name of the function, like in function_component.

v0.10.1

Other Changes:

  • Added an impl of IntoPropValue<Classes> for Style and StyleSource when the yew_integration feature is active.

v0.10.0

Breaking Changes:

  • Yew version is bumped to 0.19.

Other Changes:

  • Added an API to style Yew Function Component.
  • random features is now provided with fastrand.
  • Added Yew hooks for Media Query.
  • Fixed a bug where URL might not be parsed properly.

v0.9.2

Other Changes:

  • Fixed a misconfiguration causing documentation fails to build on docs.rs.

... (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)

Updates the requirements on [stylist](https://github.com/futursolo/stylist-rs) to permit the latest version.
- [Release notes](https://github.com/futursolo/stylist-rs/releases)
- [Changelog](https://github.com/futursolo/stylist-rs/blob/master/CHANGELOG.md)
- [Commits](futursolo/stylist-rs@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 23, 2023
@futursolo futursolo merged commit f3d3950 into master Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/cargo/stylist-0.12.0 branch January 24, 2023 10:38
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant