Skip to content

Releases: reflex-frp/reflex-dom

reflex-dom-core-0.8.1.0

23 Sep 18:32
Compare
Choose a tag to compare

0.8.1.0

  • Add functions for managing history (popHistoryState and
    manageHistoryExposingExternalUpdates)

reflex-dom-0.6.3.1-r1

23 Sep 18:35
Compare
Choose a tag to compare

0.6.3.1-r1

  • Require reflex-dom-core >= 0.8.1.0

reflex-dom-0.6.3.1

08 Sep 14:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: reflex-dom-0.6.3.0...reflex-dom-0.6.3.1

reflex-dom-0.6.2.0

16 Aug 15:38
Compare
Choose a tag to compare

What's Changed

  • Loosen lens version bounds by @ali-abrar in #459
  • Fix webview file access by @cidkidnix in #458
  • Use https scheme and appassets.androidplatform.net instead of file:// for android. by @jonored in #452
  • History management for android by @jonored in #453
  • Fix reflex-dom-core build with use-template-haskell flag disabled by @luigy in #449

New Contributors

Full Changelog: v0.8.0.0-r1...reflex-dom/0.6.2.0

reflex-dom-0.6.3.0

17 Aug 13:27
Compare
Choose a tag to compare

v0.8.0.0-r1

15 Aug 21:10
Compare
Choose a tag to compare
Loosen lens version bounds

reflex-dom-core-0.8.0.0

26 May 13:25
Compare
Choose a tag to compare

0.8.0.0

  • Support reflex 0.9
  • Breaking change: tableDynAttr now requires an Eq constraint on the row value type
  • Breaking change: all of the virtualList functions in Reflex.Dom.Widget.Lazy now require an Eq constraint on the row value type

Full Changelog: reflex-dom-core-0.7.0.3...reflex-dom-core-0.8.0.0

reflex-dom-core-0.7.0.3

22 May 13:09
Compare
Choose a tag to compare

0.7.0.3

  • Loosen version bounds of aeson, ref-tf and constraints

reflex-dom-core-0.7.0.2

04 Jul 04:35
6b8f6e8
Compare
Choose a tag to compare

0.7.0.2

  • Require reflex >= 0.8.2.1 and switch to commutative-semigroups

reflex-dom-core-0.7.0.1

02 Feb 22:35
Compare
Choose a tag to compare

0.7.0.1

  • Add a variant of postForms that allows the XhrRequestConfig to be specified.