Skip to content

v0.7.2

Compare
Choose a tag to compare
@1j01 1j01 released this 29 May 20:51
· 108 commits to master since this release

Full Changelog: v0.7.1...v0.7.2

Fixed

  • Marked options.element and options as optional in applyCSSProperties type declarations. bcd463c + e84a778
  • Added missing force parameter to $Window's close method in type declarations and documentation. 7b6caf8
  • Changed getIconAtSize return type to Node | null (from HTMLElement) in type declarations, and mentioned that it can return null in the documentation. 80fea7b
  • (Also changed type of private $icon to JQuery<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-existent onscroll in $Window.js. This didn't cause an error, since onscroll is a global event, but it shouldn't have been there.) 7a99593