v0.5.0
- 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>});