Skip to content

Releases: reflex-frp/reflex

v0.9.4.0

20 Oct 13:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3.4...v0.9.4.0

v0.9.3.4

02 Jun 12:48

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3.3...v0.9.3.4

v0.9.3.3

19 Jan 01:47

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3.2...v0.9.3.3

v0.9.3.2

12 Jan 15:44
fa61053

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3.1...v0.9.3.2

v0.9.3.1

12 Jan 02:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3.0...v0.9.3.1

v0.9.3.0

16 Jan 20:35
e698e13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2.0...v0.9.3.0

v0.9.2.0

07 Jul 20:53
b7d933a

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0.1...v0.9.2.0

v0.9.0.1

24 May 19:31

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0.0...v0.9.0.1

v0.9.0.0

22 Dec 02:47
82c2b5e

Choose a tag to compare

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 an Eq constraint on the child values.
  • Expose all Requester internals in Reflex.Requester.Base.Internal
  • Add EventWriter instance for RequesterT #469

v0.8.2.2

09 Dec 20:12

Choose a tag to compare

0.8.2.2

  • Require witherable >= 0.4 and, hence, a newer monoidal-containers
  • Support newer constraints-extras (0.4)