Releases: reflex-frp/reflex
Releases · reflex-frp/reflex
v0.9.3.0
What's Changed
- Allow runHeadlessApp to return a non-unit value by @ryantrinkle in #497
New Contributors
- @ryantrinkle made their first contribution in #497
Full Changelog: v0.9.2.0...v0.9.3.0
v0.9.2.0
What's Changed
- headless: add a few instances by @ali-abrar in #494
- Add MonadMask, MonadCatch, MonadThrow instances by @ali-abrar in #495
Full Changelog: v0.9.0.1...v0.9.2.0
v0.9.0.1
v0.9.0.0
0.9.0.0
- Breaking Change: Filter updates to
listWithKey
child widgets so that changes to the input Map don't cause spurious updates to unaffected children. This imposes anEq
constraint on the child values. - Expose all Requester internals in Reflex.Requester.Base.Internal
- Add EventWriter instance for RequesterT #469