Releases: purescript-deprecated/purescript-dom
Releases · purescript-deprecated/purescript-dom
v3.5.1
- Fixed
clone
and deepClone
(@dboris).
Note: This is technically a breaking change, due to the type signature change, but the previous FFI implementation was also broken so the functions could not have been used anyway.
v3.4.0
- Added
read
functions for Node
, Element
, Document
v3.3.1
- Fixed typo in
clientHeight
FFI implementation #71
v3.3.0
- Added
HashChangeEvent
accessor functions
v3.2.0
- Added
Newtype
instances for ElementId
and EventType
v3.0.0
- Updated dependencies for 0.10 compiler (@bodil)
- Added bindings for
FileReader
(@nwolverson)
- Added
types
for DataTransfer
(@kofno)
- Fixed
file
for DataTransfer
to be Nullable
(@kofno)
- Fixed names of arguments in JS for
replaceChild
(@paluh)
v2.2.1
- Fixed argument order of scroll property setters
v2.2.0
- Add some scroll and offset CSSOM properties for elements