reflex-dom v0.6.0.0 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
  • 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.