Skip to content

Releases: fabulous-dev/Fabulous

2.4.1

29 Jan 08:54
Compare
Choose a tag to compare

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

20 Jan 10:58
Compare
Choose a tag to compare
2.5.0-pre5 Pre-release
Pre-release

Added

  • Add support for Component in frameworks requiring AttachView (like Fabulous.Avalonia) by @TimLariviere (#1059)

2.5.0-pre4

18 Jan 14:28
Compare
Choose a tag to compare
2.5.0-pre4 Pre-release
Pre-release

Changed

2.5.0-pre3

16 Jan 11:20
Compare
Choose a tag to compare
2.5.0-pre3 Pre-release
Pre-release

Changed

  • Consolidation of the new Component API and the existing ViewAdapter by @TimLariviere (#1056)

2.5.0-pre1

22 Nov 10:01
Compare
Choose a tag to compare
2.5.0-pre1 Pre-release
Pre-release

Added

2.4.0

07 Aug 14:10
203440e
Compare
Choose a tag to compare

Changed

  • Remove ambiguity when declaring event attributes by using MsgValue instead of obj by @TimLariviere (#1047)

2.3.2

01 Jun 12:30
Compare
Choose a tag to compare

Changed

2.3.1

22 May 13:39
Compare
Choose a tag to compare

Fixed

  • Fix an issue in MutStackArray1.combineMut that could result in a crash by @TimLariviere (#1042)

2.3.0

17 Mar 06:18
47ce174
Compare
Choose a tag to compare

Added

2.2.1

01 Feb 07:15
Compare
Choose a tag to compare

Fixed

  • Fix a NullReferenceException when applying View.map to a view using Unit Msg type by @TimLariviere (#1037)