0.14.0
版本发布时间: 2020-03-14 19:01:20
yewstack/yew最新发布版本:yew-v0.21.0(2023-09-29 19:14:55)
Happy 🥧 (PI) Day! This release brings a number of bug fixes for web-sys
apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from stdweb
to web-sys
so quickly and uncovering these issues!
Changelog
-
⚡️ Features
- Implemented
Clone
forWebSocketStatus
. [@kellytk, #1023] - Improved ergonomics for message APIs by accepting
Into<Msg>
. [@captain-yossarian, #999] -
html!
improved compiler messages and flexible syntax forwith props
. [@captain-yossarian, #960]
- Implemented
-
🛠 Fixes
- Fixed panic in
stdweb
ResizeService
event handling. [@nicklaswj, #1014] - Removed build check for OS compatibility. [@jstarry, #1019]
- Fixed interval and timer usage in
web-sys
workers by updatinggloo
. [@jstarry, #1018] - Send
Connected
message for Public agents. [@TheNeikos, #1007] - Fixed
web-sys
Public / Private agent initialization. [@jstarry, #1006] - Fixed websocket 'text' message handling for
web-sys
agents. [@jstarry, #1005]
- Fixed panic in
-
🚨 Breaking changes
-
FetchError::FetchFailed
enum variant now wraps aString
to hold the failure reason. [@jstarry, #1025] - Message APIs now accept
Into<Msg>
, so callingmsg.into()
will cause compile errors. [@captain-yossarian, #999]
-