Releases: fabulous-dev/Fabulous
Releases · fabulous-dev/Fabulous
2.4.2
Changed
- Include Memo.KeyData in CanReuseMemo by @TimLariviere (#1071)
3.0.0-pre1
Changed
- Bump version te 2.5.0-pre11 to 3.0.0-pre1
2.5.0-pre11
Fixed
- Recreate component on arg change by @TimLariviere (#1069)
2.5.0-pre10
Fixed
- Lock access to fn in Cmd.debounce to avoid null crash by @TimLariviere (#1068)
2.5.0-pre9
Fixed
- Improve handling of messages after Runner gets disposed
2.5.0-pre8
Changed
- Dispose properly ViewNode and Component when Widget is removed from tree by @TimLariviere (#1066)
2.5.0-pre7
2.5.0-pre6
Added
- Add Cmd.debounce by @TimLariviere in #1062
2.4.1
Added
- Add Cmd.debounce to issue a message if no other message has been issued within the specified timeout by @TimLariviere (#1062)
2.5.0-pre5
Added
- Add support for Component in frameworks requiring AttachView (like Fabulous.Avalonia) by @TimLariviere (#1059)