v3.2.0
New features:
- Added
items
function forDataTransfer
and related types (DataTransferItem
,DataTransferItemList
) (#55 by @ptrfrncsmrph) - Added
languages
value forNavigator
(#59 by @toastal) - Added
HTMLHtmlElement
module anddocumentElement
functionHTMLDocument
(#60 by @toastal) - Added
onLine
value forNavigator
(#61 by @toastal) - Added
setDragImage
function forDataTransfer
(#65 by @ajarista)
Bugfixes:
- Removed duplicated
cells
export from the FFI in HTMLTableRowElement.js (#58 by @thomashoneyman)