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 Rust crate stylist to 0.13.0 #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2023

This PR contains the following updates:

Package Type Update Change
stylist dependencies minor 0.10.1 -> 0.13.0

Release Notes

futursolo/stylist-rs (stylist)

v0.13.0

Compare Source

v0.12.1

Compare Source

v0.12.0

Compare Source

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

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/stylist-0.x branch from e687013 to 0fdb52f Compare March 15, 2023 17:30
@renovate renovate bot changed the title Update Rust crate stylist to 0.12.0 Update Rust crate stylist to 0.12.1 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/stylist-0.x branch from 0fdb52f to 5ac3fb8 Compare June 25, 2023 20:03
@renovate renovate bot changed the title Update Rust crate stylist to 0.12.1 Update Rust crate stylist to 0.13.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/stylist-0.x branch from 5ac3fb8 to 5c51d24 Compare October 6, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants