Skip to content

Releases: scaffold-eth/scaffold-eth-2

v0.0.37

16 Apr 16:04
7b2cfd9
Compare
Choose a tag to compare

Patch Changes

  • Wagmi v2 migration (#700)
  • Tailwind dark variant working (#810)
  • Gitignored dist folder and updated gitigore files (#804)
  • Fixed the main frontend path in README (#808)

v0.0.36

08 Apr 06:55
c55d258
Compare
Choose a tag to compare

Patch Changes

  • Extract metadata title and description (#770)
  • Remove Goerli from supported networks (#771)
  • fix: redundant error notifications on block explorer (#775)
  • chore: fix typo (#777)
  • fix: vercel deployment linking from github (#780)
  • Remove useAccountBalance (#788)
  • Templatise README in CLI (#790, #782)
  • Add .env to .gitignore in nextjs package (#798)

v0.0.35

11 Mar 23:25
75267de
Compare
Choose a tag to compare

Patch Changes

  • Yarn flatten (#745, 62553fd)
  • Add format with prettier task (b03c011)
  • Fix local next build (#749)
  • Fix emit event value in contract (#765, 833d09b)
  • Fix useScaffoldContractWrite so it properly throws errors (#758)
  • Fix vercel deployment mismatch (#757)
  • Remove extra notifications when using useTransactor (#766)
  • Ignore JetBrains IDE settings file (#732)
  • Fix hardhat lint errors (ac1d2ac)

v0.0.34

27 Feb 09:46
898f92f
Compare
Choose a tag to compare

Patch Changes

  • 092f2ad: 1. basic example to show connected address (#721) 2. Standardize displaying of address and follow ERC-55 (#734) 3. fix contract balance hot reload balance issue (#739) 4. Fix cursor stealing & display loading for AddressInput (#738) 5. Fix blockexplorer code tab (#741) 6. Match link name with actual tab name for Debug Contracts (#743)

v0.0.33

15 Feb 10:26
e55f4c6
Compare
Choose a tag to compare

Patch Changes

  • Feat: Better complex struct inputs (#702)
  • improve debug struct UI (#726)
  • use next-themes to handle theme and update usehooks-ts (#707)
  • up rainbowkit version to 1.3.5 (#719)
  • Use arbitrumSepolia instead of Goerli (#716)
  • Add Optimism Sepolia config (#711)
  • Update screenshot example on Readme (#705)
  • add use client to inputs barrel file (#699)
  • add baseSepolia in hardhat.config (#696)
  • removed "use client" from EtherInput, IntergerInput and AddessInput (#688)

v0.0.32

17 Jan 12:33
6465993
Compare
Choose a tag to compare

Patch Changes

  • App router migration (#535)
  • Update hardhat package plugins and add hardhat-verify (#637)
  • Update homepage file route and add Viem to README tech stack (#691)
  • Ethers v6 migration in hardhat (#692)

v0.0.31

29 Dec 16:14
f8f9e65
Compare
Choose a tag to compare

Patch Changes

  • Track hardhat-deploy deployments, except localhost (#666)
  • feat: add external flag to external contracts (#647)
  • Remove .github/ISSUE_TEMPLATE and pull request template when using npx

v0.0.30

21 Dec 05:46
f9e614b
Compare
Choose a tag to compare

Patch Changes

  • Daisy UI: update to v4 (#656)
  • JSDoc cleanup (#665)
  • use default values for safeConnector (#667)
  • Typos (#668)
  • Remove custom Spinner component (#669)

v0.0.29

14 Dec 15:21
6012889
Compare
Choose a tag to compare

Patch Changes

  • Update wagmi to latest version: (#660)
  • Fix externalContracts object example code (#653)
  • Add question for installation method in template Issue (#651)

v0.0.28

08 Dec 09:54
8d8165d
Compare
Choose a tag to compare

Patch Changes

  • a9d873d: - Allow user to set his preference for AddressType in abi.d.ts (#630 & #641)
    • Check for exact path segment for inheritedFunctions sources (#643)
    • Fix displaying of custom solidity errors (#638)
    • Check cause?.data on getParsedError (#649)