Skip to content

Update stylist requirement from 0.12.1 to 0.13.0

Imanuel Ulbricht requested to merge dependabot-cargo-stylist-0.13.0 into main

Updates the requirements on stylist to permit the latest version.

Release notes

Sourced from stylist's releases.

Release 0.13.0

Breaking Changes

  • Increase MSRV to 1.66.0.
  • Yew version is bumped to v0.21.

Other Changes

  • Update syn to v2.
Changelog

Sourced from stylist's changelog.

v0.13.0

Breaking Changes

  • Increase MSRV to 1.66.0.
  • Yew version is bumped to v0.21.

Other Changes

  • Update syn to v2.

v0.12.1

Other Changes

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

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading