Releases: elven-js/elven.js
Releases · elven-js/elven.js
v0.10.2
- fix native auth when signing using the browser extension
v0.10.1
- fix native auth when used with web wallet provider
v0.10.0
- Breaking: switch to using
sdk-native-auth-client
instead passing string-based login tokens. There is no fallback or other option, so it is a breaking change. Native Auth is recommended. The old way of doing that will be deprecated. Please freeze the previous version if you are not ready to switch yet
v0.9.2
- changes in package.json configuration
v0.9.1
- update dependencies: sdk-core, sdk-web-wallet-provider and others
v0.9.0
- migrate to MultiversX JS SDK 12.1.0 (breaking changes):
TokenPayment
is nowTokenTransfer
ESDTNFTTransferPayloadBuilder
andESDTTransferPayloadBuilder
are deprecated and removed, instead please useTransferTransactionsFactory
ContractCallPayloadBuilder
is removed. Please useSmartContract.call
instead- See all changes in the example, also please check MultiversX SDK JS Cookbook for how to build payload structures
- update dependecies
v0.8.2
- fix browser extension signing states
v0.8.1
- minor improvements in the code and demo
v0.8.0
- WalletConnect 2 integration through a new version of
@elrondnetwork/erdjs-wallet-connect-provider
- lets you use 'xPortal Login'. - two new callbacks:
onQrPending
andonQrLoaded
- useful when waiting for the QR and WalletConnect Pairings list, but it shouldn't take much time to load - minor improvements
v0.7.0
- rebrand to multiversx (continuation)
- npm packages are replaced
- public api/explorer endpoints are replaced
- update dependencies
- Breaking:
ElvenJS.login('maiar-mobile')
is nowElvenJS.login('mobile')
andElvenJS.login('maiar-browser-extension')
is nowElvenJS.login('browser-extension')