Close
Share
This is some text inside of a div block.

Yat Release Notes

Scroll Down

If you’d like to see us Building™ in real-time, you’ll love this corner of the Yativerse. Welcome to our Release Notes. This is where you’ll find descriptions of specific updates we shipped. Click a link to get started! 🥳

9/16/2022

Big Pod Update

Read More
9/9/2022

Pod Updates

Read More
9/2/2022

Updates to Pods, Liquid ID, and the Yat Visualizer

Read More
8/26/2022

Moar Pods Updates

Read More
8/19/2022

Pods, pods and more pods

Read More
8/12/2022

Pods Power Ups and More

Read More
7/8/2022

Public Pods can be viewed by anyone

Read More
6/29/2022

Liquid ID & Pods Updates

Read More
3/31/2022

Introducing the Newest Arrival to the Yativerse: 🪞The Magic Mirror 🪞

Read More
3/11/2022

Artifacts are now mintable as NFTs

Read More
3/2/2022

Artifact Viewing Experience Updates, Rareable URLs Supported

Read More
3/2/2022

Visualizer 2.0

Read More
2/3/2022

Artifacts are now live on Yat

Read More
10/8/2021

Yat Sync

Read More
4/16/2021

Symbol & Cart Fixes

Read More
4/22/2021

Graph Tags, Checkout Removals, & Star Redirects

Read More
5/5/2021

Emoji Drop 2, Crypto Payments, Invites, & Issues

Read More
5/14/2021

Cart Limiter, Close Icon, & Sparkle Updates

Read More
5/28/2021

2FA, Transfers, & Dashboard Changes

Read More
6/8/2021

Multiple General Fixes

Read More
7/1/2021

Crypto/FIAT Purchases, Mobile Navigation, & Yat Page Bug Fix

Read More
7/19/2021

Yativerse Graphics & Link Updates

Read More
7/26/2021

Mobile UX, Yat Dashboard, & Page Redirect Updates

Read More
7/26/2021

New Dashboard Tiles & Edit Page Fix

Read More
8/2/2021

No More Waitlist, The Visualizer, & Other General Updates

Read More
8/2/2021

General Fixes For New Emoji Display, Firefox UX, & Other Visualizer Features

Read More
8/2/2021

Quick Fix For Infinity Symbol On Twitter

Read More
8/4/2021

USDC Copy Changes, Minting Issues, & Magic Link Fixes

Read More
8/4/2021

Visualizer Verbiage & Failed Mint Copy Change

Read More
8/10/2021

Multiple General Fixes

Read More
Close
Share
This is some text inside of a div block.

Moar Pods Updates

Scroll Down
  • Feature (Twitter Connect/Disconnect): This feature includes a modal for Twitter Connect, a refactor of of Twitter API functions, a flow for disconnecting Twitter from an account, error buttons, and some refactoring of the PrimaryYatPicker. This also refactors the Twitter Connect flow in onboarding to remove part of the animation to make the intro flow quicker.
  • Feature (LiquidID): This is a quick addition to LiquidID allowing a user to go to Profile/edit when you click on the cube.
  • Upgrade (React Query): We upgrade react-query to v4. This is ostensibly to support a wagmi integration.
  • Bug Fix (NFT Picker): Removed MissingNftsAction from the filters sidebar. – This fix removes this button from the Filters Sidebar. It was a temporary thing that was added in when the NFTs loaded much slower.
  • Bug Fix (NFT Detail View): Fixed NFTAssetError width in NFT Detailed View. – The NFTAssetError component in the NFTDetailedView was not filling the container. This is a simple update to fix this UI bug.
  • Bug Fix (Pods): There was a popup message showing at the bottom of nearly every page saying “Your NFTs are still loading…”. This toast message has been removed.
  • Bug Fix (Pods): Adding Gradient background to Pods pages based on Figma design.
  • Bug Fix (Pods): Fix Pod header misalignment – Move location of showTNYExperimental feature flag to fix misalignment issue when showTNY is on but show TNYExperimental is off.
  • Bug Fix (Pods): Number of assets displayed were not an accurate count of what was in the pod - all pods show 1 more asset when they all have more than 1 in the pod. This bug is now fixed.
  • Bug Fix (Profile Edit): Initial character count for both title and bio was 0; it was not considering the actual title/description redux changes on load.
  • Bug Fix (Websockets): Resubscribe websockets on connection open.
  • Bug Fix (Websockets): We made some changes to the websocket implementation on the front end. These fixes optimize the way messages are sent via to the websocket topics.
  • Bug Fix (Websockets): We made some changes to the websocket implementation to allow for better asset loading. This adds a debounce and delay to fetch assets after receiving a websocket event.
  • Bug Fix (Pods): This fixes a bug in which the purchased price of an asset was rounding down to zero and not showing up in the interface.
  • Bug Fix (Websockets): We made some changes to the websocket implementation on the front end. This version allows for better automatic reconnection after the websocket connection has (for whatever reason). For example, on such scenario is when a user closes their laptop and re-opens it; automatic reconnection will now happen more reliably.
  • Bug Fix (Visualizer): There was a change on the endpoints being called when minting a Yat. Both setting and getting a VisualizerName were using the same endpoint. This has been fixed.
  • Bug Fix (Artifacts): Fixed a bug in Artifacts introduced due to version conflicts.