Changelog
0.12.0 - (2018-09-16)
StorageEvent.oldValue
and StorageEvent.newValue
. They should be nullable
, but were not.Url
and UrlSearchParams
Webapi.File.Url
in favor of Webapi.Url
Changelog
0.11.0 - (2018-08-02)
EventTarget.dispatchEvent
now take a Dom.event_like(_)
instead of just Dom.event
, so it will accept any event subtype.Window.pageXOffset
, pageYOffset
, scrollX
, scrollY
, scrollLeft
and scrollTop
now return float
s instead of int
s, and Window.scroll
, scrollBy
, scrollTo
, setScrollLeft
and setScrollTop
take float
s instead of int
sHtmlElement.offsetParent
now returns an option
Selection.anchorNode
and Selection.focusNode
now return option
sElement.closest
now returns an option
Changelog
0.10.0 - (2018-06-14)
HtmlElement
and its ancestors to HtmlImageElement
HtmlImageElement.onload
HtmlImageElement.src
and HtmlImageElement.getSrc
, breaking the APIHtmlImageElement
Changelog
0.9.0 - (2018-04-17)
bs-platform@3.0.0
. If your app isn't using that version, then don't upgrade to 0.9.0
; otherwise, please do!