diff --git a/CHANGELOG.md b/CHANGELOG.md index 5465f78..3785b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## 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 diff --git a/packages/stylist-macros/src/styled_component_impl.rs b/packages/stylist-macros/src/styled_component_impl.rs index 826429c..fa42a81 100644 --- a/packages/stylist-macros/src/styled_component_impl.rs +++ b/packages/stylist-macros/src/styled_component_impl.rs @@ -46,6 +46,7 @@ pub fn styled_component_impl_impl(item: HookLike) -> syn::Result { let mgr_ident = Ident::new("__stylist_style_manager__", Span::mixed_site()); let macro_tokens = quote! { + #[allow(unused_macros)] macro_rules! css { ($( $args:tt )*) => { ::stylist::css!($($args)*).with_manager({