Releases: scaffold-eth/create-eth
Releases · scaffold-eth/create-eth
v2.0.4
v2.0.3
Patch Changes
- 5a9f866: - Update cursor rules (scaffold-ui) (scaffold-eth#1195)
- feat: up scaffold-ui (scaffold-eth#1199)
- up wagmi, viem, rainbwokit and burner-connector (scaffold-eth#1207)
- up next (scaffold-eth#1210)
- fix: up react (scaffold-eth#1212)
- add bg-mainnet-rpc as extra fallback for mainnet (scaffold-eth#1213)
- 7568441: - Upgrade React to 19.0.3 and update scaffold-ui (scaffold-eth#1214)
v2.0.2
v2.0.1
Patch Changes
- 5e847b7: - (foundry) scaffold-eth#1180
- (foundry) scaffold-eth#1197
- 8076163: validate foundry version
- 77e7dc0: update cursor rules with scaffold-ui
v2.0.0
Major Changes
This update replaces most of the built-in UI components from Scaffold-ETH 2 codebase with the new Scaffold-UI library.
Scaffold-UI provides a clean set of reusable components + hooks that expose everything you need to build ethereum components.
For Extension Developers
If your extension previously imported components directly from Scaffold-ETH 2, you'll need to update those import paths.
To help with the migration, we've released a codemod:
cd your-extension-directory
npx create-eth-codemod migrate-scaffold-ui-imports .
This should automatically refactor your imports to use scaffold-ui where appropriate.
Patch Changes
- 6841903: Add drizzle-neon to curated extensions
AcceptpostContentargs in.gitignorestempaltes
v1.0.6
v1.0.5
v1.0.4
Patch Changes
- feat: lazy load wallet connectors to prevent ssr errors (scaffold-eth#1163)
- up wagmi viem and rainbow version (scaffold-eth#1172)
- fix bg rpc url (scaffold-eth#1174)
- update Celo Testnet from Celo Alfajores to Celo Sepolia (scaffold-eth#1171)
- docs: add production usage warning for
useScaffoldEventHistory(scaffold-eth#1173) - fix: refocus for AddressInput component on success (scaffold-eth#1152)
- fix: deployments chainId error (scaffold-eth#1160)
- fix: prevent text overflow in inheritance tooltip (scaffold-eth#1165)
- remove duplicate events from end (scaffold-eth#1162)
- fix deployHelpers.s.sol
v1.0.3
Patch Changes
- fix: getting deployedOnBlock when no receipt (scaffold-eth#1143)
- fix contract interactions error (scaffold-eth#1146)
- fix
useScaffoldEventHistoryto properly calculatenextBlock(scaffold-eth#1144)
v1.0.2
Patch Changes
- Use
deployedOnBlockfrom deployedContracts in useScaffoldEventHistory (scaffold-eth#1134) - Reveal burner pk option (scaffold-eth#1137)
- Add cursor rules example for
useScaffoldEventHistory(scaffold-eth#1141)