Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Releases: purescript-deprecated/purescript-dom

v4.8.3

23 Sep 09:47

Choose a tag to compare

  • Removed duplicate hidden and isHidden FFI definitions for HTMLElement #123

v4.8.2

29 Aug 23:36

Choose a tag to compare

  • 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

15 Aug 13:59

Choose a tag to compare

  • Fixed FFI implementation for WebSocket readyState (@tchakkazulu)

v4.8.0

28 Jul 15:52

Choose a tag to compare

v4.7.0

20 Jul 20:34

Choose a tag to compare

  • Fixed the result type of getBoundingClientRect to be an actual Record (@safareli)
  • Added pageX and pageY for MouseEvent (@safareli)

v4.6.1

17 Jul 11:59

Choose a tag to compare

v4.6.0

16 Jul 18:57

Choose a tag to compare

  • Added toArray for HTMLCollection (@i-am-tom)

v4.5.0

11 Jun 13:10

Choose a tag to compare

v4.4.1

08 Jun 13:43

Choose a tag to compare

  • Fixed the very broken readEventTarget function (@rightfold)

v4.4.0

01 Jun 13:36

Choose a tag to compare

  • Added functionality for TouchEvent types (@jacereda)
  • Added some common EventType values (@jacereda)