Releases: fabulous-dev/Fabulous
Releases · fabulous-dev/Fabulous
3.0.0-pre19
Changed
- Avoid memory allocation while writing logs in EnvironmentContext by @TimLariviere
3.0.0-pre18
3.0.0-pre17
3.0.0-pre16
Changed
- Small optimization when building for AOT by @TimLariviere
Removed
- Removed
SingleChildBuilder
due to its big impact on AOT compilation compared to the low benefits on development experience by @TimLariviere
3.0.0-pre15
Added
- Unwrap EnvironmentAttributeKey for logging by @TimLariviere
3.0.0-pre14
Added
- Unwrap EnvironmentAttributeKey for logging by @TimLariviere
3.0.0-pre13
Added
- Add IDisposable to EnvironmentObject by @TimLariviere
3.0.0-pre12
Added
- Add support for multiple environment modifiers on the same widget by @TimLariviere
3.0.0-pre11
Changed
- Replaced printfn statements with Logger.Log(Debug)
3.0.0-pre10
Changed
- Moved attribute definition functions specific to Mvu/Component into dedicated modules by @TimLariviere