Changelog
0.8.0 - (2018-01-03)
EventTarget.unsafeAsDocument
, EventTarget.unsafeAsElement
and EventTarget.unsafeAsWindow
functionsBs_webapi
module`EventTarget
, e.g. EventTarget.addMouseMoveListener(mouseEvent => ...)
requestCancellableAnimationFrame
and cancelAnimationFrame
@bs.return
annotations causing type unsoundnessinsertPosition
typeDom.HtmlImageElement
, File
and File.Url
HtmlElement.offsetParent
returning int
instead of Dom.Element
Changelog
0.7.0 - (2017-09-22)
Webapi
module, Deprecated Bs_webapi
Document.unsafeAshtmlDocument
, Element.unsafeAsHtmlElement
. Deprecated Document.asHtmlDocument
, Element.asHtmlElement
, HtmlEleement.ofElement
.Dom.history
and Dom.location
to use window
instead of document
Changelog
0.6.0 - (2017-09-10)
bs-platform
as Dom.Storage
ReasonJs
namespace. Use Bs_webapi
instead