Version 2.0.0
What's Changed
API simplification (breaking changes):
Some work done in this PR is included here. It had breaking changes, and survives as an npm release.
However, that was was largely overwritten by work done in this PR - and includes breaking changes, thus the 2.0
- The primary changes are to the names of the function and web component. So we now call
qaBot({...})
or instantiate<qa-bot>
. - There are also an updated list of props in the readme. Unsupported props should not break things, but the current list is more streamlined and focused.
Full Changelog: v0.3.1...v2.0.0