Skip to content

Releases: reflex-frp/reflex-dom

reflex-dom-core-0.8.0.0

26 May 13:25
Compare
Choose a tag to compare

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

22 May 13:09
Compare
Choose a tag to compare

0.7.0.3

  • Loosen version bounds of aeson, ref-tf and constraints

reflex-dom-core-0.7.0.2

04 Jul 04:35
6b8f6e8
Compare
Choose a tag to compare

0.7.0.2

  • Require reflex >= 0.8.2.1 and switch to commutative-semigroups

reflex-dom-core-0.7.0.1

02 Feb 22:35
Compare
Choose a tag to compare

0.7.0.1

  • Add a variant of postForms that allows the XhrRequestConfig to be specified.

reflex-dom-core-0.7.0.0

04 Jan 03:53
a5ae0c8
Compare
Choose a tag to compare

0.7.0.0

  • Breaking change: Remove HasJSContext and MonadJS. This change also removes the js type parameter from Prerender. Change Prerender js t m to Prerender t m.
    • Reflex.Dom.WebSocket.Foreign.newWebSocket takes one fewer argument: the first argument used to be a js context

reflex-dom-0.6.1.1

25 Dec 01:09
Compare
Choose a tag to compare

Revision history for reflex-dom

0.6.1.1

  • Compile with -fPIC

reflex-dom-core v0.6.3.0

24 Dec 02:24
Compare
Choose a tag to compare

Revision history for reflex-dom-core

0.6.3.0

  • Remove calls to eval in Reflex.Dom.Builder.Immediate when compiling with ghcjs

v0.6.2.0

16 Apr 13:39
Compare
Choose a tag to compare
Update changelog

v0.6.1.0

06 Nov 16:36
Compare
Choose a tag to compare

Revision history for reflex-dom

0.6.1.0

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

Revision history for reflex-dom-core

0.6.1.0

  • Bump version bounds
  • Update for new dependent-map and dependent-sum version (after the "some" package split)
  • Add MonadAtomicRef instance for UnrunnableT
  • Fix (#467): Prevent multiple firings of XHR response event
  • Updates for GHC 8.10
  • Move HasSetValue from Reflex.Dom.Widget.Input to Reflex.Dom.Builder.Class and add an instance for TextAreaElementConfig
  • Add now to the MonadHold instance for UnrunnableT

v0.6.0.0

13 May 19:56
v0.6.0.0
9c696a0
Compare
Choose a tag to compare

reflex-dom-core

  • (#375) (Breaking change) Expose resized dimensions from resizeDetector, resizeDetectorWithStyle, and resizeDetectorWithAttrs from Reflex.Dom.Widget.Resize.
  • (#374) (Breaking change) Provide text clipboard data as value of Paste event.
  • (#348) (Breaking change) Make XHR response headers case insensitive by changing _xhrResponse_headers :: Map Text Text to _xhrResponse_headers :: Map (CI Text) Text.
  • (#225) (Breaking change) Add a functional dependency to HasDomEvent.
  • (#342) (Breaking change) The mouse wheel event is now a WheelEventResult rather than (). This provides information about the wheel's motion beyond the fact that it merely moved.
  • (#353) Support GHC 8.8.
  • (#358) Fix attribute support for explicitly namespaced elements.
  • (#363) Remove deprecation warnings for the following widgets in
    Reflex.Dom.Widget.Basic:
    • Link
    • button
    • dtdd
    • linkClass
    • link
    • tabDisplay
    • tableDynAttr
  • (#361) Fix bug in hydration causing the JavaScript to crash when dealing with unexpected HTML.
  • (#310) Fix the static rendering of which dropdown value is selected.
  • (#364) Export attributes used for controlling hydration at the element level:
    • "data-ssr" is now available as Reflex.Dom.Builder.Immediate.hydratableAttribute.
    • "data-hydration-skip" is now available as Reflex.Dom.Builder.Immediate.skipHydrationAttribute.
  • (#366) Bump bounds for reflex to include 0.7.

reflex-dom

  • (#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.