You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.