Releases: xdevguild/nextjs-dapp-template
Releases · xdevguild/nextjs-dapp-template
v6.0.1
- update @useelven/core and other dependencies
v6.0.0
- switch to @useelven/core when it comes to auth and core functionality
v5.0.0
- Breaking: There is no more
useScTransaction
hook. You can useuseTransaction
for all cases. You would need to prepare a proper data payload for custom smart contracts. Check the example in the Readme and code - switch to
useProxy
fromvaltio
- enable React strict mode
v4.3.0
txResults
is now returned inuseTransaction
anduseScTransaction
hooks (it is ITransactionOnNetwork in sdk-core)- dependencies updates
v4.2.0
- rebrand to multiversx (continuation)
- npm packages are replaced
- public api/explorer endpoints are replaced
- update dependencies
v4.1.0
- added
ProtectedPageWrapper
component - client side only 'gate keeper', check README.md for more info - fix for the
useApiCall
hook - npm dependencies updates
v4.0.0
- changes in how the API proxy work
- renamed env variables
- check the README.md and
.env.example
file for more info - thanks to @janniksam
v3.1.0
- rewritten useScQuery, but it keeps backward compatibility. You can still use simple data types like numbers, strings, and boolean as the results without ABI. You must provide the ABI file if you need to catch more complex data types. Check for more info in the README.md file
- dependencies updates
v3.0.0
- dependencies updates
- first phase of 'rebranding' into MultiversX ;)
- Breaking:
useElrondNetworkSync
is nowuseNetworkSync
v2.2.2
- dependencies updates, also Next 13, changes in the routing will be introduced later. Waits for new Next 13 docs to be completed.