Skip to content

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Dec 12, 2021
1 parent 7f04a36 commit b2b98b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/stylist-macros/src/styled_component_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub fn styled_component_impl_impl(item: HookLike) -> syn::Result<TokenStream> {

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({
Expand Down

0 comments on commit b2b98b1

Please sign in to comment.