Releases: purescript-deprecated/purescript-dom
Releases · purescript-deprecated/purescript-dom
v4.8.3
- Removed duplicate
hidden
and isHidden
FFI definitions for HTMLElement
#123
v4.8.2
setHref
's return type is now Eff _ Unit
. This is technically a breaking change, but the previous type was broken as the FFI implementation for setHref
has no return value. (@houli)
v4.8.1
- Fixed FFI implementation for
WebSocket
readyState
(@tchakkazulu)
v4.7.0
- Fixed the result type of
getBoundingClientRect
to be an actual Record
(@safareli)
- Added
pageX
and pageY
for MouseEvent
(@safareli)
v4.4.1
- Fixed the very broken
readEventTarget
function (@rightfold)
v4.4.0
- Added functionality for
TouchEvent
types (@jacereda)
- Added some common
EventType
values (@jacereda)