Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 24 Aug 19:13
· 86 commits to master since this release

Breaking changes

  • Setting routes, custom steps, attribute names, and other options is simpler; see README
  • data-force="true|false" attributes are now data-options="{ force: true|false }"
  • Support for <input type="file"> has been dropped for now; use alternatives (one, two) instead
  • Placeholder login & logout steps are no longer included and must be added as custom steps
  • For the I set: step, the data table now requires column headers in the first row:
And I set:
| element        | value            |
| email input    | name@example.com |
| password input | password123      |