Skip to content

Releases: xdevguild/nextjs-dapp-template

v6.0.1

15 Feb 21:43
3055b07
Compare
Choose a tag to compare
  • update @useelven/core and other dependencies

v6.0.0

14 Feb 21:23
eaf6062
Compare
Choose a tag to compare
  • switch to @useelven/core when it comes to auth and core functionality

v5.0.0

04 Feb 18:18
d418710
Compare
Choose a tag to compare
  • Breaking: There is no more useScTransaction hook. You can use useTransaction 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 from valtio
  • enable React strict mode

v4.3.0

28 Jan 17:58
48aa498
Compare
Choose a tag to compare
  • txResults is now returned in useTransaction and useScTransaction hooks (it is ITransactionOnNetwork in sdk-core)
  • dependencies updates

v4.2.0

14 Jan 15:00
Compare
Choose a tag to compare
  • rebrand to multiversx (continuation)
    • npm packages are replaced
    • public api/explorer endpoints are replaced
  • update dependencies

v4.1.0

17 Dec 17:41
Compare
Choose a tag to compare
  • 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

04 Dec 21:06
Compare
Choose a tag to compare
  • 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

04 Dec 17:41
f227c69
Compare
Choose a tag to compare
  • 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

16 Nov 20:21
Compare
Choose a tag to compare
  • dependencies updates
  • first phase of 'rebranding' into MultiversX ;)
  • Breaking: useElrondNetworkSync is now useNetworkSync

v2.2.2

30 Oct 18:29
Compare
Choose a tag to compare
  • dependencies updates, also Next 13, changes in the routing will be introduced later. Waits for new Next 13 docs to be completed.