Update stylist requirement from 0.12.1 to 0.13.0
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
- Implemented a workaround that mitigates the linker error from Rust compiler (rust-lang/rust#111888).
v0.12.0
Other Changes
- Added Server-side Rendering Support.
- Fixed a reference cycle between
Style
andStyleManager
.- 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 preferfunction_component
+use_style!
/styled_component
.StyleSource
does not take a lifetime argument- Feature
parser
:StyleSource
now eagerly parses its input.- Feature
parser
: The conversion fromstr
have been changed toTryFrom
instead ofFrom
. If you're usingyew
, theIntoPropValue<StyleSource>
impls still exist, but now panic early during conversion.- Feature
parser
: This feature is now disabled by default. Use thecss!
, 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 theCss
parameter.- The name of styled components now defaults to the name of the function, like in
function_component
.v0.10.1
... (truncated)
Commits
-
74e0fd0
Bump version to v0.13.0 (#145) -
8ef4448
Bump MSRV in Cargo.toml (#144) -
0a4a583
Update yew from 0.20 to 0.21 (#141) -
1c9a17c
Update gloo-utils requirement from 0.1.6 to 0.2.0 (#133) -
a8f2f4f
Update to syn 2 (#140) -
3d0addb
Bump actions/checkout from 3 to 4 (#137) -
d87fa60
Update gloo-timers requirement from 0.2.5 to 0.3.0 (#134) -
dfc58e4
Update gloo-events requirement from 0.1.2 to 0.2.0 (#135) -
184f3c9
Update gloo requirement from 0.8.0 to 0.10.0 (#136) -
b6e3143
Increase MSRV to 1.64.0 (#139) - Additional commits viewable in compare view
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