Releases: coinbase/build-onchain-apps
Releases · coinbase/build-onchain-apps
v0.23.0
v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.0
v0.17.0
Minor Changes
- fix: Explicitly sets metadataBase to suppress build warnings (#257 issue). By @wespickett #266 3537eae
- feat: Second passthrough on responsiveness. By renanmav & @mochikuan #250
- feat: New design for the Buy Me Coffee page. By @alvaroraminelli & @mochikuan #258
- feat: Added
rehype-pretty-code
for better code example. By @Zizzamia #263 - fix: A few followup changes related to the folder structure change. By @Sneh1999 #262 #264 #265 #267
- feat: Added support for local node. By @Sneh1999 #260
- feat: Added AllowlistNFT Base smart contract. By @pop-punk & @awilliams1-cb #255
v0.16.0
Minor Changes
- chore: Moved the main template code into the template folder. By @Zizzamia #252 f1e08c4
- fix: Removed theme null. By @wespickett #251
- feat: Added tob banner component. By @Sneh1999 #247
- feat: Added
OnchainAddress
and allowOnchainAvatar
to have className customizable. By @Zizzamia #246 - chore: Polished
OnchainAvatar
. By @Zizzamia #244 - chore: More tests, build cleanup and upgraded dependecies. By @Zizzamia #243 #245 #248
- fix: Signature mint errors. By @robpolak #240
- docs: Added a comment to explain the new app folder pattern. By @wespickett #238 #249
- feat: Added footer component. By @renanmav #235 #242
v0.15.0
Minor Changes
- chore: Optimized Contracts. By @Sneh1999 & @awilliams1-cb #227 4c90c8d
- chore: Moved to git clone instead of tar for setup. By @Sneh1999 #234
- feat: Converted to next 13 app folder. By @wespickett #232 #233
- fix: Next.js link console error. By @renanmav #231
- chore: Migrated to base sepolia. By @Sneh1999 #228 #230
- feat: Polished multichain support. By @cnasc #193
- fix: Header CSS jank. By @renanmav #226
- feat: Init
OnchainAvatar
. By @Zizzamia #223 - feat: Added alphabetize import-order. By @Zizzamia #222
- feat: Added Radix navigation menu primitives for Experiences menu. By @Zizzamia #221
- feat: Replaced
classNames
withclsx
. By @Zizzamia #217 - feat: Added the Roboto Mono and Inter Google fonts. By @Zizzamia #216
- feat: Added Signature Mint Contract + Api Route + UX. By @robpolak #213 #218
v0.14.0
Minor Changes
- fix: Optimized instructions for contracts based on feedback. #207 6d8ae28 By @Sneh1999
- feat: Implemented shikiji to automatically generate style for codeblocks. #208
- fix: Removed
walletConnectWallet
as it was adding a CSS prefix to the HTML element. #200 - feat: Enhanced gas efficiency (calldata) of
buyCoffee
function. #196 By @2911rahulpathak - feat: Added CSS animations to the homepage for a more enjoyable experience. #194 #202
- feat: Deprecated Radix Themes in favor of using TailwindCSS for easier code extension and maintenance. #192 #197 #198 #201 #203 #205 #206
- feat: Incorporated
prettier-plugin-tailwindcss
to maintain clean and organized code. #191