Commit Graph

528 Commits

Author SHA1 Message Date
John Ericson
112e626ce8 Bump reflex-dom-core version number for release 2021-09-10 18:19:57 -04:00
John Ericson
94e449b4c2 Add change log entry 2021-09-10 17:08:03 -04:00
Tom Smalley
06ac0a83b6 More permissive hlint version
This should work for old (current at time of commit) reflex-platform and the nixos-20.09 version
2021-06-09 14:16:40 +01:00
Tom Smalley
aeea13ef90 Slightly clean up test messages 2021-06-09 12:16:27 +01:00
Tom Smalley
47ebe3f51b Add warning to hydration test suite 2021-06-09 12:10:44 +01:00
Tom Smalley
a11cedfa60 Fix hlint for GHC 8.10, apply suggestions 2021-06-07 13:50:28 +01:00
Ali Abrar
589a548fc7 ci: Disable linux-only tests on github ci 2021-04-16 07:24:37 -04:00
Ali Abrar
43c64516cd Remove commented code 2021-04-16 06:17:57 -04:00
Ali Abrar
7ff258f114 Update changelog; Bump version 2021-04-16 06:14:42 -04:00
Ali Abrar
b31529a469
Merge branch 'develop' into ts-ssr-value 2021-03-27 09:47:42 -04:00
Ali Abrar
2028ff64be
Merge pull request #410 from maralorn/bump-bounds
Bump various bounds
2021-02-03 12:56:33 -05:00
Ali Abrar
a3dd46e054
Merge branch 'develop' into ts-ssr-value 2020-12-12 14:45:16 -05:00
Malte Brandy
6aed7b7ebb
Bump various bounds 2020-11-18 21:15:33 +01:00
Ali Abrar
64f0a31be1 Require reflex 0.8 2020-11-06 10:39:02 -05:00
Ali Abrar
a5a60538a7
Merge branch 'develop' into ts-ssr-value 2020-11-06 10:17:29 -05:00
Ali Abrar
3e70474e65 Merge branch 'develop' into release/0.6.1.0 2020-11-06 10:15:41 -05:00
Ali Abrar
9df7e21b90
Merge branch 'develop' into patch-1 2020-11-06 10:14:03 -05:00
Ali Abrar
c71aa92ee5 Update changelog 2020-11-06 10:11:48 -05:00
Ali Abrar
074c20b08c Merge remote-tracking branch 'alisonwu1/textAreaElementHasSetValue' into release/0.6.1.0 2020-11-06 10:11:08 -05:00
Ali Abrar
c6d4445cad Merge remote-tracking branch 'maralorn/bump-dep-map' into release/0.6.1.0 2020-11-06 10:08:54 -05:00
Ali Abrar
d470e5e50f
Merge branch 'develop' into ts-ssr-value 2020-11-06 10:07:13 -05:00
Ali Abrar
b5e2c31423
Merge branch 'develop' into textAreaElementHasSetValue 2020-11-06 10:05:39 -05:00
Ali Abrar
ff87aa6e73 Bump version and update changelogs 2020-11-06 09:15:06 -05:00
Hamish Mackenzie
9e85f4a639
Fix for ghc 8.10 2020-10-18 21:17:24 +13:00
Li-yao Xia
75fde069df Update dependent-map 2020-09-13 19:58:45 -04:00
Alison Wu
b9d7914b01 Move HasSetValue from Reflex.Dom.Widget.Input to Reflex.Dom.Builder.Class and add an instance for TextAreaElementConfig 2020-08-07 16:05:56 -04:00
Elliot Cameron
9f862f92cf
Merge branch 'develop' into ts-xhr-ping-pong 2020-07-16 18:01:12 -04:00
Tom Smalley
dd9007304a Remove MultiWayIf pragma 2020-07-10 21:10:57 +01:00
Tom Smalley
33eb24e961 Fix hlint nitpicks 2020-07-10 21:09:34 +01:00
Tom Smalley
8d034f2dfb More fixes for input/textArea elements, improve test suite
- Fix some bad behaviour around what happens at switchover with input
  type elements
- Allow the test suite to report hydration failures. This also exposed
  an unrelated test failure which we previously missed. I marked it as
  pending for now - when the test suite was originally written, the
  hydration failures were always obvious in the logs during development,
  so it was difficult to add new failing tests. At some point we ended
  up being much more verbose by default, so the failure message got
  hidden.
2020-07-10 20:59:08 +01:00
Tom Smalley
0b9379019c More careful handling of value/checked statuses for inputElement
Both the static renderer and hydration builder had issues here.
2020-07-08 20:39:55 +01:00
Tom Smalley
6f06fbe3ee Alter inputElement test to be slightly more interesting 2020-07-08 15:38:40 +01:00
Tom Smalley
2e2531506a Fix treatment of textnode initial value in static renderer 2020-07-08 15:38:17 +01:00
Tom Smalley
181cf7779d Set value of input elements in static renderer 2020-07-08 14:56:04 +01:00
Tom Smalley
1facfef9aa Use onSync for handling XHR onreadystatechange
This change prevents multiple firings of the response event.

Fixes GitHub issue #467
Supersedes GitHub PR #255
2020-07-07 13:19:30 +01:00
malte-v
9e8d1d3922
Add now to the MonadHold instance for UnrunnableT 2020-07-01 10:38:07 +02:00
Elliot Cameron
8024960773
Merge branch 'develop' into bump-dep-map 2020-06-22 10:16:44 -04:00
Malte Brandy
695bd17d5d
Bump dependent-map 2020-06-19 16:27:18 +02:00
Elliot Cameron
e4914124fa
Fix link to LICENSE and update copyright years 2020-06-15 14:45:02 -04:00
Elliot Cameron
ecc770e332
Update cabal descriptions 2020-06-15 12:53:31 -04:00
Malte Brandy
5ef04d8e47
Bump version bounds 2020-06-14 01:32:41 +02:00
Elliot Cameron
441f6e245f
Merge branch 'develop' into MonadAtomicRef-UnrunnableT 2020-06-03 10:32:26 -04:00
Tom Smalley
fcb100166a Fix typo in chrome-test-utils 2020-06-03 14:51:52 +01:00
Elliot Cameron
8b2215431b
Merge branch 'develop' into MonadAtomicRef-UnrunnableT 2020-05-27 11:54:54 -04:00
Ryan Trinkle
0397119ad3 Add instance MonadAtomicRef (UnrunnableT js t m) 2020-05-22 21:50:30 -04:00
Elliot Cameron
a5cab6a17d
Make cabal files uploadable to Hackage 2020-05-13 15:14:18 -04:00
Elliot Cameron
2d0c01bec3
reflex-dom-core: Drop superfluous build-depends 2020-05-11 23:02:59 -04:00
Elliot Cameron
02ed52c633
Release candidate 0.6.0.0 2020-05-11 22:44:18 -04:00
Elliot Cameron
2cfb269f34
Update package descriptions 2020-05-11 22:27:07 -04:00
Elliot Cameron
62f059b4b7
Fix hlint 2020-05-08 13:53:53 -04:00