packages feed

reflex-dom 0.6.2.0 → 0.6.3.0

raw patch · 3 files changed

+7/−4 lines, 3 filesdep ~android-activity

Dependency ranges changed: android-activity

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for reflex-dom +## 0.6.3.0++* Use android-activity 0.2+* Fix bug in android back button handler+ ## 0.6.2.0  * [#452](https://github.com/reflex-frp/reflex-dom/pull/452) Allow file access on newer android, following usage recommended by the [official docs](https://developer.android.com/reference/androidx/webkit/WebViewAssetLoader)
java/org/reflexfrp/reflexdom/MainWidget.java view
@@ -150,8 +150,6 @@ 	  public void run() {             if(wv.canGoBack()) {               wv.goBack();-            } else {-              a.defaultOnBackPressed();             } 	  } 	});
reflex-dom.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.24 Name: reflex-dom-Version: 0.6.2.0+Version: 0.6.3.0 Synopsis: Functional Reactive Web Apps with Reflex Description:   Web applications without callbacks or side-effects.@@ -62,7 +62,7 @@     other-modules: Reflex.Dom.Android.MainWidget     build-depends:       aeson >= 1.4 && < 2.2,-      android-activity == 0.1.*,+      android-activity == 0.2.*,       data-default == 0.7.*,       jsaddle >= 0.9.6 && < 0.10     c-sources: cbits/MainWidget.c