v0.7.2
Full Changelog: v0.7.1...v0.7.2
Fixed
- Marked
options.element
andoptions
as optional inapplyCSSProperties
type declarations. bcd463c + e84a778 - Added missing
force
parameter to$Window
'sclose
method in type declarations and documentation. 7b6caf8 - Changed
getIconAtSize
return type toNode | null
(fromHTMLElement
) in type declarations, and mentioned that it can returnnull
in the documentation. 80fea7b - (Also changed type of
private $icon
toJQuery<Node>
) 80fea7b - (Added
dock
method requirement to deprecated$component
option of$Window
constructor, in type declarations.) 165d2b6 - (Removed weird
$G.off("scroll", onscroll);
for non-existentonscroll
in$Window.js
. This didn't cause an error, sinceonscroll
is a global event, but it shouldn't have been there.) 7a99593