mirror of https://github.com/yewstack/yew
Update CHANGELOG.md
This commit is contained in:
parent
4127a2477c
commit
bb7c042da4
|
@ -5,6 +5,7 @@
|
||||||
- #### ⚡️ Features
|
- #### ⚡️ Features
|
||||||
|
|
||||||
- The derive props macro now supports Properties with lifetimes [[@jstarry], [#580](https://github.com/yewstack/yew/pull/580)]
|
- The derive props macro now supports Properties with lifetimes [[@jstarry], [#580](https://github.com/yewstack/yew/pull/580)]
|
||||||
|
- New `ResizeService` for registering for `window` size updates [[@hgzimmerman], [#577](https://github.com/yewstack/yew/pull/577)]
|
||||||
|
|
||||||
- #### 🛠 Fixes
|
- #### 🛠 Fixes
|
||||||
|
|
||||||
|
@ -150,6 +151,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
|
||||||
[@charvp]: https://github.com/charvp
|
[@charvp]: https://github.com/charvp
|
||||||
[@DenisKolodin]: https://github.com/DenisKolodin
|
[@DenisKolodin]: https://github.com/DenisKolodin
|
||||||
[@dermetfan]: https://github.com/dermetfan
|
[@dermetfan]: https://github.com/dermetfan
|
||||||
|
[@hgzimmerman]: https://github.com/hgzimmerman
|
||||||
[@jstarry]: https://github.com/jstarry
|
[@jstarry]: https://github.com/jstarry
|
||||||
[@kellytk]: https://github.com/kellytk
|
[@kellytk]: https://github.com/kellytk
|
||||||
[@tiziano88]: https://github.com/tiziano88
|
[@tiziano88]: https://github.com/tiziano88
|
||||||
|
|
Loading…
Reference in New Issue