Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@bacalj bacalj released this 29 May 16:41
· 113 commits to main since this release
6e35159

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

  • Restructure, API Update, external control by @bacalj in #11
  • 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