Skip to content

Releases: scaffold-eth/scaffold-eth-2

v0.0.27

03 Dec 15:03
4982b02
Compare
Choose a tag to compare

Patch Changes

  • Feat/support multi chain (#615)
  • Add links to the docs for components and hooks (#620)
  • Fix useScaffoldEventHistory hook new events order (#622)
  • Add requiredFilters param to useScaffoldEventHistory hook (#621)
  • update wagmi, viem and rainbowkit versions (#626)
  • Refactor: types/interfaces (#627)

v0.0.26

22 Nov 10:10
cdfb30d
Compare
Choose a tag to compare

Patch Changes

  • Show inherited functions in Debug page (when deploying with foundry)
  • Add disableMultiplyBy1e18 flag to IntegerInput component (#609)
  • Add pooling interval to EventHistory hook (#597)
  • Fix AbiFunctionReturnType removing 0

v0.0.25

15 Nov 10:04
88af398
Compare
Choose a tag to compare

Patch Changes

  • 0135237: - Fix typos in comments (#596)
    • Show inherited functions in Debug (when deploying with hardhat) (#564)

v0.0.24

02 Nov 16:56
0a2e9af
Compare
Choose a tag to compare

Patch Changes

  • 06ba1eb: - remove chainId from useContractWrite (#584)
    • Add copy to clipboard to TxReceipt (#590)
    • Add event logs to transaction page (#591)
    • deployedContracts & externalContracts (#592)

v0.0.23

23 Oct 09:17
921476e
Compare
Choose a tag to compare

Patch Changes

  • 30d9000:

    1. Extract header menu links (#570)
    2. Move Block Explorer to footer (#574)
    3. Remove ExampleUI (pages, components, assets, content) (#578)
    4. update wagmi, viem, rainbowkit (#580) 5. add zkSync, scroll & polygonZkEvm to foundry.toml (88b4218)

v0.0.22

12 Oct 17:33
5cc7b49
Compare
Choose a tag to compare

Patch Changes

  • 16f1a72: Tweak DaisyUI link (#560)

    Improve ENS support (accept all TLDs) (#563)

    fix: memo history events (#565)

    update DEVELOPER-GUIDE.md with backmerge-main instructions

v0.0.21

05 Oct 04:59
81c738b
Compare
Choose a tag to compare

Patch Changes

  • 9c967d9: 1. Fix RainbowKitCustomConnectButton dropdown styles (#500)

    1. chore: footer missalignment & home page on small screens (#502)

    2. Update and typescript version (#499)

    3. fix: header links wrapping icons and text (#510)

    4. Fix typos in useScaffoldContractWrite logs (#512)

    5. fix: spelling in test file name (#522)

    6. Add polygonZkEvm and polygonZkEvmTestnet (#309)

    7. fix: eth price showing 0 on sepolia network (#532)

    8. use websockets client in useFetchBlocks hooks (#529)

    9. Move from react-blockies to blo (#538)

    10. add Prettify type helper locally (#541)

    11. update hardhat version (#546)

    12. Add indexed args to events (#540)

    13. add out of box compatibility with SAFE{Wallet} (#346)

    14. remove parseEther from useScaffoldContractWrite (#548)

    15. Add Scroll Sepolia testnet (#547)

    16. use BuidlGuidl logo on footer (#551)

    17. add types to even data in useScaffoldEventHistory (#553)

    18. foundry: add chain id 31337 while forking chain (#531)

v0.0.20

08 Sep 11:20
0808571
Compare
Choose a tag to compare

Patch Changes

  • 32caee5: 1. Fix RainbowKitCustomConnectButton dropdown styles #500

    1. chore: footer missalignment on mobile screens #502

    2. Update and typescript version #499

    3. add grid and grid-flow class to li manually #510

    4. Fix typos in getScaffoldContractWrite lines 57 & 65 #512

    5. fix: test file name #522

    6. add support for yarn verify --network networkName in foundry similar to hardhat #489

    7. updated the Git task title from "Initializing Git repository" => "Initializing Git repository and submodules" when the user selects foundry as an extension