Skip to content

v0.10.0

Compare
Choose a tag to compare
@samccone samccone released this 29 Aug 20:01
· 107 commits to master since this release

Breaking Changes

  • findAll allows you to find a list of matching elements on a page. It returns a promise that resolves with a new Widget List with the same root as the widget that invoked findAll. The itemSelector of the new Widget.List will be the selector argument passed.
  • submitSelector no longer takes a node input. If you would like to use a submit selector other than [type="submit"] then you can override the submitSelector method

Widget.Form

  • readAll now calls getValue on each field as opposed to read