Reflex Dom Versions Save

Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.

reflex-dom-0.6.3.1-r1

7 months ago

0.6.3.1-r1

  • Require reflex-dom-core >= 0.8.1.0

reflex-dom-core-0.8.1.0

7 months ago

0.8.1.0

  • Add functions for managing history (popHistoryState and manageHistoryExposingExternalUpdates)

reflex-dom-0.6.3.1

8 months ago

reflex-dom/0.6.2.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/reflex-frp/reflex-dom/compare/v0.8.0.0-r1...reflex-dom/0.6.2.0

v0.8.0.0-r1

9 months ago

reflex-dom-core-0.8.0.0

11 months ago

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: https://github.com/reflex-frp/reflex-dom/compare/reflex-dom-core-0.7.0.3...reflex-dom-core-0.8.0.0

reflex-dom-core-0.7.0.3

11 months ago

0.7.0.3

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

reflex-dom-core-0.7.0.2

1 year ago

0.7.0.2

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

reflex-dom-core-0.7.0.1

2 years ago

0.7.0.1

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