Skip to content

v0.5.0

Choose a tag to compare

@juliancwirko juliancwirko released this 24 Sep 19:02
· 76 commits to main since this release
  • a couple of login fixes
  • Breaking change: Now you can pass not only the id for the QR container but also the DOM element, so there are changes in how you should define it. New way: await ElvenJS.login('maiar-mobile', { qrCodeContainer: <elem_id_as_string_or_DOM_element>});