Changelog of @hackage/reflex-dom 0.6.3.1

Revision history for reflex-dom

0.6.3.1

  • Don't depend on webkit2gtk on android

0.6.3.0

  • Use android-activity 0.2
  • Fix bug in android back button handler

0.6.2.0

  • #452 Allow file access on newer android, following usage recommended by the official docs
  • #453 History management for android

0.6.1.1-r1

  • Loosen reflex-dom-core version bounds to allow reflex-dom-core 0.7.*

0.6.1.1

  • Compile with -fPIC

0.6.1.0-r1

  • Loosen reflex-dom-core version bounds

0.6.1.0

  • Update for new dependent-map and dependent-sum (after the "some" package split)

0.6.0.0

  • (#379) Re-export all modules from reflex-dom-core. The newly re-exported modules are:
    • Foreign.JavaScript.Utils
    • Reflex.Dom.Builder.Hydratable
    • Reflex.Dom.Modals.Class
    • Reflex.Dom.Prerender
    • Reflex.Dom.Time
    • Reflex.Dom.WebSocket.Query
    • Reflex.Dom.Xhr.FormData
  • (#366) Bump bounds for reflex to include 0.7.

0.5.3

0.5.2

  • The default jsaddle backend on macOS when built from nix is now jsaddle-wkwebview, matching the behaviour of cabal builds.

0.5

  • Re-export new hydration widget "mainWidget" functions.

  • The use-warp flag now properly takes precedence on macOS.