Releases: scaffold-eth/create-eth
Releases · scaffold-eth/create-eth
v0.0.59
Patch Changes
- 5ad5d8e: templates: optional YourContract.sol in extensions
- e950e6f: added nextjs config template
- a444817: - feat: update uniswap deps (scaffold-eth#956)
- feat: update envfile (scaffold-eth#958)
- Update usehooks-ts, remove use-debounce (scaffold-eth#957)
- Update other packages (scaffold-eth#960)
- feat: wagmi and viem (scaffold-eth#971)
- Update ts, eslint, prettier (scaffold-eth#963)
- feat: update husky and lintstaged (scaffold-eth#959)
v0.0.58
v0.0.57
v0.0.56
Patch Changes
- foundry: foundry template now uses keystore for deployer account management
- cli: breaking changes to foundry
Deploy.s.sol.template.mjs
file. Please refer toDeploy.s.sol.args.mjs
for updated usage. - extension: eip-5792 extension to curated extension
- Up next react sept 24 (scaffold-eth#933)
- remove unused type (scaffold-eth#941)
- Remove nprogress + use next-nprogress-bar (scaffold-eth#943)
- address component showBoth prop (scaffold-eth#924)
- Fix rounding issue when converting to wei (scaffold-eth#940)
- Update hardhat related deps (scaffold-eth#946)
- make solidity complier as arrays (scaffold-eth#938)
- chore: up required node to 18.18 (scaffold-eth#952)
v0.0.55
Patch Changes
- fix: different contracts on different chains (scaffold-eth#920)
- bug: Reset enteredEns on Address input when changing the value (scaffold-eth#926)
- Up viem, wagmi and rainbowkit (scaffold-eth#925)
- cli: show yarn install ouput (4bec81e)
- cli: Allow solidity versions and networks + tailwind extend theme (2064f18:)
v0.0.54
Patch Changes
- 7d5626f: cli: templatise tailwind and hardhat config
- c74730d: - revert scaffold-eth#875 (scaffold-eth#905)
- Fix typos (scaffold-eth#906)
- Exclude external links from triggering progress bar (#909)
- Handle tx revert in
useTransactor
(scaffold-eth#907) - show blockexplorer link when transaction is reverted (scaffold-eth#910)
- fix: useScaffoldEventHistory caching (scaffold-eth#916)
- allow json module imports (scaffold-eth#921)
- c56aac4: cli: allow case-sensitive extension names
v0.0.53
Patch Changes
- fix: vscode eslint not working (scaffold-eth#905)
- cli: display correct solidity framework options based on extension
- cli: Add curated ERC-20 extension
- cli: fix: copy only chosen solidity framework folder
v0.0.52
v0.0.51
Patch Changes
- fix: BigInt parsing losing precision in IntegerInput (scaffold-eth#893)
- feat: bundler module resolution (scaffold-eth#885)
- fix: ignore strings starting with 0 (scaffold-eth#894)
- cli: don't prompt for install + remove prettier plugins (#80)