Skip to content

v4.0.0

Compare
Choose a tag to compare
@rynpsc rynpsc released this 18 Sep 20:29
· 16 commits to master since this release

Added

  • Added the element property.
  • Add the ability to set the focused element when calling close().
  • Added the ability to unmount the domapi.
  • Added ability to access the elements being watched by the domapi.

Changed

  • The domapi now needs to be explicitly mounted.
  • The default browser action is now prevented when using the domapi.
  • The element passed into open() is now the element that gets focused on open.

Removed

  • Removed the elements property.