Releases: fabulous-dev/Fabulous
Releases · fabulous-dev/Fabulous
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)
2.5.0-pre4
Changed
- Couple of changes and fixes to the new Component API by @TimLariviere (#1057)
2.5.0-pre3
Changed
- Consolidation of the new Component API and the existing ViewAdapter by @TimLariviere (#1056)
2.5.0-pre1
Added
- Add new Component API by @TimLariviere (#1051)
2.4.0
Changed
- Remove ambiguity when declaring event attributes by using MsgValue instead of obj by @TimLariviere (#1047)
2.3.2
Changed
view
function now runs only on the UI thread by @TimLariviere (#1043)
2.3.1
Fixed
- Fix an issue in
MutStackArray1.combineMut
that could result in a crash by @TimLariviere (#1042)
2.3.0
2.2.1
Fixed
- Fix a NullReferenceException when applying
View.map
to a view usingUnit
Msg type by @TimLariviere (#1037)