Skip to content

Commit

Permalink
Merge pull request #352 from reflex-frp/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
Ericson2314 authored Dec 20, 2019
2 parents df46ac9 + d1fd0bc commit 94c2607
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 3 additions & 1 deletion reflex-dom-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for reflex-dom-core

## Unreleased
## 0.5.3

* Deprecate a number of old inflexible widget helpers in `Reflex.Dom.Widget.Basic`:

Expand All @@ -19,6 +19,8 @@
* `CheckboxConfig`
* `FileInput`

* Add `< 0.7` upper bound for reflex

## 0.5.2

* Update to use new dependent-sum/map packages and drop dependency on `*Tag` classes (e.g., `ShowTag`).
Expand Down
6 changes: 3 additions & 3 deletions reflex-dom-core/reflex-dom-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: reflex-dom-core
Version: 0.5.2.0
Version: 0.5.3
Synopsis: Functional Reactive Web Apps with Reflex
Description: Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine
License: BSD3
Expand Down Expand Up @@ -63,7 +63,7 @@ library
directory >= 1.2 && < 1.4,
exception-transformers == 0.4.*,
ghcjs-dom >= 0.9.1.0 && < 0.10,
jsaddle >=0.9.0.0 && <0.10,
jsaddle >= 0.9.0.0 && < 0.10,
-- keycode-0.2 has a bug on firefox
keycode >= 0.2.1 && < 0.3,
lens >= 4.7 && < 5,
Expand All @@ -72,7 +72,7 @@ library
primitive >= 0.5 && < 0.7,
random,
ref-tf == 0.4.*,
reflex >= 0.6.2,
reflex >= 0.6.2 && < 0.7,
semigroups >= 0.16 && < 0.19,
stm >= 2.4 && < 2.6,
text == 1.2.*,
Expand Down
7 changes: 5 additions & 2 deletions reflex-dom/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Revision history for reflex-dom

## Unreleased
## 0.5.3

* On Android, enable prompting the user for geolocation
permissions on demand by default. See
https://developer.android.com/reference/android/webkit/WebChromeClient.html#onGeolocationPermissionsShowPrompt(java.lang.String,%20android.webkit.GeolocationPermissions.Callback)
for details.

## 0.5.1
* Add `< 0.7` upper bound for reflex

## 0.5.2

* The default jsaddle backend on macOS when built from nix
is now jsaddle-wkwebview, matching the behaviour of cabal
Expand Down
6 changes: 3 additions & 3 deletions reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: reflex-dom
Version: 0.5.2.0
Version: 0.5.3
Synopsis: Functional Reactive Web Apps with Reflex
Description:
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine.
Expand Down Expand Up @@ -59,8 +59,8 @@ library
build-depends:
base >= 4.7 && < 4.13,
bytestring == 0.10.*,
reflex >= 0.6.2,
reflex-dom-core >=0.5.2 && <0.6,
reflex >= 0.6.2 && < 0.7,
reflex-dom-core >=0.5.2 && < 0.6,
text == 1.2.*
if !impl(ghcjs)
if flag(use-warp) && (os(linux) || os(osx))
Expand Down

0 comments on commit 94c2607

Please sign in to comment.