Releases: 0xinevitable/bento
@bento/web@1.3.3
What's Changed
- [client, web] Update to Next 12.3 (Use
next/future/image
, EnableswcMinify
) by @junhoyeo in #202 - [web] Fix typo in redirect rule:
/profile/intro
->/profile/landing
by @junhoyeo in #203
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.3.2...@bento/web@1.3.3
Filter scam-likely NFTs with zero total volume (@bento/web@1.3.2)
What's Changed
- [ImgBot] Optimize images by @imgbot in #199
- [client] Filter OpenSea collections with total volume > 0 by @junhoyeo in #200
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.3.1...@bento/web@1.3.2
Dashboard Redesign (@bento/web@1.3.1)
Now we have a new look!
What's Changed
- [web] Setup
vercel-submodules
to add private repositories(e.g.linky-frontend
) by @junhoyeo in #190 - [web] Add
bento-private
as Git Submodule & Implement new landing page header by @junhoyeo in #191 - [web] Move common modules to
@bento/client
, profile-related to@bento/private
, Remove unused, Use Jotai over Recoil by @junhoyeo in #192 - [web] Update dashboard UI by @junhoyeo in #193
- [client, web] Refactor Dashboard by @junhoyeo in #194
- [web] Reimplement wallet deletion & rewrite wallet store as React Context by @junhoyeo in #195
- [web] Redirect:
/profile/landing
->/profile/intro
& Update profile intro page by @junhoyeo in #196
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.2.5...@bento/web@1.3.1
@bento/web@1.2.5
What's Changed
- web(profile): Indicates total value of assets by @citrusinesis in #182
- web(profile): restructure
@/profile
by @junhoyeo in #183 web(profile): users can add links from RSS if feature flag is enabled by @junhoyeo in #184- web: revalidate wallets after auth state change by @junhoyeo in #185
- web: mobile view for GNB by @junhoyeo in #186
- web(profile): update net worth view by @junhoyeo in #187
- web: add prop
id
to dependency array insidePortal
by @junhoyeo in #188
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.2.4...@bento/web@1.2.5
@bento/web@1.2.4
@bento/web@1.2.3
@bento/web@1.2.2
Bug Fixes
- Fixed list rendering bug in profile detail page
- Fixed
<Head />
(meta tag) conflicts in profile detail page
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.2.1...@bento/web@1.2.2
NFT Profiles (@bento/web@1.2.1)
NFT Profiles are now LIVE!
Summary
Features
- Users can set the image of a specific NFT as their profile picture
- Show nudge about profile feature in landing page
- Improved profile intro page:
- Added OG image
- Show profile mockups
- Added brief description
- Profile detail pages now have OG image
Bug Fixes
- Fix invalid token ID for NFTs
- Fix Refresh List Rendering Bug
What's Changed
- web(profile): users can set their NFT as a profile image by @junhoyeo in #173
- web(profile): adjust profile image and gradient position by @junhoyeo in #174
- web(profile): add mockup images in profile landing page by @junhoyeo in #175
- web(profile): show profile nudge on landing page by @junhoyeo in #176
- web(profile): set default og image in profile detail page by @junhoyeo in #177
- web(profile): add scroll animation to
ProfileBanner
& add details to profile landing page & fix list keys in profile detail page by @junhoyeo in #178
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.2.0...@bento/web@1.2.1
User Profiles (@bento/web@1.2.0)
Bento's User Profiles have been released.
Click to see it in action
What's Changed
- web: Lazy-load detached component
DashboardMain
to reduce first load JS bundle size(493kB
->373kB
) by @junhoyeo in #124 - web: Users can view token balances in profile by @citrusinesis in #125
- web: remove unused imports by @citrusinesis in #126
- web: boolean cast condition of
assetRatioByPlatform.length
by @junhoyeo in #127 - web: add skeleton on profile page by @citrusinesis in #129
- web: apply redesign for user profile by @junhoyeo in #128
- [ImgBot] Optimize images by @imgbot in #160
- web(profile): user information editor by @citrusinesis in #148
- web(profile): implement NFT tab by @junhoyeo in #162
- web(profile): show wallets in profile by @junhoyeo in #163
- web(profile): users can view profiles of others in
/u/[username]
by @junhoyeo in #164 - web(profile): apply redesign to profile page by @junhoyeo in #165
- web(profile): compactor UI of
AssetSection
by @junhoyeo in #166 - web(profile): reimplement
TickerCarousel
with SVG & as individual component by @junhoyeo in #167 - [ImgBot] Optimize images by @imgbot in #168
- web(profile): profile onboarding by @junhoyeo in #169
- web(profile): validate profile creations and updates by @junhoyeo in #170
- web(profile): remove unused & implement link sharing by @junhoyeo in #171
- web(profile): add empty state and event logs by @junhoyeo in #172
New Contributors
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.1.0...@bento/web@1.2.0
@bento/web@1.1.0
The second version of
our website had been deployed!
- Check out the new design, our proposal for cross-chain identity, and the roadmap for the "NEAR" future 🔥
- "The Merge":
app.bento.finance
andbento.finance
had been merged. - Follow our Twitter for more news!
What's Changed
- web: Lazy-load detached component
DashboardMain
to reduce first load JS bundle size(493kB
->373kB
) by @junhoyeo in #124 - web: boolean cast condition of
assetRatioByPlatform.length
by @junhoyeo in #127 - web: replace
maximumSignificantDigits
withmaximumFractionDigits
by @junhoyeo in #130 - web: set max-width to tab bottom border by @junhoyeo in #131
- web: fix bugs in dependency arrays by @junhoyeo in #132
- Replace Ethereum logo by @junhoyeo in #133
- Merge
bento-landing
intobento-web
and serve onbento.finance
by @junhoyeo in #134 - web(landing): Add animations to header illusts and buttons by @junhoyeo in #136
- web(landing): Implement dashboard section of new landing page by @junhoyeo in #139
- web(landing): Implement header section of new landing page by @junhoyeo in #135
- web(landing): Implement status quo section of new landing page by @junhoyeo in #140
- web(landing): Implement identity section of new landing page by @junhoyeo in #141
- web(landing): Add simple
RoadmapSection
by @junhoyeo in #142 - web(landing): update background blurs by @junhoyeo in #143
- web(landing): add mobile responsiveness by @junhoyeo in #146
- web(landing): fix rendering bugs in Safari and Chrome by @junhoyeo in #147
- web(dashboard): pass default id value to
Portal
by @junhoyeo in #149 - web(landing): fix font-family changing bug by @junhoyeo in #150
- web(landing): fix minor bugs in
HeaderSection
& add transition to all elements except title by @junhoyeo in #151 - web(landing): track events in new landing page by @junhoyeo in #152
- web(landing): replace IR button to Twitter link by @junhoyeo in #153
- web(landing): add content in identity section & update roadmap by @junhoyeo in #154
- web(landing): update navigation bar items by @junhoyeo in #155
- web(landing): reword content in dashboard and roadmap section by @junhoyeo in #156
- web(landing): redirect to
/home
after Supabase Auth by @junhoyeo in #157 - web(landing): show navigation bar regardless of feature flag by @junhoyeo in #158
- web(landing): update OpenGraph image & meta tags by @junhoyeo in #159
Full Changelog: https://github.com/inevitable-changes/bento/compare/@bento/web@1.0.2...@bento/web@1.1.0