This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
v2.0.0
Breaking changes
- Setting routes, custom steps, attribute names, and other options is simpler; see README
data-force="true|false"
attributes are nowdata-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 |