Releases: reflex-frp/reflex-dom
Releases · reflex-frp/reflex-dom
reflex-dom-core-0.8.1.0
0.8.1.0
- Add functions for managing history (popHistoryState and
manageHistoryExposingExternalUpdates)
reflex-dom-0.6.3.1-r1
0.6.3.1-r1
- Require reflex-dom-core >= 0.8.1.0
reflex-dom-0.6.3.1
What's Changed
- Fix webkit conditional by @ali-abrar in #461
Full Changelog: reflex-dom-0.6.3.0...reflex-dom-0.6.3.1
reflex-dom-0.6.2.0
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
- @cidkidnix made their first contribution in #458
- @jonored made their first contribution in #452
Full Changelog: v0.8.0.0-r1...reflex-dom/0.6.2.0
reflex-dom-0.6.3.0
Full Changelog: reflex-dom/0.6.2.0...reflex-dom-0.6.3.0
v0.8.0.0-r1
Loosen lens version bounds
reflex-dom-core-0.8.0.0
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
0.7.0.3
- Loosen version bounds of aeson, ref-tf and constraints
reflex-dom-core-0.7.0.2
0.7.0.2
- Require reflex >= 0.8.2.1 and switch to
commutative-semigroups
reflex-dom-core-0.7.0.1
0.7.0.1
- Add a variant of
postForms
that allows theXhrRequestConfig
to be specified.